# filepath: /home/bunker-admin/changemaker.lite/configs/cloudflare/tunnel-config.yml # Cloudflare Tunnel Configuration # Auto-generated by Changemaker Configuration Wizard 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.cmlite.org service: http://localhost:3010 - hostname: code.cmlite.org service: http://localhost:8888 - hostname: listmonk.cmlite.org service: http://localhost:9001 - hostname: docs.cmlite.org service: http://localhost:4000 - hostname: cmlite.org service: http://localhost:4002 - hostname: n8n.cmlite.org service: http://localhost:5678 - hostname: db.cmlite.org service: http://localhost:8090 - hostname: git.cmlite.org service: http://localhost:3030 # Catch-all rule (required) - service: http_status:404