Integrates signotec signoSign/Universal into Nextcloud to sign documents locally or send them into remote signature workflows via email.
- Start signing workflows directly from Nextcloud
- Support for local signing with signotec signoSign/Universal
- Support for remote signing workflows via email
- Integration into the Nextcloud administration settings
- Webhook-based processing for signing results
- Automatic update of documents after completed signing workflows
- Nextcloud 32
- A working signotec signoSign/Universal installation
- Valid access credentials for signotec signoSign/Universal
- Network connectivity between Nextcloud and the signotec environment
- Webhook endpoint reachable from the signotec environment if remote workflows are used
Clone or copy the app into your Nextcloud app directory, for example:
cd /var/www/html/apps-extra git clone <repository-url>{=html}
signotecsignosignuniversal
Then install dependencies in the app folder:
cd /var/www/html/apps-extra/signotecsignosignuniversal composer install
Enable the app:
php occ app:enable signotecsignosignuniversal
After enabling the app, open the Nextcloud administration settings and configure the signotec integration.
Typical configuration values include:
- signoSign/Universal server URL
- Username
- Password
- Signature field configuration
After configuration, users can start signing workflows from within Nextcloud.
Run tests:
./vendor/bin/phpunit -c phpunit.xml
AGPL-3.0-or-later