updating authentik-outpost-ldap service

This commit is contained in:
GLiCID Tech Admins 2025-06-24 09:59:38 +02:00
parent b6801ac52e
commit ea8cdcf859

View file

@ -129,12 +129,12 @@
#$@(if noproxy #$@(if noproxy
(list (string-append "no_proxy=" noproxy)) (list (string-append "no_proxy=" noproxy))
'()) '())
(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)))))))