Skip to content
info.xml 1.48 KiB
Newer Older
<?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>