bump to 0.5.1+v2026.2.0

This commit is contained in:
notplants
2026-03-01 02:48:59 +00:00
parent b8f074e0a7
commit be1b79b31c
3 changed files with 5 additions and 5 deletions

View File

@ -16,8 +16,8 @@ VERSION_FILE="${PLUGIN_DIR}/.version"
SSO_PLUGIN_VERSION="${SSO_PLUGIN_VERSION:-0.4.0}"
# Copy SSO config template into place (mounted as Docker config)
if [ -f /sso.js.tmpl ]; then
cp /sso.js.tmpl /cryptpad/config/sso.js
if [ -f /sso.js ]; then
cp /sso.js /cryptpad/config/sso.js
echo "[sso-entrypoint] Copied sso.js config into /cryptpad/config/sso.js"
fi