feat(*): init

This commit is contained in:
h
2026-01-20 21:38:01 +01:00
commit b9703da2fc
57 changed files with 3246 additions and 0 deletions

34
caddy/Caddyfile.example Normal file
View File

@@ -0,0 +1,34 @@
{
admin off
# acme_dns cloudflare {env.CLOUDFLARE_API_TOKEN}
log {
format console
}
servers {
trusted_proxies cloudflare
client_ip_headers Cf-Connecting-Ip
}
}
<DOMAIN> {
handle /convex* {
uri strip_prefix /convex
reverse_proxy stealth-ai-relay-convex:3210
}
handle /convex-http* {
uri strip_prefix /convex-http
reverse_proxy stealth-ai-relay-convex:3211
}
handle /convex-dashboard* {
uri strip_prefix /convex-dashboard
reverse_proxy stealth-ai-relay-convex-dashboard:6791
}
handle {
reverse_proxy stealth-ai-relay-frontend:3000
}
}