udpated the config, add cnames,. docker compose, tunnel configs.

This commit is contained in:
2025-05-28 14:53:33 -06:00
parent 3b091eb57a
commit 588a3255a9
7 changed files with 317 additions and 163 deletions

View File

@@ -0,0 +1,31 @@
# filepath: /home/bunker-admin/changemaker.lite/configs/cloudflare/tunnel-config.yml
# Cloudflare Tunnel Configuration
# Auto-generated by Changemaker Configuration Wizard
tunnel: test # e.g. 1234567890abcdef
credentials-file: /home/coder/.cloudflared/test.json # e.g. /home/coder/.cloudflared/[insert tunnel number].json
ingress:
- hostname: dashboard.reed.com
service: http://localhost:3010
- hostname: code.reed.com
service: http://localhost:8888
- hostname: listmonk.reed.com
service: http://localhost:9000
- hostname: docs.reed.com
service: http://localhost:4000
- hostname: reed.com
service: http://localhost:4001
- hostname: n8n.reed.com
service: http://localhost:5678
- hostname: db.reed.com
service: http://localhost:8090
# Catch-all rule (required)
- service: http_status:404