1
0
mirror of https://git.cloudron.io/cloudron/syncthing-app synced 2025-09-27 23:37:25 +00:00

Add nginx for healthcheck route

This commit is contained in:
Girish Ramakrishnan
2018-02-26 16:28:45 -08:00
parent ee5dc6e5b8
commit 310b9443b0
6 changed files with 78 additions and 9 deletions

View File

@@ -6,8 +6,8 @@
"changelog": "file://CHANGELOG",
"tagline": "Decentralized file synchronization",
"version": "0.5.0",
"healthCheckPath": "/check",
"httpPort": 3000,
"healthCheckPath": "/healthcheck",
"httpPort": 8000,
"addons": {
"localstorage": {}
},