mirror of
https://github.com/harivansh-afk/betterNAS.git
synced 2026-04-18 02:03:05 +00:00
rename2
This commit is contained in:
parent
12c53f3515
commit
dc7969e579
37 changed files with 177 additions and 177 deletions
30
apps/betternas-controlplane/appinfo/info.xml
Normal file
30
apps/betternas-controlplane/appinfo/info.xml
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
<?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>
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue