Skip to content
Snippets Groups Projects

Devel

Merged Dr. Marcel Wunderlich requested to merge devel into main
Compare and Show latest version
2 files
+ 56
3
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 7
9
<?xml version="1.0"?>
<info xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
<info>
<!-- General metadata -->
<id>sccuot_nc</id>
<name>Sccuot NC</name>
<version>1.1.6</version>
<namespace>SccuotNG</namespace>
<namespace>SccuotNC</namespace>
<dependencies>
<nextcloud min-version="29" max-version="30"/>
</dependencies>
<use-migrations>true</use-migrations>
<!-- Information metadata -->
<category>tools</category>
<licence>AGPL</licence>
<licence>agpl</licence>
<author>Daniel M&#252;ller</author>
<summary>Sccuot NC collects and displays statistical information of an ownCloud 10 instance.</summary>
<summary>Sccuot NC collects and displays statistical information of an NextCloud 29 instance.</summary>
<description>
**Sccuot NC** (short for *Statistical computations component and usage overview tool*, *N*ext*C*loud) is a tool to collect and display usage and resource information of an NextCloud 29/30 instance.
@@ -45,13 +43,13 @@ The Sccuot NC graphical interface allows you to browse through these various sta
<!-- OCC Commands -->
<commands>
<command>OCA\SccuotNG\Command\ListSnapshotsCommand</command>
<command>OCA\SccuotNG\Command\TakeSnapshotCommand</command>
<command>OCA\SccuotNG\Command\DeleteSnapshotCommand</command>
<command>OCA\SccuotNC\Command\ListSnapshotsCommand</command>
<command>OCA\SccuotNC\Command\TakeSnapshotCommand</command>
<command>OCA\SccuotNC\Command\DeleteSnapshotCommand</command>
</commands>
<!-- Background jobs -->
<background-jobs>
<job>OCA\SccuotNG\Jobs\SnapshotsJob</job>
<job>OCA\SccuotNC\Jobs\SnapshotsJob</job>
</background-jobs>
</info>
Loading