Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/strukturag/nextcloud-certificate24
Nextcloud app for Certificate24
https://github.com/strukturag/nextcloud-certificate24
nextcloud nextcloud-app pdf signature validation
Last synced: about 1 month ago
JSON representation
Nextcloud app for Certificate24
- Host: GitHub
- URL: https://github.com/strukturag/nextcloud-certificate24
- Owner: strukturag
- License: agpl-3.0
- Created: 2022-09-01T09:14:10.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-09T12:37:13.000Z (9 months ago)
- Last Synced: 2024-04-09T14:23:13.965Z (9 months ago)
- Topics: nextcloud, nextcloud-app, pdf, signature, validation
- Language: PHP
- Homepage: https://www.certificate24.com
- Size: 3.1 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: COPYING
Awesome Lists containing this project
README
# nextcloud-certificate24
This repository contains the Nextcloud app for Certificate24.
With Certificate24 you can request digital signatures of documents stored in
your Nextcloud from other users in Nextcloud or from external users (by email).Checkout the repository as `certificate24` to the `apps` folder of your
Nextcloud instance.## Prerequisites
- [composer](https://getcomposer.org/) 2.4
- [node](https://nodejs.org/) 16 with npm 7 or 8
- Nextcloud 28+## Build
npm ci
npm run build
composer install## Installation
Open the Apps settings of Nextcloud and enable the "Certificate24" app. Then go
to the "Administration settings", open section "Certificate24" and enter the
account id and account secret you created on the Certificate24 portal at
https://www.certificate24.com.## Translations
Run `make translationfiles/templates/certificate24.pot` to update the
translation template.We are using transifex to manage translations. If you want to contribute,
open https://explore.transifex.com/strukturag/nextcloud-certificate24/ to
join the project.