diff --git a/apps/cloudbeaver/24.2.2/data.yml b/apps/cloudbeaver/24.2.2/data.yml new file mode 100644 index 000000000..d5a42b2a3 --- /dev/null +++ b/apps/cloudbeaver/24.2.2/data.yml @@ -0,0 +1,10 @@ +additionalProperties: + formFields: + - default: 8080 + edit: true + envKey: PANEL_APP_PORT_HTTP + labelEn: HTTP Port + labelZh: HTTP端口 + required: true + rule: paramPort + type: number \ No newline at end of file diff --git a/apps/cloudbeaver/24.2.2/docker-compose.yml b/apps/cloudbeaver/24.2.2/docker-compose.yml new file mode 100644 index 000000000..8faad5503 --- /dev/null +++ b/apps/cloudbeaver/24.2.2/docker-compose.yml @@ -0,0 +1,16 @@ +services: + cloudbeaver: + container_name: ${CONTAINER_NAME} + restart: unless-stopped + networks: + - 1panel-network + ports: + - "${PANEL_APP_PORT_HTTP}:8978" + volumes: + - "./data:/opt/cloudbeaver/workspace" + image: dbeaver/cloudbeaver:24.2.2 + labels: + createdBy: "Apps" +networks: + 1panel-network: + external: true \ No newline at end of file diff --git a/apps/cloudbeaver/README.md b/apps/cloudbeaver/README.md new file mode 100644 index 000000000..dd3724e38 --- /dev/null +++ b/apps/cloudbeaver/README.md @@ -0,0 +1,14 @@ +# CloudBeaver Community + +CloudBeaver Community 是一款开源的数据库管理工具,旨在提供用户友好的界面以管理多种数据库,包括 MySQL、PostgreSQL、SQLite 等。 + +## 主要功能: + +- **多数据库支持**:CloudBeaver Community 支持多种数据库类型,方便用户集中管理不同的数据库系统。 +- **在线访问**:用户可以通过浏览器访问 CloudBeaver,无需安装任何客户端软件,便于随时随地管理数据库。 +- **数据导入导出**:支持将数据导入和导出为多种格式,如 CSV 和 SQL,简化数据迁移过程。 +- **实时协作**:支持团队成员同时访问和编辑数据库,提高协作效率。 +- **可视化查询**:提供可视化查询构建工具,帮助用户轻松创建复杂的数据库查询。 +- **用户管理**:支持多用户管理,可以设置不同权限,确保数据安全。 +- **扩展插件**:支持通过插件扩展功能,满足特定的业务需求。 +- **自定义主题**:用户可以根据个人喜好自定义界面主题,以提升使用体验。 \ No newline at end of file diff --git a/apps/cloudbeaver/data.yml b/apps/cloudbeaver/data.yml new file mode 100644 index 000000000..65d40bcf8 --- /dev/null +++ b/apps/cloudbeaver/data.yml @@ -0,0 +1,20 @@ +name: CloudBeaver +tags: + - 工具 +title: 云数据库管理器 +type: 工具 +description: 云数据库管理器 +additionalProperties: + key: cloudbeaver + name: CloudBeaver + tags: + - Tool + shortDescZh: 云数据库管理器 + shortDescEn: Cloud Database Manager + type: tool + crossVersionUpdate: true + limit: 0 + recommend: 0 + website: https://dbeaver.com/ + github: https://github.com/dbeaver/cloudbeaver + document: https://dbeaver.com/docs/cloudbeaver/ \ No newline at end of file diff --git a/apps/cloudbeaver/logo.png b/apps/cloudbeaver/logo.png new file mode 100644 index 000000000..91e8fd10f Binary files /dev/null and b/apps/cloudbeaver/logo.png differ