updating authentik-outpost-ldap service

This commit is contained in:
Jean-François GUILLAUME 2025-06-24 09:12:55 +00:00
commit 5cf1839628

View file

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