From 081c196078a7341148899023e91000ee870b3bcf Mon Sep 17 00:00:00 2001 From: notplants Date: Mon, 20 Apr 2026 17:30:22 +0000 Subject: [PATCH 1/2] shorten app_config_js config name to fit 64-char Docker limit --- abra.sh | 2 +- compose.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/abra.sh b/abra.sh index 69ea8ac..2d69be7 100644 --- a/abra.sh +++ b/abra.sh @@ -3,4 +3,4 @@ export CONFIG_JS_VERSION=v2 export NGINX_CONF_VERSION=v1 export SSO_ENTRYPOINT_VERSION=v6 export SSO_JS_VERSION=v3 -export APPLICATION_CONFIG_VERSION=v3 +export APP_CONFIG_JS_VERSION=v1 diff --git a/compose.yml b/compose.yml index a2a7398..509083a 100644 --- a/compose.yml +++ b/compose.yml @@ -27,7 +27,7 @@ services: configs: - source: config_js target: /cryptpad/config/config.js - - source: application_config_js + - source: app_config_js target: /cryptpad/customize/application_config.js deploy: @@ -89,7 +89,7 @@ configs: name: ${STACK_NAME}_nginx_conf_${NGINX_CONF_VERSION} file: nginx.conf.tmpl template_driver: golang - application_config_js: - name: ${STACK_NAME}_application_config_js_${APPLICATION_CONFIG_VERSION} + app_config_js: + name: ${STACK_NAME}_app_config_js_${APP_CONFIG_JS_VERSION} file: application_config.js.tmpl template_driver: golang -- 2.49.0 From 6d047f5987fb4db269eaa7ce21b843b42e108cc4 Mon Sep 17 00:00:00 2001 From: notplants Date: Mon, 20 Apr 2026 17:31:08 +0000 Subject: [PATCH 2/2] bump to 0.5.4+v2026.2.0 --- compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yml b/compose.yml index 509083a..b4c97ef 100644 --- a/compose.yml +++ b/compose.yml @@ -36,7 +36,7 @@ services: labels: - "traefik.enable=false" - "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT:-120}" - - "coop-cloud.${STACK_NAME}.version=0.5.3+v2026.2.0" + - "coop-cloud.${STACK_NAME}.version=0.5.4+v2026.2.0" - "backupbot.backup=true" healthcheck: test: ["CMD", "curl", "-f", "http://localhost:3000"] -- 2.49.0