LibreSign / libresign

✍️ Nextcloud app to sign PDF documents
https://libresign.coop
GNU Affero General Public License v3.0
482 stars 56 forks source link

Configuring libresign on my docker-composer.yml #3828

Open MoffatSD404 opened 2 days ago

MoffatSD404 commented 2 days ago

So i have been trying to intergrate nextcloud to libresign i have had a hard-time configuring libresign environment in my docker-compose.yml
libresign: image: ghcr.io/librecodecoop/libresign:latest
ports:

vitormattos commented 2 days ago

LibreSign haven't a dedicated image, you need to run your Nexrtcloud instance and setup LibreSign from Nextcloud app store.

Do you want to run as developer?

MoffatSD404 commented 2 days ago

Yes please Guide me on how i can set up libresign from nextcloud app on docker

vitormattos commented 2 days ago

To development environment you can follow this: https://github.com/LibreSign/libresign/blob/main/CONTRIBUTING.md

To production environment, you only need to setup LibreSign at your Nextcloud.

I recommend to don't use Windows as development environment with Docker. Could work but also do a lot of problems.