You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

133 lines
2.5 KiB

9 months ago
{
servers {
metrics
}
}
1 year ago
# https://www.authelia.com/integration/proxies/caddy/#forwarded-header-trust#trusted-proxies
(trusted_proxy_list) {
4 months ago
trusted_proxies {{ trusted_proxies }}
1 year ago
}
2 years ago
:2019 {
metrics
}
4 weeks ago
loki.kejadlen.dev {
reverse_proxy loki:3100
}
4 weeks ago
rss.kejadlen.dev {
reverse_proxy miniflux:8080
2 years ago
}
4 weeks ago
prometheus.kejadlen.dev {
reverse_proxy prometheus:9090
2 years ago
}
4 weeks ago
grafana.kejadlen.dev {
reverse_proxy grafana:3000
2 years ago
}
1 year ago
6 months ago
{% for domain in ("kejadlen.dev", "chislan.family") %}
11 months ago
auth.{{ domain }} {
reverse_proxy authelia:9091 {
import trusted_proxy_list
}
1 year ago
}
6 months ago
{% endfor %}
4 weeks ago
search.kejadlen.dev {
1 week ago
reverse_proxy searxng:8080
9 months ago
}
1 year ago
4 weeks ago
# {{ hledger.subdomain }}.kejadlen.dev {
9 months ago
# forward_auth authelia:9091 {
# uri /api/verify?rd=https://auth.{{ domain }}
# # copy_headers Remote-User Remote-Groups Remote-Name Remote-Email
1 year ago
9 months ago
# ## This import needs to be included if you're relying on a trusted proxies configuration.
# import trusted_proxy_list
# }
# reverse_proxy hledger:5000 {
# import trusted_proxy_list
# }
# }
1 year ago
4 weeks ago
books.kejadlen.dev {
1 year ago
forward_auth authelia:9091 {
uri /api/verify?rd=https://auth.{{ domain }}
11 months ago
copy_headers Remote-User
1 year ago
## This import needs to be included if you're relying on a trusted proxies configuration.
import trusted_proxy_list
}
11 months ago
reverse_proxy calibre-web:8083 {
1 year ago
import trusted_proxy_list
}
1 year ago
}
4 months ago
docs.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 paperless-ngx:8000 {
import trusted_proxy_list
}
redir /flower /flower/
handle /flower/* {
reverse_proxy paperless-ngx:5555
}
}
4 weeks ago
docs.kejadlen.dev {
forward_auth authelia:9091 {
uri /api/verify?rd=https://auth.{{ domain }}
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 paperless-ngx:8000 {
import trusted_proxy_list
}
redir /flower /flower/
handle /flower/* {
reverse_proxy paperless-ngx:5555
}
}
1 month ago
hey.kejadlen.dev
reverse_proxy gotosocial:8080
handle /metrics {
respond 404
}
}
3 weeks ago
cadvisor.kejadlen.dev {
forward_auth authelia:9091 {
uri /api/verify?rd=https://auth.{{ domain }}
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 cadvisor:8080 {
import trusted_proxy_list
}
}
# vim: ts=4