mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2024-11-13 09:26:57 +08:00
App/cloudbeaver (#2249)
This commit is contained in:
parent
2fc0601f04
commit
2d4fcf32d7
10
apps/cloudbeaver/24.2.2/data.yml
Normal file
10
apps/cloudbeaver/24.2.2/data.yml
Normal file
@ -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
|
16
apps/cloudbeaver/24.2.2/docker-compose.yml
Normal file
16
apps/cloudbeaver/24.2.2/docker-compose.yml
Normal file
@ -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
|
14
apps/cloudbeaver/README.md
Normal file
14
apps/cloudbeaver/README.md
Normal file
@ -0,0 +1,14 @@
|
||||
# CloudBeaver Community
|
||||
|
||||
CloudBeaver Community 是一款开源的数据库管理工具,旨在提供用户友好的界面以管理多种数据库,包括 MySQL、PostgreSQL、SQLite 等。
|
||||
|
||||
## 主要功能:
|
||||
|
||||
- **多数据库支持**:CloudBeaver Community 支持多种数据库类型,方便用户集中管理不同的数据库系统。
|
||||
- **在线访问**:用户可以通过浏览器访问 CloudBeaver,无需安装任何客户端软件,便于随时随地管理数据库。
|
||||
- **数据导入导出**:支持将数据导入和导出为多种格式,如 CSV 和 SQL,简化数据迁移过程。
|
||||
- **实时协作**:支持团队成员同时访问和编辑数据库,提高协作效率。
|
||||
- **可视化查询**:提供可视化查询构建工具,帮助用户轻松创建复杂的数据库查询。
|
||||
- **用户管理**:支持多用户管理,可以设置不同权限,确保数据安全。
|
||||
- **扩展插件**:支持通过插件扩展功能,满足特定的业务需求。
|
||||
- **自定义主题**:用户可以根据个人喜好自定义界面主题,以提升使用体验。
|
20
apps/cloudbeaver/data.yml
Normal file
20
apps/cloudbeaver/data.yml
Normal file
@ -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/
|
BIN
apps/cloudbeaver/logo.png
Normal file
BIN
apps/cloudbeaver/logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.2 KiB |
Loading…
Reference in New Issue
Block a user