1
0
mirror of https://git.cloudron.io/cloudron/syncthing-app synced 2025-09-28 07:47:23 +00:00

LDAP auth implemented

This commit is contained in:
Vladimir D
2023-12-11 14:34:51 +04:00
parent 4f5c579e4c
commit 76ed36f766
4 changed files with 53 additions and 10 deletions

View File

@@ -10,7 +10,8 @@
"healthCheckPath": "/healthcheck",
"httpPort": 8000,
"addons": {
"localstorage": {}
"localstorage": {},
"ldap": {}
},
"tcpPorts": {
"SYNC_PORT": {
@@ -36,5 +37,6 @@
"https://screenshots.cloudron.io/net.syncthing.cloudronapp2/2.png",
"https://screenshots.cloudron.io/net.syncthing.cloudronapp2/3.png"
],
"optionalSso": true,
"postInstallMessage": "file://POSTINSTALL.md"
}