fixing up collabora secret

This commit is contained in:
notplants
2026-02-18 11:02:52 -05:00
parent 223a242f70
commit af25d3acc0
4 changed files with 7 additions and 8 deletions

View File

@ -8,7 +8,6 @@ set -e
[ -f /run/secrets/django_sp ] && export DJANGO_SUPERUSER_PASSWORD="$(cat /run/secrets/django_sp)"
[ -f /run/secrets/oidc_rpcs ] && export OIDC_RP_CLIENT_SECRET="$(cat /run/secrets/oidc_rpcs)"
[ -f /run/secrets/email_pass ] && export DJANGO_EMAIL_HOST_PASSWORD="$(cat /run/secrets/email_pass)"
[ -f /run/secrets/collabora_p ] && export password="$(cat /run/secrets/collabora_p)"
# if not in "env" mode, then execute the original entrypoint and command
if [ ! "$1" = "-e" ]; then