4 Commits

Author SHA1 Message Date
bb655259c0 Merge pull request 'Shorten config name to fit char limits' (#10) from shorten into main
Some checks failed
continuous-integration/drone/push Build is failing
Reviewed-on: #10
2026-04-20 17:35:23 +00:00
6d047f5987 bump to 0.5.4+v2026.2.0
All checks were successful
continuous-integration/drone/tag Build is passing
2026-04-20 17:31:08 +00:00
081c196078 shorten app_config_js config name to fit 64-char Docker limit 2026-04-20 17:30:22 +00:00
a9f451a177 Merge pull request 'Add optional customizatoin for restriction of guest users' (#9) from restrict into main
Some checks failed
continuous-integration/drone/push Build is failing
Reviewed-on: #9
2026-04-20 17:24:17 +00:00
2 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -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:
@ -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"]
@ -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