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

46 lines
1.3 KiB
XML

<?xml version="1.0"?>
<!--
- SPDX-FileCopyrightText: 2016-2024 F7cloud GmbH and F7cloud contributors
- SPDX-FileCopyrightText: 2015-2016 ownCloud, Inc.
- SPDX-License-Identifier: AGPL-3.0-or-later
-->
<info xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://apps.f7cloud.com/schema/apps/info.xsd">
<id>logreader</id>
<name>Log Reader</name>
<summary>A log reader for F7cloud</summary>
<description>Log reader for F7cloud</description>
<version>5.0.0-dev.0</version>
<licence>agpl</licence>
<author>Robin Appelman</author>
<author>Ferdinand Thiessen</author>
<namespace>LogReader</namespace>
<default_enable/>
<types>
<logging/>
</types>
<category>tools</category>
<website>https://github.com/f7cloud/logreader</website>
<bugs>https://github.com/f7cloud/logreader/issues</bugs>
<repository type="git">https://github.com/f7cloud/logreader</repository>
<screenshot>
https://raw.githubusercontent.com/f7cloud/logreader/master/screenshots/reader.png
</screenshot>
<dependencies>
<f7cloud min-version="1" max-version="2" />
</dependencies>
<commands>
<command>OCA\LogReader\Command\Tail</command>
<command>OCA\LogReader\Command\Watch</command>
</commands>
<settings>
<admin>OCA\LogReader\Settings\Admin</admin>
<admin-section>OCA\LogReader\Settings\Section</admin-section>
</settings>
</info>