Compare commits
2 Commits
v0.24.2
...
8b50b50466
| Author | SHA1 | Date | |
|---|---|---|---|
| 8b50b50466 | |||
| e38498f69b |
@@ -1,6 +1,11 @@
|
|||||||
dev.caldwell.digital:443
|
{
|
||||||
|
log {
|
||||||
|
level DEBUG
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
tls /etc/ssl/wildcard.crt /etc/ssl/wildcard.pem
|
dev.caldwell.digital:443 {
|
||||||
|
tls /etc/ssl/wildcard.crt /etc/ssl/wildcard.pem
|
||||||
reverse_proxy app:80
|
|
||||||
|
|
||||||
|
reverse_proxy app:80
|
||||||
|
}
|
||||||
|
|||||||
@@ -2,6 +2,7 @@ services:
|
|||||||
caddy:
|
caddy:
|
||||||
image: caddy:2.9.1
|
image: caddy:2.9.1
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
tty: true
|
||||||
cap_add:
|
cap_add:
|
||||||
- NET_ADMIN
|
- NET_ADMIN
|
||||||
ports:
|
ports:
|
||||||
|
|||||||
@@ -32,6 +32,8 @@ security:
|
|||||||
login_path: '/login/oidc'
|
login_path: '/login/oidc'
|
||||||
check_path: '/login/oidc/auth'
|
check_path: '/login/oidc/auth'
|
||||||
enable_end_session_listener: true
|
enable_end_session_listener: true
|
||||||
|
http_basic:
|
||||||
|
realm: Secured Area
|
||||||
entry_point: form_login
|
entry_point: form_login
|
||||||
|
|
||||||
# activate different ways to authenticate
|
# activate different ways to authenticate
|
||||||
|
|||||||
Reference in New Issue
Block a user