commit d042c75641abd78667330e68c7098487e1276462 Author: Digital Asset Management Date: Tue Apr 8 09:40:09 2025 -0500 Initial commit diff --git a/docker-compose.yml b/docker-compose.yml new file mode 100644 index 0000000..e69de29 diff --git a/tailscale/config/serve.json b/tailscale/config/serve.json new file mode 100644 index 0000000..121ffb8 --- /dev/null +++ b/tailscale/config/serve.json @@ -0,0 +1,19 @@ +{ + "TCP": { + "443": { + "HTTPS": true + } + }, + "Web": { + "${TS_CERT_DOMAIN}:443": { + "Handlers": { + "/": { + "Proxy": "http://127.0.0.1:3000" + } + } + } + }, + "AllowFunnel": { + "${TS_CERT_DOMAIN}:443": false + } + } \ No newline at end of file