mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-02-10 15:57:55 +00:00
notify-push & whiteboard: URL-encode passwords
Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
parent
7f8be1bc3d
commit
84c581b8bf
4 changed files with 9 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ FROM ghcr.io/nextcloud-releases/whiteboard:v1.5.0
|
|||
|
||||
USER root
|
||||
RUN set -ex; \
|
||||
apk add --no-cache bash; \
|
||||
apk add --no-cache bash jq; \
|
||||
chmod 777 -R /tmp; \
|
||||
if [ -f /usr/lib/chromium/chrome_crashpad_handler ] && [ ! -f /usr/lib/chromium/chrome_crashpad_handler.real ]; then \
|
||||
mv /usr/lib/chromium/chrome_crashpad_handler /usr/lib/chromium/chrome_crashpad_handler.real; \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue