Compare commits
1 Commits
main
...
0.5.1+v202
| Author | SHA1 | Date | |
|---|---|---|---|
| be1b79b31c |
2
abra.sh
2
abra.sh
@ -1,5 +1,5 @@
|
|||||||
export CONFIG_VERSION=v2
|
export CONFIG_VERSION=v2
|
||||||
export CONFIG_JS_VERSION=v2
|
export CONFIG_JS_VERSION=v2
|
||||||
export NGINX_CONF_VERSION=v1
|
export NGINX_CONF_VERSION=v1
|
||||||
export SSO_ENTRYPOINT_VERSION=v5
|
export SSO_ENTRYPOINT_VERSION=v6
|
||||||
export SSO_JS_VERSION=v3
|
export SSO_JS_VERSION=v3
|
||||||
|
|||||||
@ -42,7 +42,7 @@ services:
|
|||||||
target: /sso-entrypoint.sh
|
target: /sso-entrypoint.sh
|
||||||
mode: 0755
|
mode: 0755
|
||||||
- source: sso_js
|
- source: sso_js
|
||||||
target: /sso.js.tmpl
|
target: /sso.js
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
restart_policy:
|
restart_policy:
|
||||||
@ -50,7 +50,7 @@ services:
|
|||||||
labels:
|
labels:
|
||||||
- "traefik.enable=false"
|
- "traefik.enable=false"
|
||||||
- "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT:-120}"
|
- "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT:-120}"
|
||||||
- "coop-cloud.${STACK_NAME}.version=0.5.0+v2026.2.0"
|
- "coop-cloud.${STACK_NAME}.version=0.5.1+v2026.2.0"
|
||||||
- "backupbot.backup=true"
|
- "backupbot.backup=true"
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD", "curl", "-f", "http://localhost:3000"]
|
test: ["CMD", "curl", "-f", "http://localhost:3000"]
|
||||||
|
|||||||
@ -16,8 +16,8 @@ VERSION_FILE="${PLUGIN_DIR}/.version"
|
|||||||
SSO_PLUGIN_VERSION="${SSO_PLUGIN_VERSION:-0.4.0}"
|
SSO_PLUGIN_VERSION="${SSO_PLUGIN_VERSION:-0.4.0}"
|
||||||
|
|
||||||
# Copy SSO config template into place (mounted as Docker config)
|
# Copy SSO config template into place (mounted as Docker config)
|
||||||
if [ -f /sso.js.tmpl ]; then
|
if [ -f /sso.js ]; then
|
||||||
cp /sso.js.tmpl /cryptpad/config/sso.js
|
cp /sso.js /cryptpad/config/sso.js
|
||||||
echo "[sso-entrypoint] Copied sso.js config into /cryptpad/config/sso.js"
|
echo "[sso-entrypoint] Copied sso.js config into /cryptpad/config/sso.js"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user