feat(seedbox): add Tailscale Serve config for Prowlarr

This commit is contained in:
2026-01-04 12:24:37 +00:00
parent 5928b5e990
commit 6e13516d71

View File

@@ -0,0 +1,16 @@
{
"TCP": {
"443": {
"HTTPS": true
}
},
"Web": {
"prowlarr.taila5ad8.ts.net:443": {
"Handlers": {
"/": {
"Proxy": "http://127.0.0.1:9696"
}
}
}
}
}