init authelia

This commit is contained in:
cy 2025-04-02 03:09:27 -04:00
parent da709432f5
commit 026abe5123
Signed by: cy
SSH key fingerprint: SHA256:o/geVWV4om1QhUSkKvDQeW/eAihwnjyXkqMwrVdbuts
8 changed files with 126 additions and 3 deletions

View file

@ -34,6 +34,13 @@ in
resolvers 1.1.1.1 8.8.8.8
}
}
(authelia) {
forward_auth localhost:9091 {
uri /api/authz/forward-auth
copy_headers Remote-User Remote-Groups Remote-Name Remote-Email
}
}
'';
environmentFile = config.sops.secrets."caddy/env".path;