From a6784e24423e42d554358ecfa60068beec2503f1 Mon Sep 17 00:00:00 2001 From: QYG2297248353 Date: Fri, 10 Oct 2025 18:30:10 +0000 Subject: [PATCH] Processed apps directory via GitHub Actions --- appstore/nodepassdash/{3.1.2 => 3.1.3}/.env | 0 appstore/nodepassdash/{3.1.2 => 3.1.3}/data.yml | 0 appstore/nodepassdash/{3.1.2 => 3.1.3}/docker-compose.yml | 2 +- appstore/nodepassdash/{3.1.2 => 3.1.3}/envs/default.env | 0 appstore/nodepassdash/{3.1.2 => 3.1.3}/envs/global.env | 0 appstore/nodepassdash/{3.1.2 => 3.1.3}/scripts/init.sh | 0 appstore/nodepassdash/{3.1.2 => 3.1.3}/scripts/uninstall.sh | 0 appstore/nodepassdash/{3.1.2 => 3.1.3}/scripts/upgrade.sh | 0 dockge/nodepassdash/docker-compose.yml | 2 +- 9 files changed, 2 insertions(+), 2 deletions(-) rename appstore/nodepassdash/{3.1.2 => 3.1.3}/.env (100%) rename appstore/nodepassdash/{3.1.2 => 3.1.3}/data.yml (100%) rename appstore/nodepassdash/{3.1.2 => 3.1.3}/docker-compose.yml (90%) rename appstore/nodepassdash/{3.1.2 => 3.1.3}/envs/default.env (100%) rename appstore/nodepassdash/{3.1.2 => 3.1.3}/envs/global.env (100%) rename appstore/nodepassdash/{3.1.2 => 3.1.3}/scripts/init.sh (100%) rename appstore/nodepassdash/{3.1.2 => 3.1.3}/scripts/uninstall.sh (100%) rename appstore/nodepassdash/{3.1.2 => 3.1.3}/scripts/upgrade.sh (100%) diff --git a/appstore/nodepassdash/3.1.2/.env b/appstore/nodepassdash/3.1.3/.env similarity index 100% rename from appstore/nodepassdash/3.1.2/.env rename to appstore/nodepassdash/3.1.3/.env diff --git a/appstore/nodepassdash/3.1.2/data.yml b/appstore/nodepassdash/3.1.3/data.yml similarity index 100% rename from appstore/nodepassdash/3.1.2/data.yml rename to appstore/nodepassdash/3.1.3/data.yml diff --git a/appstore/nodepassdash/3.1.2/docker-compose.yml b/appstore/nodepassdash/3.1.3/docker-compose.yml similarity index 90% rename from appstore/nodepassdash/3.1.2/docker-compose.yml rename to appstore/nodepassdash/3.1.3/docker-compose.yml index 62d78c70f..5ee7fe1ee 100644 --- a/appstore/nodepassdash/3.1.2/docker-compose.yml +++ b/appstore/nodepassdash/3.1.3/docker-compose.yml @@ -10,7 +10,7 @@ services: environment: - TZ=Asia/Shanghai - PORT=${PANEL_APP_PORT_HTTP} - image: ghcr.io/nodepassproject/nodepassdash:3.1.2 + image: ghcr.io/nodepassproject/nodepassdash:3.1.3 labels: createdBy: Apps network_mode: ${NETWORK_MODE} diff --git a/appstore/nodepassdash/3.1.2/envs/default.env b/appstore/nodepassdash/3.1.3/envs/default.env similarity index 100% rename from appstore/nodepassdash/3.1.2/envs/default.env rename to appstore/nodepassdash/3.1.3/envs/default.env diff --git a/appstore/nodepassdash/3.1.2/envs/global.env b/appstore/nodepassdash/3.1.3/envs/global.env similarity index 100% rename from appstore/nodepassdash/3.1.2/envs/global.env rename to appstore/nodepassdash/3.1.3/envs/global.env diff --git a/appstore/nodepassdash/3.1.2/scripts/init.sh b/appstore/nodepassdash/3.1.3/scripts/init.sh similarity index 100% rename from appstore/nodepassdash/3.1.2/scripts/init.sh rename to appstore/nodepassdash/3.1.3/scripts/init.sh diff --git a/appstore/nodepassdash/3.1.2/scripts/uninstall.sh b/appstore/nodepassdash/3.1.3/scripts/uninstall.sh similarity index 100% rename from appstore/nodepassdash/3.1.2/scripts/uninstall.sh rename to appstore/nodepassdash/3.1.3/scripts/uninstall.sh diff --git a/appstore/nodepassdash/3.1.2/scripts/upgrade.sh b/appstore/nodepassdash/3.1.3/scripts/upgrade.sh similarity index 100% rename from appstore/nodepassdash/3.1.2/scripts/upgrade.sh rename to appstore/nodepassdash/3.1.3/scripts/upgrade.sh diff --git a/dockge/nodepassdash/docker-compose.yml b/dockge/nodepassdash/docker-compose.yml index 62d78c70f..5ee7fe1ee 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.1.2 + image: ghcr.io/nodepassproject/nodepassdash:3.1.3 labels: createdBy: Apps network_mode: ${NETWORK_MODE}