feat: add nxtcloud generated code
This commit is contained in:
commit
34b7d0b9cb
26 changed files with 1200 additions and 0 deletions
26
appinfo/info.xml
Normal file
26
appinfo/info.xml
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
<?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>nsnm</id>
|
||||
<name>Nsnm</name>
|
||||
<summary>app to manage billing and monitoring</summary>
|
||||
<description>app to manage billing and monitoring</description>
|
||||
<version>1.0.0</version>
|
||||
<licence>agpl</licence>
|
||||
<author mail="ajeremias@nsnm.net" homepage="https://nsnm.net">A. Jeremias</author>
|
||||
<namespace>Nsnm</namespace>
|
||||
<category>organization</category>
|
||||
<bugs>https://git.nsnm.net/nsnm/manage-nxtcloud</bugs>
|
||||
<dependencies>
|
||||
<nextcloud min-version="29" max-version="29"/>
|
||||
</dependencies>
|
||||
<navigations>
|
||||
<navigation>
|
||||
<id>nsnm</id>
|
||||
<name>Nsnm</name>
|
||||
<route>nsnm.page.index</route>
|
||||
<icon>app.svg</icon>
|
||||
<type>link</type>
|
||||
</navigation>
|
||||
</navigations>
|
||||
</info>
|
||||
Loading…
Add table
Add a link
Reference in a new issue