# 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