29 lines
649 B
Caddyfile
29 lines
649 B
Caddyfile
{
|
|
email tootbrute@tutanota.com
|
|
}
|
|
|
|
|
|
*.home.arkadi.one {
|
|
|
|
vars {
|
|
# IP address of My Tailscale Server
|
|
tailscale_ip 100.95.204.90
|
|
}
|
|
|
|
tls {
|
|
dns gandi c7fd5d10953bb72845dbb4668c8f459d111e609c
|
|
}
|
|
|
|
@jellyfin host jellyfin.home.arkadi.one
|
|
handle @jellyfin {
|
|
reverse_proxy {vars.tailscale_ip}:8096
|
|
}
|
|
@books host books.home.arkadi.one
|
|
handle @books {
|
|
reverse_proxy {vars.tailscale_ip}:8083
|
|
}
|
|
# Fallback for otherwise unhandled domains
|
|
handle {
|
|
abort
|
|
}
|
|
}
|