udpated the config, add cnames,. docker compose, tunnel configs.
This commit is contained in:
31
configs/cloudflare/tunnel-config.yml
Normal file
31
configs/cloudflare/tunnel-config.yml
Normal 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
|
||||
Reference in New Issue
Block a user