From 03844cf61d364aa3443ec74138024928859ce0a5 Mon Sep 17 00:00:00 2001 From: QYG2297248353 Date: Wed, 13 May 2026 14:40:53 +0000 Subject: [PATCH] Processed apps directory via GitHub Actions --- appstore/ech0/{4.7.5 => 4.8.0}/.env | 0 appstore/ech0/{4.7.5 => 4.8.0}/data.yml | 0 appstore/ech0/{4.7.5 => 4.8.0}/docker-compose.yml | 2 +- appstore/ech0/{4.7.5 => 4.8.0}/envs/default.env | 0 appstore/ech0/{4.7.5 => 4.8.0}/envs/global.env | 0 appstore/ech0/{4.7.5 => 4.8.0}/scripts/init.sh | 0 appstore/ech0/{4.7.5 => 4.8.0}/scripts/uninstall.sh | 0 appstore/ech0/{4.7.5 => 4.8.0}/scripts/upgrade.sh | 0 appstore/smanga/{4.2.97 => 4.3.01}/.env | 0 appstore/smanga/{4.2.97 => 4.3.01}/data.yml | 0 appstore/smanga/{4.2.97 => 4.3.01}/docker-compose.yml | 2 +- appstore/smanga/{4.2.97 => 4.3.01}/envs/default.env | 0 appstore/smanga/{4.2.97 => 4.3.01}/envs/global.env | 0 appstore/smanga/{4.2.97 => 4.3.01}/scripts/init.sh | 0 appstore/smanga/{4.2.97 => 4.3.01}/scripts/uninstall.sh | 0 appstore/smanga/{4.2.97 => 4.3.01}/scripts/upgrade.sh | 0 dockge/{ech0_4_7_5 => ech0_4_8_0}/.env | 0 dockge/{ech0_4_7_5 => ech0_4_8_0}/docker-compose.yml | 2 +- dockge/{ech0_4_7_5 => ech0_4_8_0}/envs/default.env | 0 dockge/{ech0_4_7_5 => ech0_4_8_0}/envs/global.env | 0 dockge/smanga/docker-compose.yml | 2 +- 21 files changed, 4 insertions(+), 4 deletions(-) rename appstore/ech0/{4.7.5 => 4.8.0}/.env (100%) rename appstore/ech0/{4.7.5 => 4.8.0}/data.yml (100%) rename appstore/ech0/{4.7.5 => 4.8.0}/docker-compose.yml (93%) rename appstore/ech0/{4.7.5 => 4.8.0}/envs/default.env (100%) rename appstore/ech0/{4.7.5 => 4.8.0}/envs/global.env (100%) rename appstore/ech0/{4.7.5 => 4.8.0}/scripts/init.sh (100%) rename appstore/ech0/{4.7.5 => 4.8.0}/scripts/uninstall.sh (100%) rename appstore/ech0/{4.7.5 => 4.8.0}/scripts/upgrade.sh (100%) rename appstore/smanga/{4.2.97 => 4.3.01}/.env (100%) rename appstore/smanga/{4.2.97 => 4.3.01}/data.yml (100%) rename appstore/smanga/{4.2.97 => 4.3.01}/docker-compose.yml (94%) rename appstore/smanga/{4.2.97 => 4.3.01}/envs/default.env (100%) rename appstore/smanga/{4.2.97 => 4.3.01}/envs/global.env (100%) rename appstore/smanga/{4.2.97 => 4.3.01}/scripts/init.sh (100%) rename appstore/smanga/{4.2.97 => 4.3.01}/scripts/uninstall.sh (100%) rename appstore/smanga/{4.2.97 => 4.3.01}/scripts/upgrade.sh (100%) rename dockge/{ech0_4_7_5 => ech0_4_8_0}/.env (100%) rename dockge/{ech0_4_7_5 => ech0_4_8_0}/docker-compose.yml (93%) rename dockge/{ech0_4_7_5 => ech0_4_8_0}/envs/default.env (100%) rename dockge/{ech0_4_7_5 => ech0_4_8_0}/envs/global.env (100%) diff --git a/appstore/ech0/4.7.5/.env b/appstore/ech0/4.8.0/.env similarity index 100% rename from appstore/ech0/4.7.5/.env rename to appstore/ech0/4.8.0/.env diff --git a/appstore/ech0/4.7.5/data.yml b/appstore/ech0/4.8.0/data.yml similarity index 100% rename from appstore/ech0/4.7.5/data.yml rename to appstore/ech0/4.8.0/data.yml diff --git a/appstore/ech0/4.7.5/docker-compose.yml b/appstore/ech0/4.8.0/docker-compose.yml similarity index 93% rename from appstore/ech0/4.7.5/docker-compose.yml rename to appstore/ech0/4.8.0/docker-compose.yml index 69490c95d..e1b3247ec 100644 --- a/appstore/ech0/4.7.5/docker-compose.yml +++ b/appstore/ech0/4.8.0/docker-compose.yml @@ -10,7 +10,7 @@ services: environment: - TZ=Asia/Shanghai - HTTPS_PROXY=${HTTP_PROXY} - image: sn0wl1n/ech0:v4.7.5 + image: sn0wl1n/ech0:v4.8.0 labels: createdBy: Apps networks: diff --git a/appstore/ech0/4.7.5/envs/default.env b/appstore/ech0/4.8.0/envs/default.env similarity index 100% rename from appstore/ech0/4.7.5/envs/default.env rename to appstore/ech0/4.8.0/envs/default.env diff --git a/appstore/ech0/4.7.5/envs/global.env b/appstore/ech0/4.8.0/envs/global.env similarity index 100% rename from appstore/ech0/4.7.5/envs/global.env rename to appstore/ech0/4.8.0/envs/global.env diff --git a/appstore/ech0/4.7.5/scripts/init.sh b/appstore/ech0/4.8.0/scripts/init.sh similarity index 100% rename from appstore/ech0/4.7.5/scripts/init.sh rename to appstore/ech0/4.8.0/scripts/init.sh diff --git a/appstore/ech0/4.7.5/scripts/uninstall.sh b/appstore/ech0/4.8.0/scripts/uninstall.sh similarity index 100% rename from appstore/ech0/4.7.5/scripts/uninstall.sh rename to appstore/ech0/4.8.0/scripts/uninstall.sh diff --git a/appstore/ech0/4.7.5/scripts/upgrade.sh b/appstore/ech0/4.8.0/scripts/upgrade.sh similarity index 100% rename from appstore/ech0/4.7.5/scripts/upgrade.sh rename to appstore/ech0/4.8.0/scripts/upgrade.sh diff --git a/appstore/smanga/4.2.97/.env b/appstore/smanga/4.3.01/.env similarity index 100% rename from appstore/smanga/4.2.97/.env rename to appstore/smanga/4.3.01/.env diff --git a/appstore/smanga/4.2.97/data.yml b/appstore/smanga/4.3.01/data.yml similarity index 100% rename from appstore/smanga/4.2.97/data.yml rename to appstore/smanga/4.3.01/data.yml diff --git a/appstore/smanga/4.2.97/docker-compose.yml b/appstore/smanga/4.3.01/docker-compose.yml similarity index 94% rename from appstore/smanga/4.2.97/docker-compose.yml rename to appstore/smanga/4.3.01/docker-compose.yml index 89cf533ae..09bd5db43 100644 --- a/appstore/smanga/4.2.97/docker-compose.yml +++ b/appstore/smanga/4.3.01/docker-compose.yml @@ -10,7 +10,7 @@ services: environment: - TZ=Asia/Shanghai - HTTPS_PROXY=${HTTP_PROXY:-} - image: lkw199711/smanga-nodejs:4.2.97 + image: lkw199711/smanga-nodejs:4.3.01 labels: createdBy: Apps networks: diff --git a/appstore/smanga/4.2.97/envs/default.env b/appstore/smanga/4.3.01/envs/default.env similarity index 100% rename from appstore/smanga/4.2.97/envs/default.env rename to appstore/smanga/4.3.01/envs/default.env diff --git a/appstore/smanga/4.2.97/envs/global.env b/appstore/smanga/4.3.01/envs/global.env similarity index 100% rename from appstore/smanga/4.2.97/envs/global.env rename to appstore/smanga/4.3.01/envs/global.env diff --git a/appstore/smanga/4.2.97/scripts/init.sh b/appstore/smanga/4.3.01/scripts/init.sh similarity index 100% rename from appstore/smanga/4.2.97/scripts/init.sh rename to appstore/smanga/4.3.01/scripts/init.sh diff --git a/appstore/smanga/4.2.97/scripts/uninstall.sh b/appstore/smanga/4.3.01/scripts/uninstall.sh similarity index 100% rename from appstore/smanga/4.2.97/scripts/uninstall.sh rename to appstore/smanga/4.3.01/scripts/uninstall.sh diff --git a/appstore/smanga/4.2.97/scripts/upgrade.sh b/appstore/smanga/4.3.01/scripts/upgrade.sh similarity index 100% rename from appstore/smanga/4.2.97/scripts/upgrade.sh rename to appstore/smanga/4.3.01/scripts/upgrade.sh diff --git a/dockge/ech0_4_7_5/.env b/dockge/ech0_4_8_0/.env similarity index 100% rename from dockge/ech0_4_7_5/.env rename to dockge/ech0_4_8_0/.env diff --git a/dockge/ech0_4_7_5/docker-compose.yml b/dockge/ech0_4_8_0/docker-compose.yml similarity index 93% rename from dockge/ech0_4_7_5/docker-compose.yml rename to dockge/ech0_4_8_0/docker-compose.yml index 69490c95d..e1b3247ec 100644 --- a/dockge/ech0_4_7_5/docker-compose.yml +++ b/dockge/ech0_4_8_0/docker-compose.yml @@ -10,7 +10,7 @@ services: environment: - TZ=Asia/Shanghai - HTTPS_PROXY=${HTTP_PROXY} - image: sn0wl1n/ech0:v4.7.5 + image: sn0wl1n/ech0:v4.8.0 labels: createdBy: Apps networks: diff --git a/dockge/ech0_4_7_5/envs/default.env b/dockge/ech0_4_8_0/envs/default.env similarity index 100% rename from dockge/ech0_4_7_5/envs/default.env rename to dockge/ech0_4_8_0/envs/default.env diff --git a/dockge/ech0_4_7_5/envs/global.env b/dockge/ech0_4_8_0/envs/global.env similarity index 100% rename from dockge/ech0_4_7_5/envs/global.env rename to dockge/ech0_4_8_0/envs/global.env diff --git a/dockge/smanga/docker-compose.yml b/dockge/smanga/docker-compose.yml index 89cf533ae..09bd5db43 100644 --- a/dockge/smanga/docker-compose.yml +++ b/dockge/smanga/docker-compose.yml @@ -10,7 +10,7 @@ services: environment: - TZ=Asia/Shanghai - HTTPS_PROXY=${HTTP_PROXY:-} - image: lkw199711/smanga-nodejs:4.2.97 + image: lkw199711/smanga-nodejs:4.3.01 labels: createdBy: Apps networks: