fp/ansible/roles/our/templates/tailscale-pgadmin.json.j2
CJ_Clippy 7c95e0d0a0
Some checks are pending
fp/our CI/CD / build (push) Waiting to run
ci / test (push) Waiting to run
fix quote issue
2025-10-08 10:57:56 -08:00

19 lines
265 B
Django/Jinja

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