feat: add invoke
Some checks failed
lint-test-docker / lint-docker-compose (push) Failing after 22s
renovate / renovate (push) Has been cancelled

This commit is contained in:
2026-05-09 22:19:20 -05:00
parent 66ef0e872c
commit 8120b0eb81
5 changed files with 62 additions and 4 deletions

View File

@@ -0,0 +1,16 @@
{
"TCP": {
"443": {
"HTTPS": true
}
},
"Web": {
"${TS_CERT_DOMAIN}:443": {
"Handlers": {
"/": {
"Proxy": "http://127.0.0.1:9090"
}
}
}
}
}