Update to latest example-appstore structure with custom apps

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2025-12-18 09:00:15 +00:00
commit 6a5ccd5c02
135 changed files with 23096 additions and 0 deletions

27
apps/cloudbeaver/config.json Executable file
View File

@@ -0,0 +1,27 @@
{
"name": "CloudBeaver",
"id": "cloudbeaver",
"available": true,
"short_desc": "Web-based database management platform",
"author": "DBeaver Corp",
"port": 8978,
"categories": [
"data",
"development"
],
"description": "CloudBeaver is a web-based database management platform. It provides a rich web interface for working with databases via web browser. Supports PostgreSQL, MySQL, MariaDB, SQL Server, Oracle, DB2, Firebird, SQLite, and many more databases.",
"tipi_version": 1,
"version": "25.2.5",
"source": "https://github.com/dbeaver/cloudbeaver",
"website": "https://cloudbeaver.io/",
"exposable": true,
"dynamic_config": true,
"no_gui": false,
"form_fields": [],
"supported_architectures": [
"arm64",
"amd64"
],
"created_at": 1732924800000,
"updated_at": 1732924800000
}