Add full monorepo: virtual-banker, backend, frontend, docs, scripts, deployment

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
defiQUG
2026-02-10 11:32:49 -08:00
parent aafcd913c2
commit 88bc76da91
815 changed files with 125522 additions and 264 deletions

View File

@@ -0,0 +1,31 @@
# Cloudflare Tunnel Configuration
# Place this file at: /etc/cloudflared/config.yml
tunnel: <YOUR_TUNNEL_ID>
credentials-file: /etc/cloudflared/<YOUR_TUNNEL_ID>.json
# Ingress rules
ingress:
# Main domain - API and Frontend
- hostname: explorer.d-bis.org
service: http://localhost:80
originRequest:
noHappyEyeballs: true
connectTimeout: 30s
tcpKeepAlive: 30s
keepAliveTimeout: 90s
keepAliveConnections: 100
# WWW redirect handled by Cloudflare
- hostname: www.explorer.d-bis.org
service: http://localhost:80
# Catch-all rule
- service: http_status:404
# Metrics (optional)
metrics: 0.0.0.0:9090
# Logging
loglevel: info