Files
infra-scripts/seedbox/stacks/prowlarr/serve.json

17 lines
215 B
JSON

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