mirror of
https://github.com/nextcloud/nextcloudpi.git
synced 2026-01-09 06:32:00 -03:30
27 lines
1.0 KiB
XML
27 lines
1.0 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>nextcloudpi</id>
|
|
<name>NextcloudPi</name>
|
|
<summary>Nextcloud management tools</summary>
|
|
<description><![CDATA[NextCloudPi features a preconfigured Nextcloud instance and a complete set of tools around it for easy management.]]></description>
|
|
<version>0.0.2</version>
|
|
<licence>agpl</licence>
|
|
<author homepage="https://github.com/theCalcaholic">Tobias Knöppler</author>
|
|
<namespace>NextcloudPi</namespace>
|
|
<category>tools</category>
|
|
<bugs>https://github.com/nextcloud/nextcloudpi/issues</bugs>
|
|
<dependencies>
|
|
<nextcloud min-version="22" max-version="32"/>
|
|
</dependencies>
|
|
<navigations>
|
|
<navigation>
|
|
<name>NextCloudPi</name>
|
|
<route>nextcloudpi.page.index</route>
|
|
</navigation>
|
|
</navigations>
|
|
<settings>
|
|
<admin>OCA\NextcloudPi\Settings\AdminSettings</admin>
|
|
</settings>
|
|
</info>
|