testing authelia fix
This commit is contained in:
@@ -55,7 +55,7 @@ akanealw.com {
|
|||||||
# authelia subdomain
|
# authelia subdomain
|
||||||
# --------------------------------------------------
|
# --------------------------------------------------
|
||||||
|
|
||||||
authelia.akanealw.com {
|
auth.akanealw.com {
|
||||||
import cloudflare
|
import cloudflare
|
||||||
reverse_proxy authelia:9091
|
reverse_proxy authelia:9091
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -85,7 +85,7 @@ session:
|
|||||||
cookies:
|
cookies:
|
||||||
- name: 'authelia_session'
|
- name: 'authelia_session'
|
||||||
domain: 'akanealw.com' # Should match whatever your root protected domain is
|
domain: 'akanealw.com' # Should match whatever your root protected domain is
|
||||||
authelia_url: 'https://authelia.akanealw.com'
|
authelia_url: 'https://auth.akanealw.com'
|
||||||
expiration: '1 hour'
|
expiration: '1 hour'
|
||||||
inactivity: '5 minutes'
|
inactivity: '5 minutes'
|
||||||
|
|
||||||
|
|||||||
@@ -35,7 +35,6 @@ services:
|
|||||||
- "443:443"
|
- "443:443"
|
||||||
- "443:443/udp"
|
- "443:443/udp"
|
||||||
networks:
|
networks:
|
||||||
- authelia
|
|
||||||
- reverse-proxy
|
- reverse-proxy
|
||||||
volumes:
|
volumes:
|
||||||
- $PWD/Caddyfile:/etc/caddy/Caddyfile
|
- $PWD/Caddyfile:/etc/caddy/Caddyfile
|
||||||
|
|||||||
Reference in New Issue
Block a user