Fix: Agregar /api/mcp al router sin Authentik
All checks were successful
build-and-deploy / build-and-deploy (push) Successful in 1m10s

This commit is contained in:
2025-12-04 14:10:46 -06:00
parent 7abad2b6c3
commit ae4c674a0f

View File

@@ -30,7 +30,7 @@ services:
- traefik.http.routers.${APP_NAME}-public.middlewares=${APP_NAME}-headers
# Router: API externa (usa API Key, sin Authentik) - MEDIA PRIORIDAD
- traefik.http.routers.${APP_NAME}-api.rule=Host(`${APP_DOMAIN}`) && PathPrefix(`/api/messages/send`)
- traefik.http.routers.${APP_NAME}-api.rule=Host(`${APP_DOMAIN}`) && (PathPrefix(`/api/messages/send`) || PathPrefix(`/api/mcp`))
- traefik.http.routers.${APP_NAME}-api.entrypoints=websecure
- traefik.http.routers.${APP_NAME}-api.tls.certresolver=letsencrypt
- traefik.http.routers.${APP_NAME}-api.service=${APP_NAME}