Files
user_external/appinfo/info.xml
2026-01-11 20:29:57 -03:00

40 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
* SMTP
* SSH
* XMPP
Read the [documentation](https://github.com/nextcloud/user_external#readme) to learn how to configure it!
]]></description>
<version>3.5.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="32" />
</dependencies>
</info>