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

Remove ldap auth

syncthing is fundamentally a single user app and it's confusing that
one can LDAP login giving the impression it is somehow multi-user.
This commit is contained in:
Girish Ramakrishnan
2018-02-26 10:30:48 -08:00
parent cdca87ef50
commit 94520d61bf
5 changed files with 4 additions and 95 deletions

View File

@@ -7,10 +7,9 @@
"tagline": "Decentralized file synchronization",
"version": "0.5.0",
"healthCheckPath": "/check",
"httpPort": 8000,
"httpPort": 3000,
"addons": {
"localstorage": {},
"ldap": {}
"localstorage": {}
},
"tcpPorts": {
"PORT": {