added Transmission, added VPS-caddy files
This commit is contained in:
parent
66b52e0950
commit
9c6da58b21
8 changed files with 87 additions and 5 deletions
30
VPS-caddy/Caddyfile
Normal file
30
VPS-caddy/Caddyfile
Normal file
|
@ -0,0 +1,30 @@
|
|||
{
|
||||
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
|
||||
}
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue