24eme / signaturepdf

Free web software for signing PDFs and also organize pages, edit medata and compress pdf
https://pdf.24eme.fr
GNU Affero General Public License v3.0
342 stars 48 forks source link

feat(docker): update dockerfile to enable pdf storage for multi-signature #25

Closed chabotsi closed 2 years ago

chabotsi commented 2 years ago

Hello,

Here is a pull-request to enable “multi-signature” in the Docker image.

I had to create a new file “config.ini.tpl” which is a template for config.ini. It was not easy to re-use “config.ini” without doing any complicated stuff. I also had to move the CMD commands to a script, because of the condition (does the PDF_STORAGE_PATH is defined ?) which could not be included in the existing CMD.

Thank you again for the multi-signature option !

wincelau commented 2 years ago

👌 Thank you !