Welcome to mirror list, hosted at ThFree Co, Russian Federation.

info.xml « appinfo « user_external - github.com/nextcloud/apps.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: faef76881a987326b3540fba8f4f8f54931750b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0"?>
<info>
	<id>user_external</id>
	<name>External user support</name>
	<description>Use external user authentication methods like IMAP, SMB and FTP</description>
	<licence>AGPL</licence>
	<author>Robin Appelman</author>
	<documentation>
  	<admin>https://docs.nextcloud.com/server/12/admin_manual/configuration_user/user_auth_ftp_smb_imap.html</admin>
  </documentation>
	<website>https://github.com/nextcloud/apps/tree/master/user_external</website>
	<bugs>https://github.com/nextcloud/apps/issues</bugs>
	<repository type="git">https://github.com/nextcloud/apps.git</repository>
	<dependencies>
		<nextcloud min-version="13" max-version="13" />
	</dependencies>
	<version>0.4</version>
	<shipped>true</shipped>
	<types>
		<authentication/>
		<prelogin/>
	</types>
</info>