mirror of
https://gitea.invidious.io/iv-org/documentation.git
synced 2024-08-15 00:53:34 +00:00
Add more description about adding instance
This commit is contained in:
parent
88307f7b6e
commit
f7011d7216
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ jobs:
|
||||||
if (body.stat == "ok") {
|
if (body.stat == "ok") {
|
||||||
var replyComment =
|
var replyComment =
|
||||||
['Hello! Your instance has been added to our monitoring system: https://stats.uptimerobot.com/89VnzSKAn/' + body.monitor.id,
|
['Hello! Your instance has been added to our monitoring system: https://stats.uptimerobot.com/89VnzSKAn/' + body.monitor.id,
|
||||||
'You need to wait 30 days before we add your instance.',
|
'You need to wait 30 days before we add your instance, this is to evaluate that your instance will keep a good uptime for one month.',
|
||||||
'',
|
'',
|
||||||
'Make sure you double checked all the mandatory checks or this will slow down the process of adding your instance!'
|
'Make sure you double checked all the mandatory checks or this will slow down the process of adding your instance!'
|
||||||
].join('\n');
|
].join('\n');
|
||||||
|
|
Loading…
Reference in a new issue