Add Forgejo
This commit is contained in:
parent
1417814031
commit
cb68677b56
2 changed files with 89 additions and 0 deletions
22
forgejo/ts-serve.json
Normal file
22
forgejo/ts-serve.json
Normal 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
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue