Files
infrastructure/hosts/ps10rp/garage/serve-ui.json
Alex Lebens 48274a54f9
All checks were successful
lint-test-docker / docker-lint (push) Successful in 9s
lint-test-helm / helm-lint (push) Successful in 10s
renovate / renovate (push) Successful in 1m46s
split garage tailscale
2025-10-25 22:36:51 -05:00

17 lines
207 B
JSON

{
"TCP": {
"443": {
"HTTPS": true
}
},
"Web": {
"${TS_CERT_DOMAIN}:443": {
"Handlers": {
"/": {
"Proxy": "http://127.0.0.1:3909"
}
}
}
}
}