notify-push & whiteboard: URL-encode passwords

Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
Simon L. 2026-01-05 15:43:17 +01:00
parent 7f8be1bc3d
commit 84c581b8bf
4 changed files with 9 additions and 1 deletions

View file

@ -11,6 +11,7 @@ RUN set -ex; \
netcat-openbsd \
tzdata \
bash \
jq \
openssl; \
# Give root a random password
echo "root:$(openssl rand -base64 12)" | chpasswd; \