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