knossos/services/Caddyfile

28 lines
657 B
Text
Raw Normal View History

2026-03-24 15:18:58 +08:00
{
email tootbrute@tutanota.com
}
2026-03-24 15:58:14 +08:00
*.knossos.arkadi.one {
2026-03-24 15:18:58 +08:00
vars {
# IP address of My Tailscale Server
tailscale_ip 100.95.204.90
}
tls {
dns gandi c7fd5d10953bb72845dbb4668c8f459d111e609c
}
2026-03-24 15:58:14 +08:00
@jellyfin host jellyfin.knossos.arkadi.one
2026-03-24 15:18:58 +08:00
handle @jellyfin {
reverse_proxy {vars.tailscale_ip}:8096
}
2026-03-24 15:58:14 +08:00
@books host books.knossos.arkadi.one
2026-03-24 15:18:58 +08:00
handle @books {
reverse_proxy {vars.tailscale_ip}:8083
}
# Fallback for otherwise unhandled domains
handle {
abort
}
}