Files
infra-scripts/seedbox/stacks/sonarr/serve.json
Damien Arnodo 727a29fed4
All checks were successful
Deploy Seedbox / Deploy Seedbox Stacks (push) Successful in 35s
fix(sonarr): add missing serve.json for Tailscale proxy
2026-01-04 17:38:37 +00:00

17 lines
213 B
JSON

{
"TCP": {
"443": {
"HTTPS": true
}
},
"Web": {
"sonarr.taila5ad8.ts.net:443": {
"Handlers": {
"/": {
"Proxy": "http://127.0.0.1:8989"
}
}
}
}
}