feat: updating authentik-outpost-ldap service

This commit is contained in:
Jean-François GUILLAUME 2025-06-27 06:03:59 +00:00
commit 2f4b606a11

View file

@ -124,10 +124,13 @@
#$@(if proxy
(list
(string-append "http_proxy=" proxy)
(string-append "https_proxy=" proxy))
(string-append "https_proxy=" proxy)
(string-append "HTTP_PROXY=" proxy)
(string-append "HTTPS_PROXY=" proxy))
'())
#$@(if noproxy
(list (string-append "no_proxy=" noproxy))
(list (string-append "no_proxy=" noproxy)
(string-append "NO_PROXY=" noproxy))
'())
(string-append "AUTHENTIK_HOST=" #$authentik-host)
(string-append "AUTHENTIK_TOKEN=" #$authentik-token)