From 3d9888bf8dd74cca568fcc0efc54dc89644d95cf Mon Sep 17 00:00:00 2001 From: QYG2297248353 Date: Wed, 1 Oct 2025 09:23:19 +0000 Subject: [PATCH] Processed apps directory via GitHub Actions --- appstore/ech0/{2.6.0 => 2.6.1}/.env | 0 appstore/ech0/{2.6.0 => 2.6.1}/data.yml | 0 appstore/ech0/{2.6.0 => 2.6.1}/docker-compose.yml | 2 +- appstore/ech0/{2.6.0 => 2.6.1}/envs/default.env | 0 appstore/ech0/{2.6.0 => 2.6.1}/envs/global.env | 0 appstore/ech0/{2.6.0 => 2.6.1}/scripts/init.sh | 0 appstore/ech0/{2.6.0 => 2.6.1}/scripts/uninstall.sh | 0 appstore/ech0/{2.6.0 => 2.6.1}/scripts/upgrade.sh | 0 appstore/nodepassdash/{3.0.4 => 3.1.0}/.env | 0 appstore/nodepassdash/{3.0.4 => 3.1.0}/data.yml | 0 appstore/nodepassdash/{3.0.4 => 3.1.0}/docker-compose.yml | 2 +- appstore/nodepassdash/{3.0.4 => 3.1.0}/envs/default.env | 0 appstore/nodepassdash/{3.0.4 => 3.1.0}/envs/global.env | 0 appstore/nodepassdash/{3.0.4 => 3.1.0}/scripts/init.sh | 0 appstore/nodepassdash/{3.0.4 => 3.1.0}/scripts/uninstall.sh | 0 appstore/nodepassdash/{3.0.4 => 3.1.0}/scripts/upgrade.sh | 0 appstore/siyuan/{3.3.3 => 3.3.4}/.env | 0 appstore/siyuan/{3.3.3 => 3.3.4}/data.yml | 0 appstore/siyuan/{3.3.3 => 3.3.4}/docker-compose.yml | 2 +- appstore/siyuan/{3.3.3 => 3.3.4}/envs/default.env | 0 appstore/siyuan/{3.3.3 => 3.3.4}/envs/global.env | 0 appstore/siyuan/{3.3.3 => 3.3.4}/scripts/init.sh | 0 appstore/siyuan/{3.3.3 => 3.3.4}/scripts/uninstall.sh | 0 appstore/siyuan/{3.3.3 => 3.3.4}/scripts/upgrade.sh | 0 dockge/ech0/docker-compose.yml | 2 +- dockge/nodepassdash/docker-compose.yml | 2 +- dockge/siyuan/docker-compose.yml | 2 +- 27 files changed, 6 insertions(+), 6 deletions(-) rename appstore/ech0/{2.6.0 => 2.6.1}/.env (100%) rename appstore/ech0/{2.6.0 => 2.6.1}/data.yml (100%) rename appstore/ech0/{2.6.0 => 2.6.1}/docker-compose.yml (93%) rename appstore/ech0/{2.6.0 => 2.6.1}/envs/default.env (100%) rename appstore/ech0/{2.6.0 => 2.6.1}/envs/global.env (100%) rename appstore/ech0/{2.6.0 => 2.6.1}/scripts/init.sh (100%) rename appstore/ech0/{2.6.0 => 2.6.1}/scripts/uninstall.sh (100%) rename appstore/ech0/{2.6.0 => 2.6.1}/scripts/upgrade.sh (100%) rename appstore/nodepassdash/{3.0.4 => 3.1.0}/.env (100%) rename appstore/nodepassdash/{3.0.4 => 3.1.0}/data.yml (100%) rename appstore/nodepassdash/{3.0.4 => 3.1.0}/docker-compose.yml (90%) rename appstore/nodepassdash/{3.0.4 => 3.1.0}/envs/default.env (100%) rename appstore/nodepassdash/{3.0.4 => 3.1.0}/envs/global.env (100%) rename appstore/nodepassdash/{3.0.4 => 3.1.0}/scripts/init.sh (100%) rename appstore/nodepassdash/{3.0.4 => 3.1.0}/scripts/uninstall.sh (100%) rename appstore/nodepassdash/{3.0.4 => 3.1.0}/scripts/upgrade.sh (100%) rename appstore/siyuan/{3.3.3 => 3.3.4}/.env (100%) rename appstore/siyuan/{3.3.3 => 3.3.4}/data.yml (100%) rename appstore/siyuan/{3.3.3 => 3.3.4}/docker-compose.yml (93%) rename appstore/siyuan/{3.3.3 => 3.3.4}/envs/default.env (100%) rename appstore/siyuan/{3.3.3 => 3.3.4}/envs/global.env (100%) rename appstore/siyuan/{3.3.3 => 3.3.4}/scripts/init.sh (100%) rename appstore/siyuan/{3.3.3 => 3.3.4}/scripts/uninstall.sh (100%) rename appstore/siyuan/{3.3.3 => 3.3.4}/scripts/upgrade.sh (100%) diff --git a/appstore/ech0/2.6.0/.env b/appstore/ech0/2.6.1/.env similarity index 100% rename from appstore/ech0/2.6.0/.env rename to appstore/ech0/2.6.1/.env diff --git a/appstore/ech0/2.6.0/data.yml b/appstore/ech0/2.6.1/data.yml similarity index 100% rename from appstore/ech0/2.6.0/data.yml rename to appstore/ech0/2.6.1/data.yml diff --git a/appstore/ech0/2.6.0/docker-compose.yml b/appstore/ech0/2.6.1/docker-compose.yml similarity index 93% rename from appstore/ech0/2.6.0/docker-compose.yml rename to appstore/ech0/2.6.1/docker-compose.yml index 43aaa637a..3b1b0a363 100644 --- a/appstore/ech0/2.6.0/docker-compose.yml +++ b/appstore/ech0/2.6.1/docker-compose.yml @@ -9,7 +9,7 @@ services: - .env environment: - TZ=Asia/Shanghai - image: sn0wl1n/ech0:v2.6.0 + image: sn0wl1n/ech0:v2.6.1 labels: createdBy: Apps networks: diff --git a/appstore/ech0/2.6.0/envs/default.env b/appstore/ech0/2.6.1/envs/default.env similarity index 100% rename from appstore/ech0/2.6.0/envs/default.env rename to appstore/ech0/2.6.1/envs/default.env diff --git a/appstore/ech0/2.6.0/envs/global.env b/appstore/ech0/2.6.1/envs/global.env similarity index 100% rename from appstore/ech0/2.6.0/envs/global.env rename to appstore/ech0/2.6.1/envs/global.env diff --git a/appstore/ech0/2.6.0/scripts/init.sh b/appstore/ech0/2.6.1/scripts/init.sh similarity index 100% rename from appstore/ech0/2.6.0/scripts/init.sh rename to appstore/ech0/2.6.1/scripts/init.sh diff --git a/appstore/ech0/2.6.0/scripts/uninstall.sh b/appstore/ech0/2.6.1/scripts/uninstall.sh similarity index 100% rename from appstore/ech0/2.6.0/scripts/uninstall.sh rename to appstore/ech0/2.6.1/scripts/uninstall.sh diff --git a/appstore/ech0/2.6.0/scripts/upgrade.sh b/appstore/ech0/2.6.1/scripts/upgrade.sh similarity index 100% rename from appstore/ech0/2.6.0/scripts/upgrade.sh rename to appstore/ech0/2.6.1/scripts/upgrade.sh diff --git a/appstore/nodepassdash/3.0.4/.env b/appstore/nodepassdash/3.1.0/.env similarity index 100% rename from appstore/nodepassdash/3.0.4/.env rename to appstore/nodepassdash/3.1.0/.env diff --git a/appstore/nodepassdash/3.0.4/data.yml b/appstore/nodepassdash/3.1.0/data.yml similarity index 100% rename from appstore/nodepassdash/3.0.4/data.yml rename to appstore/nodepassdash/3.1.0/data.yml diff --git a/appstore/nodepassdash/3.0.4/docker-compose.yml b/appstore/nodepassdash/3.1.0/docker-compose.yml similarity index 90% rename from appstore/nodepassdash/3.0.4/docker-compose.yml rename to appstore/nodepassdash/3.1.0/docker-compose.yml index b75a5c991..af8c2bdd2 100644 --- a/appstore/nodepassdash/3.0.4/docker-compose.yml +++ b/appstore/nodepassdash/3.1.0/docker-compose.yml @@ -10,7 +10,7 @@ services: environment: - TZ=Asia/Shanghai - PORT=${PANEL_APP_PORT_HTTP} - image: ghcr.io/nodepassproject/nodepassdash:3.0.4 + image: ghcr.io/nodepassproject/nodepassdash:3.1.0 labels: createdBy: Apps network_mode: ${NETWORK_MODE} diff --git a/appstore/nodepassdash/3.0.4/envs/default.env b/appstore/nodepassdash/3.1.0/envs/default.env similarity index 100% rename from appstore/nodepassdash/3.0.4/envs/default.env rename to appstore/nodepassdash/3.1.0/envs/default.env diff --git a/appstore/nodepassdash/3.0.4/envs/global.env b/appstore/nodepassdash/3.1.0/envs/global.env similarity index 100% rename from appstore/nodepassdash/3.0.4/envs/global.env rename to appstore/nodepassdash/3.1.0/envs/global.env diff --git a/appstore/nodepassdash/3.0.4/scripts/init.sh b/appstore/nodepassdash/3.1.0/scripts/init.sh similarity index 100% rename from appstore/nodepassdash/3.0.4/scripts/init.sh rename to appstore/nodepassdash/3.1.0/scripts/init.sh diff --git a/appstore/nodepassdash/3.0.4/scripts/uninstall.sh b/appstore/nodepassdash/3.1.0/scripts/uninstall.sh similarity index 100% rename from appstore/nodepassdash/3.0.4/scripts/uninstall.sh rename to appstore/nodepassdash/3.1.0/scripts/uninstall.sh diff --git a/appstore/nodepassdash/3.0.4/scripts/upgrade.sh b/appstore/nodepassdash/3.1.0/scripts/upgrade.sh similarity index 100% rename from appstore/nodepassdash/3.0.4/scripts/upgrade.sh rename to appstore/nodepassdash/3.1.0/scripts/upgrade.sh diff --git a/appstore/siyuan/3.3.3/.env b/appstore/siyuan/3.3.4/.env similarity index 100% rename from appstore/siyuan/3.3.3/.env rename to appstore/siyuan/3.3.4/.env diff --git a/appstore/siyuan/3.3.3/data.yml b/appstore/siyuan/3.3.4/data.yml similarity index 100% rename from appstore/siyuan/3.3.3/data.yml rename to appstore/siyuan/3.3.4/data.yml diff --git a/appstore/siyuan/3.3.3/docker-compose.yml b/appstore/siyuan/3.3.4/docker-compose.yml similarity index 93% rename from appstore/siyuan/3.3.3/docker-compose.yml rename to appstore/siyuan/3.3.4/docker-compose.yml index d4718121e..ead9f5a23 100644 --- a/appstore/siyuan/3.3.3/docker-compose.yml +++ b/appstore/siyuan/3.3.4/docker-compose.yml @@ -11,7 +11,7 @@ services: - ./envs/global.env environment: - RUN_IN_CONTAINER=true - image: b3log/siyuan:v3.3.3 + image: b3log/siyuan:v3.3.4 labels: createdBy: Apps networks: diff --git a/appstore/siyuan/3.3.3/envs/default.env b/appstore/siyuan/3.3.4/envs/default.env similarity index 100% rename from appstore/siyuan/3.3.3/envs/default.env rename to appstore/siyuan/3.3.4/envs/default.env diff --git a/appstore/siyuan/3.3.3/envs/global.env b/appstore/siyuan/3.3.4/envs/global.env similarity index 100% rename from appstore/siyuan/3.3.3/envs/global.env rename to appstore/siyuan/3.3.4/envs/global.env diff --git a/appstore/siyuan/3.3.3/scripts/init.sh b/appstore/siyuan/3.3.4/scripts/init.sh similarity index 100% rename from appstore/siyuan/3.3.3/scripts/init.sh rename to appstore/siyuan/3.3.4/scripts/init.sh diff --git a/appstore/siyuan/3.3.3/scripts/uninstall.sh b/appstore/siyuan/3.3.4/scripts/uninstall.sh similarity index 100% rename from appstore/siyuan/3.3.3/scripts/uninstall.sh rename to appstore/siyuan/3.3.4/scripts/uninstall.sh diff --git a/appstore/siyuan/3.3.3/scripts/upgrade.sh b/appstore/siyuan/3.3.4/scripts/upgrade.sh similarity index 100% rename from appstore/siyuan/3.3.3/scripts/upgrade.sh rename to appstore/siyuan/3.3.4/scripts/upgrade.sh diff --git a/dockge/ech0/docker-compose.yml b/dockge/ech0/docker-compose.yml index 43aaa637a..3b1b0a363 100644 --- a/dockge/ech0/docker-compose.yml +++ b/dockge/ech0/docker-compose.yml @@ -9,7 +9,7 @@ services: - .env environment: - TZ=Asia/Shanghai - image: sn0wl1n/ech0:v2.6.0 + image: sn0wl1n/ech0:v2.6.1 labels: createdBy: Apps networks: diff --git a/dockge/nodepassdash/docker-compose.yml b/dockge/nodepassdash/docker-compose.yml index b75a5c991..af8c2bdd2 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.0.4 + image: ghcr.io/nodepassproject/nodepassdash:3.1.0 labels: createdBy: Apps network_mode: ${NETWORK_MODE} diff --git a/dockge/siyuan/docker-compose.yml b/dockge/siyuan/docker-compose.yml index d4718121e..ead9f5a23 100644 --- a/dockge/siyuan/docker-compose.yml +++ b/dockge/siyuan/docker-compose.yml @@ -11,7 +11,7 @@ services: - ./envs/global.env environment: - RUN_IN_CONTAINER=true - image: b3log/siyuan:v3.3.3 + image: b3log/siyuan:v3.3.4 labels: createdBy: Apps networks: