Newer
Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<?xml version="1.0"?>
<info>
<id>indie_external</id>
<name>Indie External sites</name>
<summary>Adds external Indie sites</summary>
<description><![CDATA[IndieHosters]]></description>
<documentation>
<admin>https://docs.nextcloud.com/server/14/admin_manual/configuration_server/external_sites.html</admin>
</documentation>
<licence>AGPL</licence>
<author>Joas Schilling</author>
<category>customization</category>
<category>integration</category>
<category>tools</category>
<screenshot>https://github.com/nextcloud/external/raw/master/docs/admin-settings.png</screenshot>
<screenshot>https://github.com/nextcloud/external/raw/master/docs/menu-and-settings-integration.png</screenshot>
<screenshot>https://github.com/nextcloud/external/raw/master/docs/page-sample.png</screenshot>
<website>https://github.com/nextcloud/external</website>
<bugs>https://github.com/nextcloud/external/issues</bugs>
<repository type="git">https://github.com/nextcloud/external.git</repository>
<version>3.9.1</version>
<namespace>IndieExternal</namespace>
<dependencies>
<nextcloud min-version="19" max-version="25" />
</dependencies>
<settings>
<admin-section>OCA\IndieExternal\Settings\Section</admin-section>
<admin>OCA\IndieExternal\Settings\Admin</admin>
</settings>
<repair-steps>
<install>
<step>OCA\IndieExternal\Migration\CopyDefaultIcons</step>
</install>
<post-migration>
<step>OCA\IndieExternal\Migration\CopyDefaultIcons</step>
</post-migration>
</repair-steps>
</info>