Welcome to mirror list, hosted at ThFree Co, Russian Federation.

info.xml « appinfo « ncp-app - github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ec86c6f705ec4ae1aa894f5eceea3a34606dd307 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?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="23"/>
    </dependencies>
    <navigations>
        <navigation>
            <name>NextCloudPi</name>
            <route>nextcloudpi.page.index</route>
        </navigation>
    </navigations>
</info>