@@ -445,7 +445,7 @@ services:
445445 - ./configurations/traefik/dynamic.yml:/dynamic.yml:ro # DARGSTACK-REMOVE
446446 tusd :
447447 # You can access the upload service at [tusd.localhost](https://tusd.localhost/).
448- command : -behind-proxy --hooks-enabled-events pre-create,pre-finish,post -terminate --hooks-http http://vibetype:3000/api/service/tusd -max-size ${TUSD_MAX_SIZE} -s3-bucket ${TUSD_BUCKET} -s3-endpoint ${TUSD_ENDPOINT}
448+ command : -behind-proxy --hooks-enabled-events pre-create,pre-finish,pre -terminate --hooks-http http://vibetype:3000/api/internal /service/tusd -max-size ${TUSD_MAX_SIZE} -s3-bucket ${TUSD_BUCKET} -s3-endpoint ${TUSD_ENDPOINT}
449449 deploy :
450450 labels :
451451 - traefik.enable=true
@@ -476,15 +476,15 @@ services:
476476 - traefik.http.middlewares.vibetype_redirectregex.redirectregex.replacement=https://${STACK_DOMAIN}/$${2}
477477 - traefik.http.routers.vibetype.entryPoints=web
478478 - traefik.http.routers.vibetype.middlewares=redirectscheme # DARGSTACK-REMOVE
479- - traefik.http.routers.vibetype.rule=Host(`${STACK_DOMAIN}`) || Host(`www.${STACK_DOMAIN}`)
479+ - traefik.http.routers.vibetype.rule=( Host(`${STACK_DOMAIN}`) || Host(`www.${STACK_DOMAIN}`)) && !PathPrefix(`/api/internal `)
480480 - traefik.http.routers.vibetype.service=vibetype # DARGSTACK-REMOVE
481481 - traefik.http.routers.vibetype_content_secure.entryPoints=nuxt-content-websocket # DARGSTACK-REMOVE
482- - traefik.http.routers.vibetype_content_secure.rule=Host(`${STACK_DOMAIN}`) || Host(`www.${STACK_DOMAIN}`) # DARGSTACK-REMOVE
482+ - traefik.http.routers.vibetype_content_secure.rule=( Host(`${STACK_DOMAIN}`) || Host(`www.${STACK_DOMAIN}`)) && !PathPrefix(`/api/internal `) # DARGSTACK-REMOVE
483483 - traefik.http.routers.vibetype_content_secure.service=vibetype_content # DARGSTACK-REMOVE
484484 - traefik.http.routers.vibetype_content_secure.tls.options=mintls13@file # DARGSTACK-REMOVE
485485 - traefik.http.routers.vibetype_secure.entryPoints=web-secure
486486 - traefik.http.routers.vibetype_secure.middlewares=vibetype_cors,vibetype_redirectregex
487- - traefik.http.routers.vibetype_secure.rule=Host(`${STACK_DOMAIN}`) || Host(`www.${STACK_DOMAIN}`)
487+ - traefik.http.routers.vibetype_secure.rule=( Host(`${STACK_DOMAIN}`) || Host(`www.${STACK_DOMAIN}`)) && !PathPrefix(`/api/internal `)
488488 - traefik.http.routers.vibetype_secure.service=vibetype # DARGSTACK-REMOVE
489489 - traefik.http.routers.vibetype_secure.tls.options=mintls13@file # DARGSTACK-REMOVE
490490 - traefik.http.services.vibetype.loadbalancer.server.port=3000
0 commit comments