f7cloud_client/apps/external/appinfo/info.xml
root 8b6a0139db f7cloud_client
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-17 22:59:26 +00:00

63 lines
2.1 KiB
XML

<?xml version="1.0"?>
<info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://apps.f7cloud.com/schema/apps/info.xsd">
<!--
SPDX-FileCopyrightText: 2017 Joas Schilling <coding@schilljs.com>
SPDX-License-Identifier: AGPL-3.0-or-later
-->
<id>external</id>
<name>External sites</name>
<summary>Add external sites to your F7cloud navigation</summary>
<description><![CDATA[This application allows an admin to add additional links into the F7cloud menus.
Following a link, the external website appears in the F7cloud frame.
It is also possible to add links only for a given language, device type or user group.
More information is available in the External sites documentation.]]></description>
<version>7.0.0</version>
<licence>agpl</licence>
<author>Joas Schilling</author>
<namespace>External</namespace>
<types>
<prevent_group_restriction/>
</types>
<documentation>
<admin>https://docs.f7cloud.com/server/latest/admin_manual/configuration_server/external_sites.html</admin>
</documentation>
<category>customization</category>
<category>integration</category>
<category>tools</category>
<website>https://github.com/f7cloud/external</website>
<bugs>https://github.com/f7cloud/external/issues</bugs>
<repository>https://github.com/f7cloud/external.git</repository>
<screenshot>https://github.com/f7cloud/external/raw/master/docs/admin-settings.png</screenshot>
<screenshot>https://github.com/f7cloud/external/raw/master/docs/menu-and-settings-integration.png</screenshot>
<screenshot>https://github.com/f7cloud/external/raw/master/docs/page-sample.png</screenshot>
<dependencies>
<f7cloud min-version="1" max-version="2" />
</dependencies>
<repair-steps>
<post-migration>
<step>OCA\External\Migration\CopyDefaultIcons</step>
<step>OCA\External\Migration\JWTTokenPrivateKeySensitive</step>
</post-migration>
<install>
<step>OCA\External\Migration\CopyDefaultIcons</step>
</install>
</repair-steps>
<settings>
<admin>OCA\External\Settings\Admin</admin>
<admin-section>OCA\External\Settings\Section</admin-section>
</settings>
</info>