add gitea

This commit is contained in:
2025-01-15 18:16:45 -06:00
parent 87aaad3c06
commit 613af4d157
5 changed files with 84 additions and 72 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
}
}