From b3559352c880c4fc37e2aeb22679a6ddab3c870e Mon Sep 17 00:00:00 2001 From: QYG2297248353 Date: Sun, 28 Dec 2025 06:35:19 +0000 Subject: [PATCH] Processed apps directory via GitHub Actions --- appstore/lucky/{2.25.0 => 2.25.2}/.env | 0 appstore/lucky/{2.25.0 => 2.25.2}/data.yml | 0 appstore/lucky/{2.25.0 => 2.25.2}/docker-compose.yml | 2 +- appstore/lucky/{2.25.0 => 2.25.2}/envs/default.env | 0 appstore/lucky/{2.25.0 => 2.25.2}/envs/global.env | 0 appstore/lucky/{2.25.0 => 2.25.2}/run/start.sh | 0 appstore/lucky/{2.25.0 => 2.25.2}/scripts/init.sh | 0 appstore/lucky/{2.25.0 => 2.25.2}/scripts/uninstall.sh | 0 appstore/lucky/{2.25.0 => 2.25.2}/scripts/upgrade.sh | 0 appstore/nodepassdash/{3.3.0 => 3.3.1}/.env | 0 appstore/nodepassdash/{3.3.0 => 3.3.1}/data.yml | 0 appstore/nodepassdash/{3.3.0 => 3.3.1}/docker-compose.yml | 2 +- appstore/nodepassdash/{3.3.0 => 3.3.1}/envs/default.env | 0 appstore/nodepassdash/{3.3.0 => 3.3.1}/envs/global.env | 0 appstore/nodepassdash/{3.3.0 => 3.3.1}/scripts/init.sh | 0 appstore/nodepassdash/{3.3.0 => 3.3.1}/scripts/uninstall.sh | 0 appstore/nodepassdash/{3.3.0 => 3.3.1}/scripts/upgrade.sh | 0 dockge/lucky/docker-compose.yml | 2 +- dockge/nodepassdash/docker-compose.yml | 2 +- dockge/{nodepassdash_2_2_1 => nodepassdash_3_3_1}/.env | 0 .../docker-compose.yml | 2 +- .../{nodepassdash_2_2_1 => nodepassdash_3_3_1}/envs/default.env | 0 .../{nodepassdash_2_2_1 => nodepassdash_3_3_1}/envs/global.env | 0 23 files changed, 5 insertions(+), 5 deletions(-) rename appstore/lucky/{2.25.0 => 2.25.2}/.env (100%) rename appstore/lucky/{2.25.0 => 2.25.2}/data.yml (100%) rename appstore/lucky/{2.25.0 => 2.25.2}/docker-compose.yml (94%) rename appstore/lucky/{2.25.0 => 2.25.2}/envs/default.env (100%) rename appstore/lucky/{2.25.0 => 2.25.2}/envs/global.env (100%) rename appstore/lucky/{2.25.0 => 2.25.2}/run/start.sh (100%) rename appstore/lucky/{2.25.0 => 2.25.2}/scripts/init.sh (100%) rename appstore/lucky/{2.25.0 => 2.25.2}/scripts/uninstall.sh (100%) rename appstore/lucky/{2.25.0 => 2.25.2}/scripts/upgrade.sh (100%) rename appstore/nodepassdash/{3.3.0 => 3.3.1}/.env (100%) rename appstore/nodepassdash/{3.3.0 => 3.3.1}/data.yml (100%) rename appstore/nodepassdash/{3.3.0 => 3.3.1}/docker-compose.yml (90%) rename appstore/nodepassdash/{3.3.0 => 3.3.1}/envs/default.env (100%) rename appstore/nodepassdash/{3.3.0 => 3.3.1}/envs/global.env (100%) rename appstore/nodepassdash/{3.3.0 => 3.3.1}/scripts/init.sh (100%) rename appstore/nodepassdash/{3.3.0 => 3.3.1}/scripts/uninstall.sh (100%) rename appstore/nodepassdash/{3.3.0 => 3.3.1}/scripts/upgrade.sh (100%) rename dockge/{nodepassdash_2_2_1 => nodepassdash_3_3_1}/.env (100%) rename dockge/{nodepassdash_2_2_1 => nodepassdash_3_3_1}/docker-compose.yml (90%) rename dockge/{nodepassdash_2_2_1 => nodepassdash_3_3_1}/envs/default.env (100%) rename dockge/{nodepassdash_2_2_1 => nodepassdash_3_3_1}/envs/global.env (100%) diff --git a/appstore/lucky/2.25.0/.env b/appstore/lucky/2.25.2/.env similarity index 100% rename from appstore/lucky/2.25.0/.env rename to appstore/lucky/2.25.2/.env diff --git a/appstore/lucky/2.25.0/data.yml b/appstore/lucky/2.25.2/data.yml similarity index 100% rename from appstore/lucky/2.25.0/data.yml rename to appstore/lucky/2.25.2/data.yml diff --git a/appstore/lucky/2.25.0/docker-compose.yml b/appstore/lucky/2.25.2/docker-compose.yml similarity index 94% rename from appstore/lucky/2.25.0/docker-compose.yml rename to appstore/lucky/2.25.2/docker-compose.yml index c7ee23d24..0c9a646ea 100644 --- a/appstore/lucky/2.25.0/docker-compose.yml +++ b/appstore/lucky/2.25.2/docker-compose.yml @@ -11,7 +11,7 @@ services: - .env environment: - TZ=Asia/Shanghai - image: gdy666/lucky:2.25.0 + image: gdy666/lucky:2.25.2 labels: createdBy: Apps network_mode: ${NETWORK_MODE:-host} diff --git a/appstore/lucky/2.25.0/envs/default.env b/appstore/lucky/2.25.2/envs/default.env similarity index 100% rename from appstore/lucky/2.25.0/envs/default.env rename to appstore/lucky/2.25.2/envs/default.env diff --git a/appstore/lucky/2.25.0/envs/global.env b/appstore/lucky/2.25.2/envs/global.env similarity index 100% rename from appstore/lucky/2.25.0/envs/global.env rename to appstore/lucky/2.25.2/envs/global.env diff --git a/appstore/lucky/2.25.0/run/start.sh b/appstore/lucky/2.25.2/run/start.sh similarity index 100% rename from appstore/lucky/2.25.0/run/start.sh rename to appstore/lucky/2.25.2/run/start.sh diff --git a/appstore/lucky/2.25.0/scripts/init.sh b/appstore/lucky/2.25.2/scripts/init.sh similarity index 100% rename from appstore/lucky/2.25.0/scripts/init.sh rename to appstore/lucky/2.25.2/scripts/init.sh diff --git a/appstore/lucky/2.25.0/scripts/uninstall.sh b/appstore/lucky/2.25.2/scripts/uninstall.sh similarity index 100% rename from appstore/lucky/2.25.0/scripts/uninstall.sh rename to appstore/lucky/2.25.2/scripts/uninstall.sh diff --git a/appstore/lucky/2.25.0/scripts/upgrade.sh b/appstore/lucky/2.25.2/scripts/upgrade.sh similarity index 100% rename from appstore/lucky/2.25.0/scripts/upgrade.sh rename to appstore/lucky/2.25.2/scripts/upgrade.sh diff --git a/appstore/nodepassdash/3.3.0/.env b/appstore/nodepassdash/3.3.1/.env similarity index 100% rename from appstore/nodepassdash/3.3.0/.env rename to appstore/nodepassdash/3.3.1/.env diff --git a/appstore/nodepassdash/3.3.0/data.yml b/appstore/nodepassdash/3.3.1/data.yml similarity index 100% rename from appstore/nodepassdash/3.3.0/data.yml rename to appstore/nodepassdash/3.3.1/data.yml diff --git a/appstore/nodepassdash/3.3.0/docker-compose.yml b/appstore/nodepassdash/3.3.1/docker-compose.yml similarity index 90% rename from appstore/nodepassdash/3.3.0/docker-compose.yml rename to appstore/nodepassdash/3.3.1/docker-compose.yml index e1d84f22c..1802df3f3 100644 --- a/appstore/nodepassdash/3.3.0/docker-compose.yml +++ b/appstore/nodepassdash/3.3.1/docker-compose.yml @@ -10,7 +10,7 @@ services: environment: - TZ=Asia/Shanghai - PORT=${PANEL_APP_PORT_HTTP} - image: ghcr.io/nodepassproject/nodepassdash:3.3.0 + image: ghcr.io/nodepassproject/nodepassdash:3.3.1 labels: createdBy: Apps network_mode: ${NETWORK_MODE} diff --git a/appstore/nodepassdash/3.3.0/envs/default.env b/appstore/nodepassdash/3.3.1/envs/default.env similarity index 100% rename from appstore/nodepassdash/3.3.0/envs/default.env rename to appstore/nodepassdash/3.3.1/envs/default.env diff --git a/appstore/nodepassdash/3.3.0/envs/global.env b/appstore/nodepassdash/3.3.1/envs/global.env similarity index 100% rename from appstore/nodepassdash/3.3.0/envs/global.env rename to appstore/nodepassdash/3.3.1/envs/global.env diff --git a/appstore/nodepassdash/3.3.0/scripts/init.sh b/appstore/nodepassdash/3.3.1/scripts/init.sh similarity index 100% rename from appstore/nodepassdash/3.3.0/scripts/init.sh rename to appstore/nodepassdash/3.3.1/scripts/init.sh diff --git a/appstore/nodepassdash/3.3.0/scripts/uninstall.sh b/appstore/nodepassdash/3.3.1/scripts/uninstall.sh similarity index 100% rename from appstore/nodepassdash/3.3.0/scripts/uninstall.sh rename to appstore/nodepassdash/3.3.1/scripts/uninstall.sh diff --git a/appstore/nodepassdash/3.3.0/scripts/upgrade.sh b/appstore/nodepassdash/3.3.1/scripts/upgrade.sh similarity index 100% rename from appstore/nodepassdash/3.3.0/scripts/upgrade.sh rename to appstore/nodepassdash/3.3.1/scripts/upgrade.sh diff --git a/dockge/lucky/docker-compose.yml b/dockge/lucky/docker-compose.yml index c7ee23d24..0c9a646ea 100644 --- a/dockge/lucky/docker-compose.yml +++ b/dockge/lucky/docker-compose.yml @@ -11,7 +11,7 @@ services: - .env environment: - TZ=Asia/Shanghai - image: gdy666/lucky:2.25.0 + image: gdy666/lucky:2.25.2 labels: createdBy: Apps network_mode: ${NETWORK_MODE:-host} diff --git a/dockge/nodepassdash/docker-compose.yml b/dockge/nodepassdash/docker-compose.yml index e1d84f22c..b9a42c35e 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:3.3.0 + image: ghcr.io/nodepassproject/nodepassdash:2.2.1 labels: createdBy: Apps network_mode: ${NETWORK_MODE} diff --git a/dockge/nodepassdash_2_2_1/.env b/dockge/nodepassdash_3_3_1/.env similarity index 100% rename from dockge/nodepassdash_2_2_1/.env rename to dockge/nodepassdash_3_3_1/.env diff --git a/dockge/nodepassdash_2_2_1/docker-compose.yml b/dockge/nodepassdash_3_3_1/docker-compose.yml similarity index 90% rename from dockge/nodepassdash_2_2_1/docker-compose.yml rename to dockge/nodepassdash_3_3_1/docker-compose.yml index b9a42c35e..1802df3f3 100644 --- a/dockge/nodepassdash_2_2_1/docker-compose.yml +++ b/dockge/nodepassdash_3_3_1/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.3.1 labels: createdBy: Apps network_mode: ${NETWORK_MODE} diff --git a/dockge/nodepassdash_2_2_1/envs/default.env b/dockge/nodepassdash_3_3_1/envs/default.env similarity index 100% rename from dockge/nodepassdash_2_2_1/envs/default.env rename to dockge/nodepassdash_3_3_1/envs/default.env diff --git a/dockge/nodepassdash_2_2_1/envs/global.env b/dockge/nodepassdash_3_3_1/envs/global.env similarity index 100% rename from dockge/nodepassdash_2_2_1/envs/global.env rename to dockge/nodepassdash_3_3_1/envs/global.env