37 lines
1.2 KiB
XML
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>< 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>
|