25 lines
1.5 KiB
XML
25 lines
1.5 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>groupfolder_filesystem_snapshots</id>
|
|
<name>Groupfolder Filesystem Snapshots</name>
|
|
<summary>Allows restoring a groupfolder to a previous snapshot in the filesystem</summary>
|
|
<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.2.0</version>
|
|
<licence>agpl</licence>
|
|
<author homepage="https://verdigado.com/">verdigado eG</author>
|
|
<author mail="jonathan.treffler@verdigado.com">Jonathan Treffler</author>
|
|
<namespace>GroupfolderFilesystemSnapshots</namespace>
|
|
<category>files</category>
|
|
<bugs>https://git.verdigado.com/verdigado-public/nextcloud_groupfolder_filesystem_snapshots/issues</bugs>
|
|
<dependencies>
|
|
<nextcloud min-version="28" max-version="28"/>
|
|
<database>pgsql</database>
|
|
<database>sqlite</database>
|
|
<database>mysql</database>
|
|
</dependencies>
|
|
<settings>
|
|
<admin>OCA\GroupfolderFilesystemSnapshots\Settings\SnapshotsAdmin</admin>
|
|
<admin-section>OCA\GroupfolderFilesystemSnapshots\Sections\SnapshotsSection</admin-section>
|
|
</settings>
|
|
</info>
|