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:
@@ -7,10 +7,9 @@
|
||||
"tagline": "Decentralized file synchronization",
|
||||
"version": "0.5.0",
|
||||
"healthCheckPath": "/check",
|
||||
"httpPort": 8000,
|
||||
"httpPort": 3000,
|
||||
"addons": {
|
||||
"localstorage": {},
|
||||
"ldap": {}
|
||||
"localstorage": {}
|
||||
},
|
||||
"tcpPorts": {
|
||||
"PORT": {
|
||||
|
Reference in New Issue
Block a user