Jellyfin LDAP

This commit is contained in:
soraefir
2026-05-13 01:56:45 +02:00
parent f7af832d8e
commit 8c800ad0d3
2 changed files with 35 additions and 0 deletions

View File

@@ -12,6 +12,12 @@ let
ExposedPorts = { "8096/tcp" = { }; };
};
};
#LDAP_DC_DOMAIN = "dc=ldap,dc=helcel,dc=net"
#HOST=...
#LDAP_BIND_USER=ldap-sa
#LDAP_BIND_PASSWORD=...
#LDAP_GROUP=flix
#LDAP_ADMIN=admin
in {
paths = [
{