gitea config for serving

This commit is contained in:
2026-04-20 00:13:23 -07:00
parent 2dd535d506
commit 82ef7c6925
2 changed files with 27 additions and 5 deletions

23
ts_serve.json Normal file
View File

@@ -0,0 +1,23 @@
{
"TCP": {
"443": {
"HTTPS": true
},
"22": {
"TCPForward": "127.0.0.1:22"
}
},
"Web": {
"gitea.story-basking.ts.net:443": {
"Handlers": {
"/": {
"Proxy": "http://127.0.0.1:3000"
}
}
}
},
"AllowFunnel": {
"gitea.story-basking.ts.net:443": true,
"gitea.story-basking.ts.net:22": true
}
}