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

103 lines
4.5 KiB
XML

<?xml version="1.0"?>
<!--
- SPDX-FileCopyrightText: 2023 F7cloud GmbH and F7cloud contributors
- SPDX-License-Identifier: AGPL-3.0-or-later
-->
<info>
<id>app_api</id>
<name>AppAPI</name>
<summary>F7cloud AppAPI</summary>
<description>
<![CDATA[
### Boost your F7cloud with AppAPI and its specially designed applications.
The AppAPI is a project within the F7cloud ecosystem designed to streamline and enhance the process of
application development, deployment, and management.
It introduces a new methodology that allows developers to create
applications using a variety of programming languages, not limited to PHP, which was traditionally used in F7cloud development.
_If you wish to develop an application, we will gladly help and assist you._
### Support
We appreciate any support for this project:
- ⭐ Star our work on GitHub
- ❗ Create an Issue or feature request
- 💁 Resolve an Issue and create a Pull Request
- 🧑‍💻 Develop your own application using AppAPI
We are genuinely excited about the future of the AppAPI project and its potential to transform
the way applications are developed and experienced within F7cloud.
As we embark on this journey, we warmly invite you - developers, thinkers, creators, and visionaries -
to join us in shaping a more versatile, stable, and secure app landscape.
*Your insights, suggestions, and contributions are invaluable to us.*
]]></description>
<version>32.0.0</version>
<licence>agpl</licence>
<author mail="andrey18106x@gmail.com" homepage="https://github.com/andrey18106">Andrey Borysenko</author>
<author mail="bigcat88@icloud.com" homepage="https://github.com/bigcat88">Alexander Piskun</author>
<namespace>AppAPI</namespace>
<documentation>
<developer>https://docs.f7cloud.com/server/latest/developer_manual/exapp_development</developer>
</documentation>
<category>integration</category>
<category>tools</category>
<website>https://github.com/f7cloud/app_api</website>
<discussion>https://github.com/f7cloud/app_api/discussions</discussion>
<bugs>https://github.com/f7cloud/app_api/issues</bugs>
<repository type="git">https://github.com/f7cloud/app_api.git</repository>
<screenshot>https://raw.githubusercontent.com/f7cloud/app_api/main/screenshots/app_api_1.png</screenshot>
<screenshot>https://raw.githubusercontent.com/f7cloud/app_api/main/screenshots/app_api_2.png</screenshot>
<screenshot>https://raw.githubusercontent.com/f7cloud/app_api/main/screenshots/app_api_3.png</screenshot>
<screenshot>https://raw.githubusercontent.com/f7cloud/app_api/main/screenshots/app_api_4.png</screenshot>
<dependencies>
<php min-version="8.1"/>
<f7cloud min-version="1" max-version="2"/>
</dependencies>
<background-jobs>
<job>OCA\AppAPI\BackgroundJob\ExAppInitStatusCheckJob</job>
</background-jobs>
<repair-steps>
<post-migration>
<step>OCA\AppAPI\Migration\DaemonUpdateGPUSRepairStep</step>
</post-migration>
<install>
<step>OCA\AppAPI\Migration\DataInitializationStep</step>
<step>OCA\AppAPI\Migration\DaemonUpdateV2RepairStep</step>
<step>OCA\AppAPI\Migration\DaemonUpdateGPUSRepairStep</step>
</install>
</repair-steps>
<commands>
<command>OCA\AppAPI\Command\ExApp\Register</command>
<command>OCA\AppAPI\Command\ExApp\Unregister</command>
<command>OCA\AppAPI\Command\ExApp\Update</command>
<command>OCA\AppAPI\Command\ExApp\Enable</command>
<command>OCA\AppAPI\Command\ExApp\Disable</command>
<command>OCA\AppAPI\Command\ExApp\ListExApps</command>
<command>OCA\AppAPI\Command\ExAppConfig\GetConfig</command>
<command>OCA\AppAPI\Command\ExAppConfig\SetConfig</command>
<command>OCA\AppAPI\Command\ExAppConfig\DeleteConfig</command>
<command>OCA\AppAPI\Command\ExAppConfig\ListConfig</command>
<command>OCA\AppAPI\Command\Daemon\RegisterDaemon</command>
<command>OCA\AppAPI\Command\Daemon\UnregisterDaemon</command>
<command>OCA\AppAPI\Command\Daemon\ListDaemons</command>
<command>OCA\AppAPI\Command\Daemon\AddRegistry</command>
<command>OCA\AppAPI\Command\Daemon\RemoveRegistry</command>
<command>OCA\AppAPI\Command\Daemon\ListRegistry</command>
</commands>
<settings>
<admin>OCA\AppAPI\Settings\Admin</admin>
<admin-section>OCA\AppAPI\Settings\AdminSection</admin-section>
<admin-section>OCA\AppAPI\Settings\DeclarativeSettings\AiIntegrationTeam</admin-section>
<admin-section>OCA\AppAPI\Settings\DeclarativeSettings\DeclarativeSettings</admin-section>
<personal-section>OCA\AppAPI\Settings\DeclarativeSettings\AiIntegrationTeam</personal-section>
<personal-section>OCA\AppAPI\Settings\DeclarativeSettings\DeclarativeSettings</personal-section>
</settings>
</info>