# Cloudflare Tunnel config - copy to /etc/cloudflared/config.yml and # replace TUNNEL_UUID with the value printed by `cloudflared tunnel create`. tunnel: TUNNEL_UUID credentials-file: /etc/cloudflared/TUNNEL_UUID.json ingress: # Public collage - points at the local Caddy on port 80. - hostname: birds.your-domain.com service: http://localhost:80 # Catch-all required by cloudflared - service: http_status:404