Add Forgejo

This commit is contained in:
Luka Jankovic 2025-10-12 00:17:12 +02:00
parent 1417814031
commit cb68677b56
2 changed files with 89 additions and 0 deletions

22
forgejo/ts-serve.json Normal file
View file

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