Updated config.sh and new workflow for getting online.
This commit is contained in:
@@ -2,32 +2,32 @@
|
||||
# Cloudflare Tunnel Configuration
|
||||
# Auto-generated by Changemaker Configuration Wizard
|
||||
|
||||
tunnel: ${CF_TUNNEL_ID} # e.g. 1234567890abcdef
|
||||
credentials-file: /home/coder/.cloudflared/${CF_TUNNEL_ID}.json # e.g. /home/coder/.cloudflared/[insert tunnel number].json
|
||||
tunnel: your_cloudflared_tunnel_id} # e.g. 1234567890abcdef
|
||||
credentials-file: /home/coder/.cloudflared/your_cloudflared_tunnel_id}.json # e.g. /home/coder/.cloudflared/[insert tunnel number].json
|
||||
ingress:
|
||||
|
||||
- hostname: homepage.test.com
|
||||
- hostname: homepage.cmlite.org
|
||||
service: http://localhost:3010
|
||||
|
||||
- hostname: code.test.com
|
||||
- hostname: code.cmlite.org
|
||||
service: http://localhost:8888
|
||||
|
||||
- hostname: listmonk.test.com
|
||||
- hostname: listmonk.cmlite.org
|
||||
service: http://localhost:9001
|
||||
|
||||
- hostname: docs.test.com
|
||||
- hostname: docs.cmlite.org
|
||||
service: http://localhost:4000
|
||||
|
||||
- hostname: test.com
|
||||
- hostname: cmlite.org
|
||||
service: http://localhost:4002
|
||||
|
||||
- hostname: n8n.test.com
|
||||
- hostname: n8n.cmlite.org
|
||||
service: http://localhost:5678
|
||||
|
||||
- hostname: db.test.com
|
||||
- hostname: db.cmlite.org
|
||||
service: http://localhost:8090
|
||||
|
||||
- hostname: git.test.com
|
||||
- hostname: git.cmlite.org
|
||||
service: http://localhost:3030
|
||||
|
||||
# Catch-all rule (required)
|
||||
|
||||
34
configs/cloudflare/tunnel-config.yml.backup_20250629_154241
Normal file
34
configs/cloudflare/tunnel-config.yml.backup_20250629_154241
Normal file
@@ -0,0 +1,34 @@
|
||||
# filepath: /home/bunker-admin/changemaker.lite/configs/cloudflare/tunnel-config.yml
|
||||
# Cloudflare Tunnel Configuration
|
||||
# Auto-generated by Changemaker Configuration Wizard
|
||||
|
||||
tunnel: ${CF_TUNNEL_ID} # e.g. 1234567890abcdef
|
||||
credentials-file: /home/coder/.cloudflared/${CF_TUNNEL_ID}.json # e.g. /home/coder/.cloudflared/[insert tunnel number].json
|
||||
ingress:
|
||||
|
||||
- hostname: homepage.test.com
|
||||
service: http://localhost:3010
|
||||
|
||||
- hostname: code.test.com
|
||||
service: http://localhost:8888
|
||||
|
||||
- hostname: listmonk.test.com
|
||||
service: http://localhost:9001
|
||||
|
||||
- hostname: docs.test.com
|
||||
service: http://localhost:4000
|
||||
|
||||
- hostname: test.com
|
||||
service: http://localhost:4002
|
||||
|
||||
- hostname: n8n.test.com
|
||||
service: http://localhost:5678
|
||||
|
||||
- hostname: db.test.com
|
||||
service: http://localhost:8090
|
||||
|
||||
- hostname: git.test.com
|
||||
service: http://localhost:3030
|
||||
|
||||
# Catch-all rule (required)
|
||||
- service: http_status:404
|
||||
34
configs/cloudflare/tunnel-config.yml.backup_20250629_154929
Normal file
34
configs/cloudflare/tunnel-config.yml.backup_20250629_154929
Normal file
@@ -0,0 +1,34 @@
|
||||
# filepath: /home/bunker-admin/changemaker.lite/configs/cloudflare/tunnel-config.yml
|
||||
# Cloudflare Tunnel Configuration
|
||||
# Auto-generated by Changemaker Configuration Wizard
|
||||
|
||||
tunnel: ${CF_TUNNEL_ID} # e.g. 1234567890abcdef
|
||||
credentials-file: /home/coder/.cloudflared/${CF_TUNNEL_ID}.json # e.g. /home/coder/.cloudflared/[insert tunnel number].json
|
||||
ingress:
|
||||
|
||||
- hostname: cmlite.org
|
||||
service: http://localhost:3010
|
||||
|
||||
- hostname: cmlite.org
|
||||
service: http://localhost:3010
|
||||
|
||||
- hostname: cmlite.org
|
||||
service: http://localhost:3010
|
||||
|
||||
- hostname: cmlite.org
|
||||
service: http://localhost:3010
|
||||
|
||||
- hostname: cmlite.org
|
||||
service: http://localhost:3010
|
||||
|
||||
- hostname: cmlite.org
|
||||
service: http://localhost:3010
|
||||
|
||||
- hostname: cmlite.org
|
||||
service: http://localhost:3010
|
||||
|
||||
- hostname: cmlite.org
|
||||
service: http://localhost:3010
|
||||
|
||||
# Catch-all rule (required)
|
||||
- service: http_status:404
|
||||
Reference in New Issue
Block a user