many new containers. work in progress
This commit is contained in:
parent
f0f9f608cc
commit
aed48ffdf8
31 changed files with 1042 additions and 1 deletions
22
forgejo_tailscale/ts-serve.json
Normal file
22
forgejo_tailscale/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": false
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue