35 lines
918 B
Plaintext
35 lines
918 B
Plaintext
# 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
|