change calibre-web domain

main
Alpha Chen 2 weeks ago
parent f3b4be058c
commit 5436819fc8
Signed by: alpha
SSH Key Fingerprint: SHA256:3fOT8fiYQG/aK9ntivV3Bqtg8AYQ7q4nV6ZgihOA20g

@ -55,6 +55,20 @@ search.kejadlen.dev {
# }
# }
books.chislan.family {
forward_auth authelia:9091 {
uri /api/verify?rd=https://auth.chislan.family
copy_headers Remote-User
## This import needs to be included if you're relying on a trusted proxies configuration.
import trusted_proxy_list
}
reverse_proxy calibre-web:8083 {
import trusted_proxy_list
}
}
books.kejadlen.dev {
forward_auth authelia:9091 {
uri /api/verify?rd=https://auth.{{ domain }}

@ -17,10 +17,6 @@ authentication_backend:
access_control:
default_policy: deny
rules:
- domain: docs.kejadlen.dev
policy: two_factor
subject:
- group:family
- domain: "*.chislan.family"
policy: two_factor
subject:

Loading…
Cancel
Save