tubearchivist

This commit is contained in:
2024-06-18 19:08:56 +01:00
parent 1d7366804a
commit 0e3efd87fe
3 changed files with 111 additions and 0 deletions

View File

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