From 3105316c4441b556919ceaf4f7490be7439e6b18 Mon Sep 17 00:00:00 2001 From: QYG2297248353 Date: Sat, 22 Nov 2025 15:19:44 +0000 Subject: [PATCH] Processed apps directory via GitHub Actions --- appstore/nodepassdash/{3.2.3 => 3.2.4}/.env | 0 appstore/nodepassdash/{3.2.3 => 3.2.4}/data.yml | 0 appstore/nodepassdash/{3.2.3 => 3.2.4}/docker-compose.yml | 2 +- appstore/nodepassdash/{3.2.3 => 3.2.4}/envs/default.env | 0 appstore/nodepassdash/{3.2.3 => 3.2.4}/envs/global.env | 0 appstore/nodepassdash/{3.2.3 => 3.2.4}/scripts/init.sh | 0 appstore/nodepassdash/{3.2.3 => 3.2.4}/scripts/uninstall.sh | 0 appstore/nodepassdash/{3.2.3 => 3.2.4}/scripts/upgrade.sh | 0 appstore/smanga/{4.2.51 => 4.2.62}/.env | 0 appstore/smanga/{4.2.51 => 4.2.62}/data.yml | 0 appstore/smanga/{4.2.51 => 4.2.62}/docker-compose.yml | 2 +- appstore/smanga/{4.2.51 => 4.2.62}/envs/default.env | 0 appstore/smanga/{4.2.51 => 4.2.62}/envs/global.env | 0 appstore/smanga/{4.2.51 => 4.2.62}/scripts/init.sh | 0 appstore/smanga/{4.2.51 => 4.2.62}/scripts/uninstall.sh | 0 appstore/smanga/{4.2.51 => 4.2.62}/scripts/upgrade.sh | 0 dockge/nodepassdash/docker-compose.yml | 2 +- dockge/{nodepassdash_3_2_3 => nodepassdash_2_2_1}/.env | 0 .../docker-compose.yml | 2 +- .../{nodepassdash_3_2_3 => nodepassdash_2_2_1}/envs/default.env | 0 .../{nodepassdash_3_2_3 => nodepassdash_2_2_1}/envs/global.env | 0 dockge/smanga/docker-compose.yml | 2 +- 22 files changed, 5 insertions(+), 5 deletions(-) rename appstore/nodepassdash/{3.2.3 => 3.2.4}/.env (100%) rename appstore/nodepassdash/{3.2.3 => 3.2.4}/data.yml (100%) rename appstore/nodepassdash/{3.2.3 => 3.2.4}/docker-compose.yml (90%) rename appstore/nodepassdash/{3.2.3 => 3.2.4}/envs/default.env (100%) rename appstore/nodepassdash/{3.2.3 => 3.2.4}/envs/global.env (100%) rename appstore/nodepassdash/{3.2.3 => 3.2.4}/scripts/init.sh (100%) rename appstore/nodepassdash/{3.2.3 => 3.2.4}/scripts/uninstall.sh (100%) rename appstore/nodepassdash/{3.2.3 => 3.2.4}/scripts/upgrade.sh (100%) rename appstore/smanga/{4.2.51 => 4.2.62}/.env (100%) rename appstore/smanga/{4.2.51 => 4.2.62}/data.yml (100%) rename appstore/smanga/{4.2.51 => 4.2.62}/docker-compose.yml (94%) rename appstore/smanga/{4.2.51 => 4.2.62}/envs/default.env (100%) rename appstore/smanga/{4.2.51 => 4.2.62}/envs/global.env (100%) rename appstore/smanga/{4.2.51 => 4.2.62}/scripts/init.sh (100%) rename appstore/smanga/{4.2.51 => 4.2.62}/scripts/uninstall.sh (100%) rename appstore/smanga/{4.2.51 => 4.2.62}/scripts/upgrade.sh (100%) rename dockge/{nodepassdash_3_2_3 => nodepassdash_2_2_1}/.env (100%) rename dockge/{nodepassdash_3_2_3 => nodepassdash_2_2_1}/docker-compose.yml (90%) rename dockge/{nodepassdash_3_2_3 => nodepassdash_2_2_1}/envs/default.env (100%) rename dockge/{nodepassdash_3_2_3 => nodepassdash_2_2_1}/envs/global.env (100%) diff --git a/appstore/nodepassdash/3.2.3/.env b/appstore/nodepassdash/3.2.4/.env similarity index 100% rename from appstore/nodepassdash/3.2.3/.env rename to appstore/nodepassdash/3.2.4/.env diff --git a/appstore/nodepassdash/3.2.3/data.yml b/appstore/nodepassdash/3.2.4/data.yml similarity index 100% rename from appstore/nodepassdash/3.2.3/data.yml rename to appstore/nodepassdash/3.2.4/data.yml diff --git a/appstore/nodepassdash/3.2.3/docker-compose.yml b/appstore/nodepassdash/3.2.4/docker-compose.yml similarity index 90% rename from appstore/nodepassdash/3.2.3/docker-compose.yml rename to appstore/nodepassdash/3.2.4/docker-compose.yml index 54455221e..3213a659d 100644 --- a/appstore/nodepassdash/3.2.3/docker-compose.yml +++ b/appstore/nodepassdash/3.2.4/docker-compose.yml @@ -10,7 +10,7 @@ services: environment: - TZ=Asia/Shanghai - PORT=${PANEL_APP_PORT_HTTP} - image: ghcr.io/nodepassproject/nodepassdash:3.2.3 + image: ghcr.io/nodepassproject/nodepassdash:3.2.4 labels: createdBy: Apps network_mode: ${NETWORK_MODE} diff --git a/appstore/nodepassdash/3.2.3/envs/default.env b/appstore/nodepassdash/3.2.4/envs/default.env similarity index 100% rename from appstore/nodepassdash/3.2.3/envs/default.env rename to appstore/nodepassdash/3.2.4/envs/default.env diff --git a/appstore/nodepassdash/3.2.3/envs/global.env b/appstore/nodepassdash/3.2.4/envs/global.env similarity index 100% rename from appstore/nodepassdash/3.2.3/envs/global.env rename to appstore/nodepassdash/3.2.4/envs/global.env diff --git a/appstore/nodepassdash/3.2.3/scripts/init.sh b/appstore/nodepassdash/3.2.4/scripts/init.sh similarity index 100% rename from appstore/nodepassdash/3.2.3/scripts/init.sh rename to appstore/nodepassdash/3.2.4/scripts/init.sh diff --git a/appstore/nodepassdash/3.2.3/scripts/uninstall.sh b/appstore/nodepassdash/3.2.4/scripts/uninstall.sh similarity index 100% rename from appstore/nodepassdash/3.2.3/scripts/uninstall.sh rename to appstore/nodepassdash/3.2.4/scripts/uninstall.sh diff --git a/appstore/nodepassdash/3.2.3/scripts/upgrade.sh b/appstore/nodepassdash/3.2.4/scripts/upgrade.sh similarity index 100% rename from appstore/nodepassdash/3.2.3/scripts/upgrade.sh rename to appstore/nodepassdash/3.2.4/scripts/upgrade.sh diff --git a/appstore/smanga/4.2.51/.env b/appstore/smanga/4.2.62/.env similarity index 100% rename from appstore/smanga/4.2.51/.env rename to appstore/smanga/4.2.62/.env diff --git a/appstore/smanga/4.2.51/data.yml b/appstore/smanga/4.2.62/data.yml similarity index 100% rename from appstore/smanga/4.2.51/data.yml rename to appstore/smanga/4.2.62/data.yml diff --git a/appstore/smanga/4.2.51/docker-compose.yml b/appstore/smanga/4.2.62/docker-compose.yml similarity index 94% rename from appstore/smanga/4.2.51/docker-compose.yml rename to appstore/smanga/4.2.62/docker-compose.yml index 8bf203330..02dc7831a 100644 --- a/appstore/smanga/4.2.51/docker-compose.yml +++ b/appstore/smanga/4.2.62/docker-compose.yml @@ -10,7 +10,7 @@ services: environment: - TZ=Asia/Shanghai - HTTPS_PROXY=${HTTP_PROXY:-} - image: lkw199711/smanga-nodejs:4.2.51 + image: lkw199711/smanga-nodejs:4.2.62 labels: createdBy: Apps networks: diff --git a/appstore/smanga/4.2.51/envs/default.env b/appstore/smanga/4.2.62/envs/default.env similarity index 100% rename from appstore/smanga/4.2.51/envs/default.env rename to appstore/smanga/4.2.62/envs/default.env diff --git a/appstore/smanga/4.2.51/envs/global.env b/appstore/smanga/4.2.62/envs/global.env similarity index 100% rename from appstore/smanga/4.2.51/envs/global.env rename to appstore/smanga/4.2.62/envs/global.env diff --git a/appstore/smanga/4.2.51/scripts/init.sh b/appstore/smanga/4.2.62/scripts/init.sh similarity index 100% rename from appstore/smanga/4.2.51/scripts/init.sh rename to appstore/smanga/4.2.62/scripts/init.sh diff --git a/appstore/smanga/4.2.51/scripts/uninstall.sh b/appstore/smanga/4.2.62/scripts/uninstall.sh similarity index 100% rename from appstore/smanga/4.2.51/scripts/uninstall.sh rename to appstore/smanga/4.2.62/scripts/uninstall.sh diff --git a/appstore/smanga/4.2.51/scripts/upgrade.sh b/appstore/smanga/4.2.62/scripts/upgrade.sh similarity index 100% rename from appstore/smanga/4.2.51/scripts/upgrade.sh rename to appstore/smanga/4.2.62/scripts/upgrade.sh diff --git a/dockge/nodepassdash/docker-compose.yml b/dockge/nodepassdash/docker-compose.yml index b9a42c35e..3213a659d 100644 --- a/dockge/nodepassdash/docker-compose.yml +++ b/dockge/nodepassdash/docker-compose.yml @@ -10,7 +10,7 @@ services: environment: - TZ=Asia/Shanghai - PORT=${PANEL_APP_PORT_HTTP} - image: ghcr.io/nodepassproject/nodepassdash:2.2.1 + image: ghcr.io/nodepassproject/nodepassdash:3.2.4 labels: createdBy: Apps network_mode: ${NETWORK_MODE} diff --git a/dockge/nodepassdash_3_2_3/.env b/dockge/nodepassdash_2_2_1/.env similarity index 100% rename from dockge/nodepassdash_3_2_3/.env rename to dockge/nodepassdash_2_2_1/.env diff --git a/dockge/nodepassdash_3_2_3/docker-compose.yml b/dockge/nodepassdash_2_2_1/docker-compose.yml similarity index 90% rename from dockge/nodepassdash_3_2_3/docker-compose.yml rename to dockge/nodepassdash_2_2_1/docker-compose.yml index 54455221e..b9a42c35e 100644 --- a/dockge/nodepassdash_3_2_3/docker-compose.yml +++ b/dockge/nodepassdash_2_2_1/docker-compose.yml @@ -10,7 +10,7 @@ services: environment: - TZ=Asia/Shanghai - PORT=${PANEL_APP_PORT_HTTP} - image: ghcr.io/nodepassproject/nodepassdash:3.2.3 + image: ghcr.io/nodepassproject/nodepassdash:2.2.1 labels: createdBy: Apps network_mode: ${NETWORK_MODE} diff --git a/dockge/nodepassdash_3_2_3/envs/default.env b/dockge/nodepassdash_2_2_1/envs/default.env similarity index 100% rename from dockge/nodepassdash_3_2_3/envs/default.env rename to dockge/nodepassdash_2_2_1/envs/default.env diff --git a/dockge/nodepassdash_3_2_3/envs/global.env b/dockge/nodepassdash_2_2_1/envs/global.env similarity index 100% rename from dockge/nodepassdash_3_2_3/envs/global.env rename to dockge/nodepassdash_2_2_1/envs/global.env diff --git a/dockge/smanga/docker-compose.yml b/dockge/smanga/docker-compose.yml index 8bf203330..02dc7831a 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.51 + image: lkw199711/smanga-nodejs:4.2.62 labels: createdBy: Apps networks: