Welcome to mirror list, hosted at ThFree Co, Russian Federation.

info.xml « appinfo - github.com/nextcloud/serverinfo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6680a962e0dd293759c47787a181f33897a12502 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0"?>
<info>
    <id>serverinfo</id>
    <name>Monitoring</name>
    <description>Provides useful server information, such as CPU load, RAM usage, disk usage, number of users, etc.</description>
    <licence>AGPL</licence>
    <author>Bjoern Schiessle</author>
    <author>Ivan Sein Santiago</author>
    <version>1.3.0</version>
    <namespace>ServerInfo</namespace>
    <category>other</category>
    <dependencies>
		<nextcloud min-version="13" max-version="13" />
    </dependencies>
    <default_enable/>
    <settings>
        <admin>\OCA\ServerInfo\Settings\AdminSettings</admin>
        <admin-section>\OCA\ServerInfo\Settings\AdminSection</admin-section>
    </settings>
</info>