1
0
Fork 0
mirror of https://github.com/24eme/signaturepdf synced 2026-03-14 13:55:44 +01:00

Encryption is disable by default

This commit is contained in:
Vincent LAURENT 2024-08-01 16:31:45 +02:00
commit 9aa0569d46
3 changed files with 8 additions and 4 deletions

View file

@ -7,7 +7,7 @@ ENV MAX_FILE_UPLOADS=201
ENV PDF_STORAGE_PATH=/data
ENV DISABLE_ORGANIZATION=false
ENV DEFAULT_LANGUAGE=fr_FR.UTF-8
ENV PDF_STORAGE_ENCRYPTION=true
ENV PDF_STORAGE_ENCRYPTION=false
RUN apt update && \
apt install -y vim locales gettext-base librsvg2-bin pdftk imagemagick potrace ghostscript gpg && \