26 lines
951 B
XML
26 lines
951 B
XML
<?xml version="1.0"?>
|
|
<!--
|
|
- SPDX-FileCopyrightText: 2026 Crowetic
|
|
- SPDX-License-Identifier: AGPL-3.0-or-later
|
|
-->
|
|
<info xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
|
|
<id>chd_admin</id>
|
|
<name>CHD Admin</name>
|
|
<summary>CHD operations dashboard for NuQloud management</summary>
|
|
<description><![CDATA[
|
|
Provides an in-cloud admin dashboard for CHD-side operations:
|
|
installation registration status, billing sync status, entitlement views,
|
|
connector target management, package/customer lifecycle tooling, and audit support.
|
|
]]></description>
|
|
<version>0.1.1</version>
|
|
<licence>agpl</licence>
|
|
<author mail="dev@crowetic.com">Crowetic</author>
|
|
<namespace>ChdAdmin</namespace>
|
|
<bootstrap>OCA\ChdAdmin\AppInfo\Application</bootstrap>
|
|
<category>integration</category>
|
|
<dependencies>
|
|
<nextcloud min-version="31" max-version="34"/>
|
|
</dependencies>
|
|
</info>
|