Files
infrastructure/hosts/ps10rp/garage/serve.json
Alex Lebens aaa2d4eca1
Some checks failed
lint-test-docker / docker-lint (push) Successful in 10s
lint-test-helm / helm-lint (push) Successful in 10s
renovate / renovate (push) Has been cancelled
change endpoits
2025-10-21 20:44:41 -05:00

45 lines
758 B
JSON

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