mirror of
https://git.cloudron.io/cloudron/syncthing-app
synced 2025-09-27 23:37:25 +00:00
Added a proxy to provide ldap auth and make health check work
This commit is contained in:
@@ -6,10 +6,11 @@
|
||||
"changelog": "file://CHANGELOG",
|
||||
"tagline": "Decentralized file synchronization",
|
||||
"version": "0.1.0",
|
||||
"healthCheckPath": "/",
|
||||
"healthCheckPath": "/check",
|
||||
"httpPort": 8000,
|
||||
"addons": {
|
||||
"localstorage": {}
|
||||
"localstorage": {},
|
||||
"ldap": {}
|
||||
},
|
||||
"tcpPorts": {
|
||||
"PORT": {
|
||||
|
Reference in New Issue
Block a user