Merge pull request #163 from linuxserver/authelia

add authelia subdomain conf and add auth support
This commit is contained in:
aptalca 2020-05-24 18:57:59 -04:00 committed by GitHub
commit ed2fe8ec41
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
140 changed files with 713 additions and 0 deletions

View file

@ -43,6 +43,9 @@ location /slweb {
#auth_request /auth;
#error_page 401 =200 /login;
# enable for Authelia, also enable authelia-server.conf in the default site config
#include /config/nginx/authelia-location.conf;
include /config/nginx/proxy.conf;
resolver 127.0.0.11 valid=30s;
set $upstream_app synclounge;