Fix: Agregar /api/mcp al router sin Authentik
All checks were successful
build-and-deploy / build-and-deploy (push) Successful in 1m10s
All checks were successful
build-and-deploy / build-and-deploy (push) Successful in 1m10s
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user