feat(app/web): add endpoint to stop instance

This commit is contained in:
lowlighter
2022-07-07 00:30:41 -04:00
parent 6d01f36f31
commit 1d978c18d1
3 changed files with 31 additions and 11 deletions

View File

@@ -20,6 +20,9 @@
"by": "", "//": "Web instance host (displayed in footer)",
"link": "", "//": "Web instance host link (displayed in footer)"
},
"control":{
"token": null, "//": "Control token (can be used by external services to perform actions on instance, such as stopping it for redeploys)"
},
"community": {
"templates": [], "//": "Additional community templates to setup"
},