mirror of
https://git.anonymousland.org/anonymousland/infrastructure.git
synced 2025-01-19 06:51:30 -05:00
8d6fb20c2c
Co-authored-by: NebulaOnion <nebulaonion@tutanota.com> Reviewed-on: https://git.anonymousland.org/anonymousland/infrastructure/pulls/5
16 lines
839 B
Plaintext
16 lines
839 B
Plaintext
## Version 2021/04/21 - Changelog: https://github.com/linuxserver/docker-swag/commits/master/root/defaults/authelia-location.conf
|
|
# Make sure that your authelia container is in the same user defined bridge network and is named authelia
|
|
# Make sure that the authelia configuration.yml has 'path: "authelia"' defined
|
|
|
|
auth_request /authelia/api/verify;
|
|
auth_request_set $target_url $scheme://$http_host$request_uri;
|
|
auth_request_set $user $upstream_http_remote_user;
|
|
auth_request_set $groups $upstream_http_remote_groups;
|
|
auth_request_set $name $upstream_http_remote_name;
|
|
auth_request_set $email $upstream_http_remote_email;
|
|
proxy_set_header Remote-User $user;
|
|
proxy_set_header Remote-Groups $groups;
|
|
proxy_set_header Remote-Name $name;
|
|
proxy_set_header Remote-Email $email;
|
|
error_page 401 =302 https://$http_host/authelia/?rd=$target_url;
|