Compare commits

...

2 commits

Author SHA1 Message Date
9370647a39 [fix] Caddyfile 2025-03-15 11:58:58 +00:00
9de80fe7b9 [fix] caddy 2025-03-14 23:11:01 +00:00

View file

@ -8,18 +8,20 @@
# Physical # Physical
(omv) { (omv) {
reverse_proxy 192.168.1.6:{args.0} reverse_proxy 192.168.1.6:{args[0]}
} }
(n2) { (n2) {
reverse_proxy 192.168.1.4:{args.0} reverse_proxy 192.168.1.4:{args[0]}
} }
(n2plus) { (n2plus) {
reverse_proxy 192.168.1.10:{args.0} reverse_proxy 192.168.1.10:{args[0]}
} }
(xu4) { (xu4) {
reverse_proxy 192.168.1.5:{args.0} reverse_proxy 192.168.1.5:{args[0]}
}
(fins) {
reverse_proxy 192.168.1.9:{args[0]}
} }
# DNS # DNS
(duckdns) { (duckdns) {
tls { tls {
@ -109,12 +111,12 @@ quodatum.duckdns.org {
@shark host shark.quodatum.duckdns.org @shark host shark.quodatum.duckdns.org
handle @shark { handle @shark {
import auth_quodatum import auth_quodatum
import fins 3001 import xu4 4000
} }
@oi host oi.quodatum.duckdns.org @oi host oi.quodatum.duckdns.org
handle @oi { handle @oi {
import auth_quodatum import auth_quodatum
import xu4 4000 import fins 3001
} }
# Fallback for otherwise unhandled domains # Fallback for otherwise unhandled domains
handle { handle {