From 64ba87be0f1790d82a9430c5da694b249129bb6d Mon Sep 17 00:00:00 2001 From: Jonas Thelemann Date: Fri, 9 May 2025 01:07:57 +0200 Subject: [PATCH] feat(vibetype): upgrade to v11.0.0-beta.1 --- src/development/stack.yml | 4 ++-- src/production/production.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/development/stack.yml b/src/development/stack.yml index 251ed9a4..3e26e36c 100644 --- a/src/development/stack.yml +++ b/src/development/stack.yml @@ -250,7 +250,7 @@ services: deploy: labels: - traefik.enable=true - - traefik.http.middlewares.postgraphile_auth.forwardauth.address=http://vibetype:3000/api/auth-proxy + - traefik.http.middlewares.postgraphile_auth.forwardauth.address=http://vibetype:3000/api/service/traefik/authentication - traefik.http.middlewares.postgraphile_auth.forwardauth.forwardBody=true - traefik.http.middlewares.postgraphile_cors.headers.accessControlAllowHeaders=authorization,baggage,content-type,sentry-trace,x-turnstile-key - traefik.http.middlewares.postgraphile_cors.headers.accessControlAllowOriginList=* @@ -419,7 +419,7 @@ services: - ./configurations/traefik/dynamic.yml:/dynamic.yml:ro #DARGSTACK-REMOVE tusd: # You can access the upload service at [tusd.localhost](https://tusd.localhost/). - command: -behind-proxy --hooks-enabled-events pre-create,pre-finish,post-terminate --hooks-http http://vibetype:3000/api/tusd -max-size ${TUSD_MAX_SIZE} -s3-bucket ${TUSD_BUCKET} -s3-endpoint ${TUSD_ENDPOINT} + 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} deploy: labels: - traefik.enable=true diff --git a/src/production/production.yml b/src/production/production.yml index af0dc8ac..106f5e5a 100644 --- a/src/production/production.yml +++ b/src/production/production.yml @@ -127,7 +127,7 @@ services: - (( append )) - traefik.http.routers.vibetype.middlewares=vibetype_cors,vibetype_redirectregex - traefik.http.routers.vibetype_secure.tls.certresolver=default - image: ghcr.io/maevsi/vibetype:10.17.0 + image: ghcr.io/maevsi/vibetype:11.0.0-beta.1 user: (( prune )) vibetype_beta: # You can access the main project frontend's beta version at [beta.localhost](https://beta.localhost/).