2021-11-30 18:20:42 +08:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
|
|
|
|
xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
|
|
|
|
<id>nextcloud-aio</id>
|
2023-04-19 01:07:59 +08:00
|
|
|
<name>Nextcloud All-in-One</name>
|
2021-11-30 18:20:42 +08:00
|
|
|
<summary>Provides a login link for admins.</summary>
|
2023-04-19 01:07:59 +08:00
|
|
|
<description>Add a link to the admin settings that gives access to the Nextcloud All-in-One admin interface</description>
|
2022-12-09 18:29:32 +08:00
|
|
|
<version>0.3.0</version>
|
2021-11-30 18:20:42 +08:00
|
|
|
<licence>agpl</licence>
|
|
|
|
<author>Azul</author>
|
|
|
|
<namespace>AllInOne</namespace>
|
|
|
|
<default_enable/>
|
|
|
|
<category>monitoring</category>
|
|
|
|
<bugs>https://github.com/nextcloud/all-in-one/issues</bugs>
|
|
|
|
<dependencies>
|
2023-05-26 18:24:09 +08:00
|
|
|
<nextcloud min-version="25" max-version="26"/>
|
2021-11-30 18:20:42 +08:00
|
|
|
</dependencies>
|
|
|
|
|
|
|
|
<settings>
|
|
|
|
<admin>OCA\AllInOne\Settings\Admin</admin>
|
|
|
|
</settings>
|
|
|
|
|
|
|
|
<!-- not implemented yet - but might be useful:
|
|
|
|
<background-jobs>
|
|
|
|
<job>OCA\AllInOne\Notification\BackgroundJob</job>
|
|
|
|
</background-jobs>
|
|
|
|
<commands>
|
|
|
|
<command>OCA\UpdateNotification\Command\Check</command>
|
|
|
|
</commands>
|
|
|
|
-->
|
|
|
|
|
|
|
|
</info>
|