mirror of
https://github.com/LibreSign/libresign.git
synced 2025-12-18 05:20:45 +01:00
87 lines
4 KiB
XML
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>< 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: ](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>
|