libresign/appinfo/info.xml
Vitor Mattos dec3e8678b
fix: sign setup when build
Signed-off-by: Vitor Mattos <vitor@php.rio>
2024-07-01 19:51:05 -03:00

87 lines
4 KiB
XML

<?xml version="1.0"?>
<info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
<id>libresign</id>
<name>LibreSign</name>
<summary>✍️ Self-hosted document signer using digital certificate</summary>
<description><![CDATA[**This is a libre digital PDF signature app for Nextcloud**
* ✍️ **Sign PDF** documents using digital certificates
* 🔄 **Hybrid signatures**: You can choose between personal or system-generated digital certificates
* 👥 **Multiple signers**: Request signature on a document for as many people as you need
* 📸 **QR Code**: Document validation by QR Code
* 🔒 **Privacy**: Fully self-hosted document signer
* 📲 **Connect to your software**: Easily integrate [LibreSign](https://libresign.coop) into your service with our full-fledged
* 🙋 **Get involved**! We have lots of stuff planned. More informations at [LibreSign](https://github.com/libresign/libresign) repository.
🌍 Help us translate this application on [Transifex](https://app.transifex.com/nextcloud/nextcloud/libresign/)
If you enjoy this app and want to help maintain its development or want enterprise support, please contact us:
[https://libresign.coop](https://libresign.coop)
## Donation
Developed with ❤️ by [LibreCode](https://librecode.coop). Help us transform people and businesses through cooperativism.
* [Donate with GitHub Sponsor: ![Donate using GitHub Sponsor](https://img.shields.io/static/v1?label=Sponsor&message=%E2%9D%A4&logo=GitHub&color=%23fe8e86)](https://github.com/sponsors/libresign)
]]></description>
<version>10.0.0-dev</version>
<licence>agpl</licence>
<author mail="contact@librecode.coop" homepage="https://librecode.coop">LibreCode</author>
<documentation>
<admin>https://github.com/LibreSign/libresign/blob/master/README.md</admin>
</documentation>
<category>files</category>
<category>office</category>
<category>security</category>
<category>tools</category>
<website>https://github.com/LibreSign/libresign</website>
<discussion>https://t.me/libresign</discussion>
<bugs>https://github.com/LibreSign/libresign/issues</bugs>
<repository type="git">https://github.com/LibreSign/libresign</repository>
<screenshot>https://raw.githubusercontent.com/LibreSign/libresign/main/img/screenshot/request-signature.png</screenshot>
<screenshot>https://raw.githubusercontent.com/LibreSign/libresign/main/img/screenshot/presentation.gif</screenshot>
<dependencies>
<lib>openssl</lib>
<nextcloud min-version="30" max-version="30"/>
<architecture>x86_64</architecture>
<architecture>aarch64</architecture>
</dependencies>
<background-jobs>
<job>OCA\Libresign\BackgroundJob\UserDeleted</job>
</background-jobs>
<repair-steps>
<post-migration>
<step>OCA\Libresign\Migration\DeleteOldBinaries</step>
</post-migration>
</repair-steps>
<commands>
<command>OCA\Libresign\Command\Configure\Check</command>
<command>OCA\Libresign\Command\Configure\Cfssl</command>
<command>OCA\Libresign\Command\Configure\OpenSsl</command>
<command>OCA\Libresign\Command\Developer\Reset</command>
<command>OCA\Libresign\Command\Install</command>
<command>OCA\Libresign\Command\Uninstall</command>
</commands>
<settings>
<admin>OCA\Libresign\Settings\Admin</admin>
<admin-section>OCA\Libresign\Settings\AdminSettings</admin-section>
</settings>
<activity>
<settings>
<setting>OCA\Libresign\Activity\FileToSign</setting>
</settings>
<filters>
<filter>OCA\Libresign\Activity\Filter</filter>
</filters>
<providers>
<provider>OCA\Libresign\Activity\Provider\SignRequest</provider>
</providers>
</activity>
<navigations>
<navigation>
<name>LibreSign</name>
<route>libresign.page.index</route>
</navigation>
</navigations>
</info>