Files
apps-deployments/audiobookshelf/ts-audiobookshelf/config/audiobookshelf.json
2024-08-01 13:46:38 +01:00

20 lines
299 B
JSON

{
"TCP": {
"443": {
"HTTPS": true
}
},
"Web": {
"${TS_CERT_DOMAIN}:443": {
"Handlers": {
"/": {
"Proxy": "http://kuma:3001"
}
}
}
},
"AllowFunnel": {
"${TS_CERT_DOMAIN}:443": false
}
}