diff --git a/cloudflared-config.yml b/cloudflared-config.yml index 04feb7649..e00632cf4 100644 --- a/cloudflared-config.yml +++ b/cloudflared-config.yml @@ -27,4 +27,18 @@ ingress: service: http://localhost:5187 - hostname: clock-api.mana.how service: http://localhost:3017 + - hostname: contacts.mana.how + service: http://localhost:5184 + - hostname: contacts-api.mana.how + service: http://localhost:3015 + + # Monitoring & Tools + - hostname: grafana.mana.how + service: http://localhost:3100 + - hostname: stats.mana.how + service: http://localhost:3200 + - hostname: n8n.mana.how + service: http://localhost:5678 + + # Catch-all - service: http_status:404