From b4b60cce52216d1eb0f708aef0acf9457b37aff0 Mon Sep 17 00:00:00 2001 From: QYG2297248353 Date: Mon, 18 May 2026 10:10:16 +0000 Subject: [PATCH] Processed apps directory via GitHub Actions --- appstore/music-tag-web/{2.7.3 => 2.7.4}/.env | 0 appstore/music-tag-web/{2.7.3 => 2.7.4}/data.yml | 0 appstore/music-tag-web/{2.7.3 => 2.7.4}/docker-compose.yml | 2 +- appstore/music-tag-web/{2.7.3 => 2.7.4}/envs/default.env | 0 appstore/music-tag-web/{2.7.3 => 2.7.4}/envs/global.env | 0 appstore/music-tag-web/{2.7.3 => 2.7.4}/scripts/init.sh | 0 appstore/music-tag-web/{2.7.3 => 2.7.4}/scripts/uninstall.sh | 0 appstore/music-tag-web/{2.7.3 => 2.7.4}/scripts/upgrade.sh | 0 dockge/music-tag-web/.env | 2 +- dockge/music-tag-web/docker-compose.yml | 5 +++-- dockge/{music-tag-web_v1 => music-tag-web_2_7_4}/.env | 2 +- .../docker-compose.yml | 5 ++--- .../envs/default.env | 0 .../envs/global.env | 0 14 files changed, 8 insertions(+), 8 deletions(-) rename appstore/music-tag-web/{2.7.3 => 2.7.4}/.env (100%) rename appstore/music-tag-web/{2.7.3 => 2.7.4}/data.yml (100%) rename appstore/music-tag-web/{2.7.3 => 2.7.4}/docker-compose.yml (94%) rename appstore/music-tag-web/{2.7.3 => 2.7.4}/envs/default.env (100%) rename appstore/music-tag-web/{2.7.3 => 2.7.4}/envs/global.env (100%) rename appstore/music-tag-web/{2.7.3 => 2.7.4}/scripts/init.sh (100%) rename appstore/music-tag-web/{2.7.3 => 2.7.4}/scripts/uninstall.sh (100%) rename appstore/music-tag-web/{2.7.3 => 2.7.4}/scripts/upgrade.sh (100%) rename dockge/{music-tag-web_v1 => music-tag-web_2_7_4}/.env (91%) rename dockge/{music-tag-web_v1 => music-tag-web_2_7_4}/docker-compose.yml (87%) rename dockge/{music-tag-web_v1 => music-tag-web_2_7_4}/envs/default.env (100%) rename dockge/{music-tag-web_v1 => music-tag-web_2_7_4}/envs/global.env (100%) diff --git a/appstore/music-tag-web/2.7.3/.env b/appstore/music-tag-web/2.7.4/.env similarity index 100% rename from appstore/music-tag-web/2.7.3/.env rename to appstore/music-tag-web/2.7.4/.env diff --git a/appstore/music-tag-web/2.7.3/data.yml b/appstore/music-tag-web/2.7.4/data.yml similarity index 100% rename from appstore/music-tag-web/2.7.3/data.yml rename to appstore/music-tag-web/2.7.4/data.yml diff --git a/appstore/music-tag-web/2.7.3/docker-compose.yml b/appstore/music-tag-web/2.7.4/docker-compose.yml similarity index 94% rename from appstore/music-tag-web/2.7.3/docker-compose.yml rename to appstore/music-tag-web/2.7.4/docker-compose.yml index 7b993dc03..9fb1d4eb1 100644 --- a/appstore/music-tag-web/2.7.3/docker-compose.yml +++ b/appstore/music-tag-web/2.7.4/docker-compose.yml @@ -9,7 +9,7 @@ services: - .env environment: - TZ=Asia/Shanghai - image: xhongc/music_tag_web:2.7.3 + image: xhongc/music_tag_web:2.7.4 labels: createdBy: Apps networks: diff --git a/appstore/music-tag-web/2.7.3/envs/default.env b/appstore/music-tag-web/2.7.4/envs/default.env similarity index 100% rename from appstore/music-tag-web/2.7.3/envs/default.env rename to appstore/music-tag-web/2.7.4/envs/default.env diff --git a/appstore/music-tag-web/2.7.3/envs/global.env b/appstore/music-tag-web/2.7.4/envs/global.env similarity index 100% rename from appstore/music-tag-web/2.7.3/envs/global.env rename to appstore/music-tag-web/2.7.4/envs/global.env diff --git a/appstore/music-tag-web/2.7.3/scripts/init.sh b/appstore/music-tag-web/2.7.4/scripts/init.sh similarity index 100% rename from appstore/music-tag-web/2.7.3/scripts/init.sh rename to appstore/music-tag-web/2.7.4/scripts/init.sh diff --git a/appstore/music-tag-web/2.7.3/scripts/uninstall.sh b/appstore/music-tag-web/2.7.4/scripts/uninstall.sh similarity index 100% rename from appstore/music-tag-web/2.7.3/scripts/uninstall.sh rename to appstore/music-tag-web/2.7.4/scripts/uninstall.sh diff --git a/appstore/music-tag-web/2.7.3/scripts/upgrade.sh b/appstore/music-tag-web/2.7.4/scripts/upgrade.sh similarity index 100% rename from appstore/music-tag-web/2.7.3/scripts/upgrade.sh rename to appstore/music-tag-web/2.7.4/scripts/upgrade.sh diff --git a/dockge/music-tag-web/.env b/dockge/music-tag-web/.env index 3a93177ae..35d99b310 100644 --- a/dockge/music-tag-web/.env +++ b/dockge/music-tag-web/.env @@ -2,7 +2,7 @@ MUSIC_TAG_WEB_ROOT_PATH=/home/music-tag-web # WebUI 端口 [必填] -PANEL_APP_PORT_HTTP=8002 +PANEL_APP_PORT_HTTP=8001 # 自定义挂载目录 1 CUSTOM_MOUNT_DIRECTORY_1= diff --git a/dockge/music-tag-web/docker-compose.yml b/dockge/music-tag-web/docker-compose.yml index 7b993dc03..febca33b2 100644 --- a/dockge/music-tag-web/docker-compose.yml +++ b/dockge/music-tag-web/docker-compose.yml @@ -3,19 +3,20 @@ networks: external: true services: music_tag_web: + command: /start container_name: music-tag-web env_file: - ./envs/global.env - .env environment: - TZ=Asia/Shanghai - image: xhongc/music_tag_web:2.7.3 + image: xhongc/music_tag_web:latest labels: createdBy: Apps networks: - 1panel-network ports: - - ${PANEL_APP_PORT_HTTP}:8002 + - ${PANEL_APP_PORT_HTTP}:8001 restart: always volumes: - ${MUSIC_TAG_WEB_ROOT_PATH}/data:/app/data diff --git a/dockge/music-tag-web_v1/.env b/dockge/music-tag-web_2_7_4/.env similarity index 91% rename from dockge/music-tag-web_v1/.env rename to dockge/music-tag-web_2_7_4/.env index 35d99b310..3a93177ae 100644 --- a/dockge/music-tag-web_v1/.env +++ b/dockge/music-tag-web_2_7_4/.env @@ -2,7 +2,7 @@ MUSIC_TAG_WEB_ROOT_PATH=/home/music-tag-web # WebUI 端口 [必填] -PANEL_APP_PORT_HTTP=8001 +PANEL_APP_PORT_HTTP=8002 # 自定义挂载目录 1 CUSTOM_MOUNT_DIRECTORY_1= diff --git a/dockge/music-tag-web_v1/docker-compose.yml b/dockge/music-tag-web_2_7_4/docker-compose.yml similarity index 87% rename from dockge/music-tag-web_v1/docker-compose.yml rename to dockge/music-tag-web_2_7_4/docker-compose.yml index febca33b2..9fb1d4eb1 100644 --- a/dockge/music-tag-web_v1/docker-compose.yml +++ b/dockge/music-tag-web_2_7_4/docker-compose.yml @@ -3,20 +3,19 @@ networks: external: true services: music_tag_web: - command: /start container_name: music-tag-web env_file: - ./envs/global.env - .env environment: - TZ=Asia/Shanghai - image: xhongc/music_tag_web:latest + image: xhongc/music_tag_web:2.7.4 labels: createdBy: Apps networks: - 1panel-network ports: - - ${PANEL_APP_PORT_HTTP}:8001 + - ${PANEL_APP_PORT_HTTP}:8002 restart: always volumes: - ${MUSIC_TAG_WEB_ROOT_PATH}/data:/app/data diff --git a/dockge/music-tag-web_v1/envs/default.env b/dockge/music-tag-web_2_7_4/envs/default.env similarity index 100% rename from dockge/music-tag-web_v1/envs/default.env rename to dockge/music-tag-web_2_7_4/envs/default.env diff --git a/dockge/music-tag-web_v1/envs/global.env b/dockge/music-tag-web_2_7_4/envs/global.env similarity index 100% rename from dockge/music-tag-web_v1/envs/global.env rename to dockge/music-tag-web_2_7_4/envs/global.env