minilab/collections/ansible_collections/adhdgirl/minilab/roles/caddy/templates/Caddyfile.j2
2026-02-03 14:00:42 +00:00

78 lines
1.4 KiB
Django/Jinja

{
email annika@adhdgirl.dev
acme_dns cloudflare {{ caddy_cobblgbt_key }}
}
authentik.local.cobb.lgbt {
reverse_proxy 10.69.11.52:9000 {
trusted_proxies private_ranges
}
}
pve.local.cobb.lgbt {
reverse_proxy 10.69.128.5:8006 {
transport http {
tls_insecure_skip_verify
}
}
}
code.local.cobb.lgbt {
reverse_proxy 10.69.2.51:8443
}
guac.local.cobb.lgbt {
@notGuac {
not path /quacamole*
}
redir @notGuac /quacamole/
reverse_proxy 10.69.2.52:8080 {
flush_interval -1
}
}
homarr.local.cobb.lgbt {
reverse_proxy 10.69.2.52:7575
}
sabnzbd.local.cobb.lgbt {
reverse_proxy 10.69.2.52:8081
}
sonarr.local.cobb.lgbt {
reverse_proxy 10.69.2.52:8989
}
radarr.local.cobb.lgbt {
reverse_proxy 10.69.2.52:7878
}
prowlarr.local.cobb.lgbt {
reverse_proxy 10.69.2.52:9696
}
lidarr.local.cobb.lgbt {
reverse_proxy 10.69.2.52:8686
}
ha.local.cobb.lgbt {
reverse_proxy 10.69.2.13:8123
}
ntfy.local.cobb.lgbt {
reverse_proxy 10.69.2.52:8085
}
truenas.local.cobb.lgbt {
reverse_proxy 10.69.2.20:443 {
transport http {
tls_insecure_skip_verify
}
}
}
termix.local.cobb.lgbt {
reverse_proxy 10.69.2.52:8082
}
frigate.local.cobb.lgbt {
reverse_proxy 10.69.10.13:8971 {
transport http {
tls_insecure_skip_verify
}
}
}
immich.local.cobb.lgbt {
reverse_proxy 10.69.2.52:2283
}