Added audiobookshelf

This commit is contained in:
2024-08-01 13:46:38 +01:00
parent c602ed3622
commit 6fd65e86e3
3 changed files with 59 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
{
"TCP": {
"443": {
"HTTPS": true
}
},
"Web": {
"${TS_CERT_DOMAIN}:443": {
"Handlers": {
"/": {
"Proxy": "http://kuma:3001"
}
}
}
},
"AllowFunnel": {
"${TS_CERT_DOMAIN}:443": false
}
}