adding caddy without docker

This commit is contained in:
Elias Gasparis 2026-03-20 18:42:07 +08:00
commit 4084c32499
6 changed files with 13 additions and 0 deletions

View file

@ -1,30 +0,0 @@
{
email youremail@email.com
}
*.home.mydomain.com {
vars {
# IP address of My Tailscale Server
tailscale_ip 100.0.0.0
}
tls {
dns gandi APIKEYHERE
}
@jellyfin host jellyfin.home.mydomain.com
handle @jellyfin {
reverse_proxy {vars.tailscale_ip}:8096
}
@books host books.home.mydomain.com
handle @books {
reverse_proxy {vars.tailscale_ip}:8083
}
# Fallback for otherwise unhandled domains
handle {
abort
}
}