Adds option for continious status checking

Re #35
This commit is contained in:
Alicia Sykes
2021-06-22 14:34:41 +01:00
parent 88c48ec1f3
commit 2560f16894
4 changed files with 29 additions and 0 deletions

View File

@@ -131,6 +131,11 @@
"default": false,
"description": "Displays an online/ offline status for each of your services"
},
"statusCheckInterval": {
"type": "number",
"default": 0,
"description": "How often to recheck statuses. If set to 0, status will only be checked on page load"
},
"auth": {
"type": "array",
"description": "Usernames and hashed credentials for frontend authentication",