mirror of
https://github.com/nextcloud/nextcloudpi.git
synced 2026-01-10 15:12:01 -03:30
24 lines
996 B
XML
24 lines
996 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>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.1</version>
|
|
<licence>agpl</licence>
|
|
<author mail="nachoparker@ownyourbits.com" homepage="https://ownyourbits.com">nachoparker</author>
|
|
<namespace>NextCloudPi</namespace>
|
|
<category>tools</category>
|
|
<bugs>https://github.com/nextcloud/nextcloudpi/issues</bugs>
|
|
<dependencies>
|
|
<nextcloud min-version="14" max-version="15"/>
|
|
</dependencies>
|
|
<navigations>
|
|
<navigation>
|
|
<name>NextCloudPi</name>
|
|
<route>nextcloudpi.page.index</route>
|
|
</navigation>
|
|
</navigations>
|
|
</info>
|