new start !

This commit is contained in:
mini-pc-01 2026-02-08 14:32:26 +01:00
commit b909f1a107
8 changed files with 260 additions and 0 deletions

View file

@ -0,0 +1,19 @@
{
"TCP": {
"443": {
"HTTPS": true
}
},
"Web": {
"${TS_CERT_DOMAIN}:443": {
"Handlers": {
"/": {
"Proxy": "http://127.0.0.1:3000"
}
}
}
},
"AllowFunnel": {
"${TS_CERT_DOMAIN}:443": true
}
}