Add LDAP 🛜 authentication to docker container #3702
SuitDeer
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Tutorial based on the following github ticket: #1554
Download
filebrowser.dband create.filebrowser.jsonfor filebrowser docker containerUnfortunately the filebrowser.db can not be edited inside the docker container itself. I had to modify the filebrowser.db on a plain linux installation to modify the authentication method:
For easy download I have uploaded the modified filebrowser.db to a public accessable github repo https://github.com/SuitDeer/filebrowser-ldap-db
Create docker-compose.yml.
nano docker-compose.ymland paste the following content into it:Create a custom script for
ldapauthldap://172.17.0.2:389,ou=users,dc=example,dc=orgDeploy via docker compose (File created in step 2):
Beta Was this translation helpful? Give feedback.
All reactions