Update appinfo/info.xml
This commit is contained in:
parent
b6e41ac51b
commit
f541a7b605
1 changed files with 2 additions and 2 deletions
|
@ -3,8 +3,8 @@
|
||||||
xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
|
xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
|
||||||
<id>groupfolder_filesystem_snapshots</id>
|
<id>groupfolder_filesystem_snapshots</id>
|
||||||
<name>Groupfolder Filesystem Snapshots</name>
|
<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>
|
<summary>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>
|
<description>App proving a PHP API for other apps, that allows (partially) restoring a groupfolder to a previous snapshot in the filesystem. Requires a filesystem with snapshot support (tested with and made for ZFS). It is made for other apps to integrate with, IT DOES NOT WORK STANDALONE</description>
|
||||||
<version>1.1.1</version>
|
<version>1.1.1</version>
|
||||||
<licence>agpl</licence>
|
<licence>agpl</licence>
|
||||||
<author mail="jonathan.treffler@verdigado.com" >Jonathan Treffler</author>
|
<author mail="jonathan.treffler@verdigado.com" >Jonathan Treffler</author>
|
||||||
|
|
Loading…
Reference in a new issue