add garage
All checks were successful
lint-test-docker / docker-lint (push) Successful in 8s
renovate / renovate (push) Successful in 1m21s

This commit is contained in:
2025-10-21 18:42:26 -05:00
parent 19fa8db6f4
commit 3f02c53445
3 changed files with 115 additions and 0 deletions

View File

@@ -0,0 +1,44 @@
{
"TCP": {
"443": {
"HTTPS": true
}
},
"Web": {
"${TS_CERT_DOMAIN}:443": {
"Handlers": {
"/": {
"Proxy": "http://127.0.0.1:3909"
}
}
},
"${TS_CERT_DOMAIN}.s3:3900": {
"Handlers": {
"/": {
"Proxy": "http://127.0.0.1:3900"
}
}
},
"${TS_CERT_DOMAIN}.rpc:3901": {
"Handlers": {
"/": {
"Proxy": "http://127.0.0.1:3901"
}
}
},
"${TS_CERT_DOMAIN}.web:3902": {
"Handlers": {
"/": {
"Proxy": "http://127.0.0.1:3902"
}
}
},
"${TS_CERT_DOMAIN}.api:3903": {
"Handlers": {
"/": {
"Proxy": "http://127.0.0.1:3903"
}
}
}
}
}