updating authentik-outpost-ldap service

This commit is contained in:
GLiCID Tech Admins 2025-06-26 10:08:40 +02:00
parent 5cf1839628
commit 961cefda55

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)