mirror of
https://github.com/harivansh-afk/betterNAS.git
synced 2026-04-15 15:03:34 +00:00
30 lines
1.1 KiB
XML
30 lines
1.1 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>betternascontrolplane</id>
|
|
<name>betterNAS Control Plane</name>
|
|
<summary>Thin betterNAS shell app for Nextcloud integration</summary>
|
|
<description>Provides betterNAS-branded entry points inside Nextcloud while delegating business logic to the betterNAS control plane.</description>
|
|
<version>0.1.0</version>
|
|
<licence>AGPL-3.0-or-later</licence>
|
|
<author homepage="https://betternas.local">betterNAS</author>
|
|
<namespace>BetterNasControlplane</namespace>
|
|
<category>integration</category>
|
|
<dependencies>
|
|
<nextcloud min-version="31" max-version="33"/>
|
|
</dependencies>
|
|
<navigations>
|
|
<navigation>
|
|
<id>betternascontrolplane</id>
|
|
<name>betterNAS</name>
|
|
<route>betternascontrolplane.page.index</route>
|
|
<icon>app.svg</icon>
|
|
<type>link</type>
|
|
</navigation>
|
|
</navigations>
|
|
<settings>
|
|
<admin>OCA\BetterNasControlplane\Settings\Admin</admin>
|
|
<admin-section>OCA\BetterNasControlplane\Settings\AdminSection</admin-section>
|
|
</settings>
|
|
</info>
|
|
|