Files
infrastructure/hosts/ps10rp/garage/serve.json
Alex Lebens e2c265842c
Some checks failed
renovate / renovate (push) Has been cancelled
lint-test-helm / helm-lint (push) Successful in 9s
lint-test-docker / docker-lint (push) Successful in 10s
change endpoints with patch
2025-10-21 21:17:44 -05:00

29 lines
496 B
JSON

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