user_external/appinfo/info.xml
Jonas Sulzer ada0fbcf52
🚀 RELEASE: v3.3.0
Signed-off-by: Jonas Sulzer <jonas@violoncello.ch>
2024-03-30 00:02:27 +01:00

38 lines
1.3 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>3.3.0</version>
<licence>agpl</licence>
<author>Robin Appelman</author>
<namespace>UserExternal</namespace>
<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="25" max-version="28" />
</dependencies>
</info>