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
338 stars 47 forks source link

Add a new host for signaturepdf #82

Closed SpirioSpirio closed 8 months ago

SpirioSpirio commented 8 months ago

Add a new host for signaturepdf

SpirioSpirio commented 8 months ago

Not working properly yet.

SpirioSpirio commented 8 months ago

It works now.

I don't know why but the software redirection to /signature remove the / before signature, and I got pdf.spirio.frsignature instead of pdf.spirio.fr/signature on some browser.

I manually add REVERSE_PROXY_URL=https://pdf.spirio.fr" in the file /usr/local/signaturepdf/config/config.ini and it works now.

wincelau commented 8 months ago

Ok weird, you deploy it by docker ? Before REVERSE_PROXY_URL was unset or null ?

SpirioSpirio commented 8 months ago

Thank you for approving my pull request.

I deployed it with Podman and I have a reverse proxy in front in addition to the one included in the pod. I set ENV SERVERNAME=pdf.spirio.fr in the dockerfile and had to modify the variable REVERSE_PROXY_URL /usr/local/signaturepdf/config/config.ini in order to make it works.