From e03b607132bed19f3e2d9f301996f6905804a14b Mon Sep 17 00:00:00 2001 From: pooneyy <85266337+pooneyy@users.noreply.github.com> Date: Fri, 3 Oct 2025 15:52:55 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat(acg-faka):=20upgrade=20to=20ve?= =?UTF-8?q?rsion=203.2.1=20with=20custom=20docker=20build?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - update from version 1.3.9 to 3.2.1 with new image source (ghcr.io) - remove data persistence path configuration and volume mount --- apps/acg-faka/{1.3.9 => 3.2.1}/data.yml | 7 ------- apps/acg-faka/{1.3.9 => 3.2.1}/docker-compose.yml | 4 +--- 2 files changed, 1 insertion(+), 10 deletions(-) rename apps/acg-faka/{1.3.9 => 3.2.1}/data.yml (54%) rename apps/acg-faka/{1.3.9 => 3.2.1}/docker-compose.yml (71%) diff --git a/apps/acg-faka/1.3.9/data.yml b/apps/acg-faka/3.2.1/data.yml similarity index 54% rename from apps/acg-faka/1.3.9/data.yml rename to apps/acg-faka/3.2.1/data.yml index f68df593e..482f7b275 100644 --- a/apps/acg-faka/1.3.9/data.yml +++ b/apps/acg-faka/3.2.1/data.yml @@ -1,12 +1,5 @@ additionalProperties: formFields: - - default: "./data" - edit: true - envKey: ACG_FAKA_ROOT_PATH - labelZh: 数据持久化路径 - labelEn: Data persistence path - required: true - type: text - default: 8080 edit: true envKey: PANEL_APP_PORT_HTTP diff --git a/apps/acg-faka/1.3.9/docker-compose.yml b/apps/acg-faka/3.2.1/docker-compose.yml similarity index 71% rename from apps/acg-faka/1.3.9/docker-compose.yml rename to apps/acg-faka/3.2.1/docker-compose.yml index f330620bb..51dc10933 100644 --- a/apps/acg-faka/1.3.9/docker-compose.yml +++ b/apps/acg-faka/3.2.1/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: acg-faka: - image: qyg2297248353/acg-faka:v1.3.9 + image: ghcr.io/pooneyy/acg-faka:3.2.1 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" @@ -13,5 +13,3 @@ services: - 1panel-network ports: - ${PANEL_APP_PORT_HTTP}:80 - volumes: - - ${ACG_FAKA_ROOT_PATH}:/var/www/html