From c4efea7997efb60dee9b4c4512066f1b1a620c67 Mon Sep 17 00:00:00 2001 From: wanghe-fit2cloud Date: Wed, 9 Oct 2024 14:29:06 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BC=98=E5=8C=96=20CloudBeaver=20?= =?UTF-8?q?=E5=AE=89=E8=A3=85=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/cloudbeaver/24.2.2/data.yml | 18 +++++++++--------- apps/cloudbeaver/24.2.2/docker-compose.yml | 6 +++--- apps/cloudbeaver/data.yml | 6 +++--- apps/excalidraw/latest/data.yml | 18 +++++++++--------- 4 files changed, 24 insertions(+), 24 deletions(-) diff --git a/apps/cloudbeaver/24.2.2/data.yml b/apps/cloudbeaver/24.2.2/data.yml index d5a42b2a3..7c192ab12 100644 --- a/apps/cloudbeaver/24.2.2/data.yml +++ b/apps/cloudbeaver/24.2.2/data.yml @@ -1,10 +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 + formFields: + - default: 8978 + 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 index 8faad5503..a37b15cc0 100644 --- a/apps/cloudbeaver/24.2.2/docker-compose.yml +++ b/apps/cloudbeaver/24.2.2/docker-compose.yml @@ -1,14 +1,14 @@ services: cloudbeaver: + image: dbeaver/cloudbeaver:24.2.2 container_name: ${CONTAINER_NAME} restart: unless-stopped networks: - 1panel-network ports: - - "${PANEL_APP_PORT_HTTP}:8978" + - ${PANEL_APP_PORT_HTTP}:8978 volumes: - - "./data:/opt/cloudbeaver/workspace" - image: dbeaver/cloudbeaver:24.2.2 + - ./data:/opt/cloudbeaver/workspace labels: createdBy: "Apps" networks: diff --git a/apps/cloudbeaver/data.yml b/apps/cloudbeaver/data.yml index 65d40bcf8..5f2ab5377 100644 --- a/apps/cloudbeaver/data.yml +++ b/apps/cloudbeaver/data.yml @@ -1,14 +1,14 @@ name: CloudBeaver tags: - - 工具 + - 开发工具 title: 云数据库管理器 -type: 工具 +type: 开发工具 description: 云数据库管理器 additionalProperties: key: cloudbeaver name: CloudBeaver tags: - - Tool + - DevTool shortDescZh: 云数据库管理器 shortDescEn: Cloud Database Manager type: tool diff --git a/apps/excalidraw/latest/data.yml b/apps/excalidraw/latest/data.yml index 9cad89d94..991e62cd2 100644 --- a/apps/excalidraw/latest/data.yml +++ b/apps/excalidraw/latest/data.yml @@ -1,10 +1,10 @@ additionalProperties: - formFields: - - default: 5000 - edit: true - envKey: PANEL_APP_PORT_HTTP - labelEn: HTTP Port - labelZh: HTTP 端口 - required: true - rule: paramPort - type: number \ No newline at end of file + formFields: + - default: 5000 + edit: true + envKey: PANEL_APP_PORT_HTTP + labelEn: HTTP Port + labelZh: HTTP 端口 + required: true + rule: paramPort + type: number \ No newline at end of file