First Commit
This commit is contained in:
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>webserver</id>
|
||||
<name>Web Server</name>
|
||||
<summary>Allow users to transfer files from another repository</summary>
|
||||
<description>Allow users to transfer files from another repository</description>
|
||||
<version>1.0.0</version>
|
||||
<licence>agpl</licence>
|
||||
<author mail="guillaume.marrec.frey@proton.me" homepage="">Guillaume Marrec</author>
|
||||
<namespace>WebServer</namespace>
|
||||
<category>files</category>
|
||||
<bugs>https://gmrrc.fr</bugs>
|
||||
<dependencies>
|
||||
<nextcloud min-version="29" max-version="29"/>
|
||||
</dependencies>
|
||||
<navigations>
|
||||
<navigation>
|
||||
<id>webserver</id>
|
||||
<name>Web Server</name>
|
||||
<route>webserver.page.index</route>
|
||||
<icon>app.svg</icon>
|
||||
<type>link</type>
|
||||
</navigation>
|
||||
</navigations>
|
||||
</info>
|
0
appinfo/info.xmlZone.Identifier
Normal file
0
appinfo/info.xmlZone.Identifier
Normal file
Reference in New Issue
Block a user