update
This commit is contained in:
parent
a43af46a08
commit
448da5e02f
3 changed files with 32 additions and 7 deletions
29
services/Caddyfile
Normal file
29
services/Caddyfile
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
email tootbrute@tutanota.com
|
||||
}
|
||||
|
||||
|
||||
*.home.mydomain.com {
|
||||
|
||||
vars {
|
||||
# IP address of My Tailscale Server
|
||||
tailscale_ip 100.95.204.90
|
||||
}
|
||||
|
||||
tls {
|
||||
dns gandi c7fd5d10953bb72845dbb4668c8f459d111e609c
|
||||
}
|
||||
|
||||
@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
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue