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