updating authentik-outpost-ldap service

This commit is contained in:
GLiCID Tech Admins 2025-06-24 11:08:47 +02:00
parent 96ec5cdc25
commit e40f4b074e

View file

@ -132,9 +132,9 @@
(string-append "AUTHENTIK_HOST=" #$authentik-host)
(string-append "AUTHENTIK_TOKEN=" #$authentik-token)
(string-append "AUTHENTIK_INSECURE=" #$authentik-insecure)
(string-append "AUTHENTIK_LISTEN__LDAP" #$authentik-listen-ldap)
(string-append "AUTHENTIK_LISTEN__LDAPS" #$authentik-listen-ldaps)
(string-append "AUTHENTIK_LISTEN__METRICS" #$authentik-listen-metrics))
(string-append "AUTHENTIK_LISTEN__LDAP=" #$authentik-listen-ldap)
(string-append "AUTHENTIK_LISTEN__LDAPS=" #$authentik-listen-ldaps)
(string-append "AUTHENTIK_LISTEN__METRICS=" #$authentik-listen-metrics))
#:user "authentik-outpost"
#:group "authentik-outpost"))
(stop #~(make-kill-destructor)))))))