Files
infrastructure/hosts/ps10rp/garage/serve.json
Alex Lebens 30dc907d6c
All checks were successful
renovate / renovate (push) Successful in 1m9s
lint-test-docker / docker-lint (push) Successful in 10s
lint-test-helm / helm-lint (push) Successful in 10s
change to prots
2025-10-21 21:35:14 -05:00

57 lines
915 B
JSON

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