nextcloud_groupfolder_files.../appinfo/info.xml
2023-05-17 21:09:36 +02:00

18 lines
960 B
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>groupfolder_filesystem_snapshots</id>
<name>Groupfolder Filesystem Snapshots</name>
<summary>App proving a API for other apps, that allows restoring a groupfolder to a previous snapshot in the filesystem</summary>
<description>App proving a PHP API for other apps, that allows restoring a groupfolder to a previous snapshot in the filesystem. Requires a ZFS filesystem.</description>
<version>1.0.0</version>
<licence>agpl</licence>
<author mail="jonathan.treffler@verdigado.com" >Jonathan Treffler</author>
<namespace>GroupfolderFilesystemSnapshots</namespace>
<category>files</category>
<bugs>https://github.com/nextcloud/app-tutorial</bugs>
<dependencies>
<nextcloud min-version="25" max-version="25"/>
</dependencies>
</info>