user_external/appinfo/info.xml
Jonas Sulzer 651fb9f7ce
🚀 RELEASE: v1.0.0
Signed-off-by: Jonas Sulzer <jonas@violoncello.ch>
2020-10-04 21:09:58 +02:00

37 lines
1.2 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>user_external</id>
<name>External user authentication</name>
<summary>Use external user authentication methods like IMAP, SMB, FTP, WebDAV, HTTP BasicAuth, SSH and XMPP</summary>
<description><![CDATA[Use external user authentication methods to give users acces to your Nextcloud instance:
* IMAP
* SMB
* FTP
* WebDAV
* HTTP BasicAuth
* SSH
* XMPP
Read the [documentation](https://github.com/nextcloud/user_external#readme) to learn how to configure it!
]]></description>
<version>1.0.0</version>
<licence>agpl</licence>
<author>Robin Appelman</author>
<types>
<prelogin/>
<authentication/>
</types>
<documentation>
<admin>https://github.com/nextcloud/user_external#readme</admin>
</documentation>
<category>tools</category>
<category>integration</category>
<website>https://github.com/nextcloud/user_external/</website>
<bugs>https://github.com/nextcloud/user_external/issues</bugs>
<repository type="git">https://github.com/nextcloud/user_external.git</repository>
<dependencies>
<nextcloud min-version="17" max-version="20" />
</dependencies>
</info>