From 4486fd496759b589ec0ffd896c59f7a3ba51be51 Mon Sep 17 00:00:00 2001 From: QYG2297248353 Date: Tue, 11 Nov 2025 12:46:55 +0000 Subject: [PATCH] Processed apps directory via GitHub Actions --- appstore/ech0/{2.9.8 => 2.9.9}/.env | 0 appstore/ech0/{2.9.8 => 2.9.9}/data.yml | 0 appstore/ech0/{2.9.8 => 2.9.9}/docker-compose.yml | 2 +- appstore/ech0/{2.9.8 => 2.9.9}/envs/default.env | 0 appstore/ech0/{2.9.8 => 2.9.9}/envs/global.env | 0 appstore/ech0/{2.9.8 => 2.9.9}/scripts/init.sh | 0 appstore/ech0/{2.9.8 => 2.9.9}/scripts/uninstall.sh | 0 appstore/ech0/{2.9.8 => 2.9.9}/scripts/upgrade.sh | 0 appstore/n8n/{1.119.1 => 1.120.1}/.env | 0 appstore/n8n/{1.119.1 => 1.120.1}/data.yml | 0 appstore/n8n/{1.119.1 => 1.120.1}/docker-compose.yml | 2 +- appstore/n8n/{1.119.1 => 1.120.1}/envs/default.env | 0 appstore/n8n/{1.119.1 => 1.120.1}/envs/global.env | 0 appstore/n8n/{1.119.1 => 1.120.1}/scripts/init.sh | 0 appstore/n8n/{1.119.1 => 1.120.1}/scripts/uninstall.sh | 0 appstore/n8n/{1.119.1 => 1.120.1}/scripts/upgrade.sh | 0 appstore/synapse/{1.141.0 => 1.142.0}/.env | 0 appstore/synapse/{1.141.0 => 1.142.0}/data.yml | 0 appstore/synapse/{1.141.0 => 1.142.0}/docker-compose.yml | 4 ++-- appstore/synapse/{1.141.0 => 1.142.0}/envs/default.env | 0 appstore/synapse/{1.141.0 => 1.142.0}/envs/global.env | 0 appstore/synapse/{1.141.0 => 1.142.0}/scripts/init.sh | 0 appstore/synapse/{1.141.0 => 1.142.0}/scripts/uninstall.sh | 0 appstore/synapse/{1.141.0 => 1.142.0}/scripts/upgrade.sh | 0 dockge/ech0/docker-compose.yml | 2 +- dockge/n8n/docker-compose.yml | 2 +- dockge/synapse/docker-compose.yml | 4 ++-- 27 files changed, 8 insertions(+), 8 deletions(-) rename appstore/ech0/{2.9.8 => 2.9.9}/.env (100%) rename appstore/ech0/{2.9.8 => 2.9.9}/data.yml (100%) rename appstore/ech0/{2.9.8 => 2.9.9}/docker-compose.yml (93%) rename appstore/ech0/{2.9.8 => 2.9.9}/envs/default.env (100%) rename appstore/ech0/{2.9.8 => 2.9.9}/envs/global.env (100%) rename appstore/ech0/{2.9.8 => 2.9.9}/scripts/init.sh (100%) rename appstore/ech0/{2.9.8 => 2.9.9}/scripts/uninstall.sh (100%) rename appstore/ech0/{2.9.8 => 2.9.9}/scripts/upgrade.sh (100%) rename appstore/n8n/{1.119.1 => 1.120.1}/.env (100%) rename appstore/n8n/{1.119.1 => 1.120.1}/data.yml (100%) rename appstore/n8n/{1.119.1 => 1.120.1}/docker-compose.yml (94%) rename appstore/n8n/{1.119.1 => 1.120.1}/envs/default.env (100%) rename appstore/n8n/{1.119.1 => 1.120.1}/envs/global.env (100%) rename appstore/n8n/{1.119.1 => 1.120.1}/scripts/init.sh (100%) rename appstore/n8n/{1.119.1 => 1.120.1}/scripts/uninstall.sh (100%) rename appstore/n8n/{1.119.1 => 1.120.1}/scripts/upgrade.sh (100%) rename appstore/synapse/{1.141.0 => 1.142.0}/.env (100%) rename appstore/synapse/{1.141.0 => 1.142.0}/data.yml (100%) rename appstore/synapse/{1.141.0 => 1.142.0}/docker-compose.yml (89%) rename appstore/synapse/{1.141.0 => 1.142.0}/envs/default.env (100%) rename appstore/synapse/{1.141.0 => 1.142.0}/envs/global.env (100%) rename appstore/synapse/{1.141.0 => 1.142.0}/scripts/init.sh (100%) rename appstore/synapse/{1.141.0 => 1.142.0}/scripts/uninstall.sh (100%) rename appstore/synapse/{1.141.0 => 1.142.0}/scripts/upgrade.sh (100%) diff --git a/appstore/ech0/2.9.8/.env b/appstore/ech0/2.9.9/.env similarity index 100% rename from appstore/ech0/2.9.8/.env rename to appstore/ech0/2.9.9/.env diff --git a/appstore/ech0/2.9.8/data.yml b/appstore/ech0/2.9.9/data.yml similarity index 100% rename from appstore/ech0/2.9.8/data.yml rename to appstore/ech0/2.9.9/data.yml diff --git a/appstore/ech0/2.9.8/docker-compose.yml b/appstore/ech0/2.9.9/docker-compose.yml similarity index 93% rename from appstore/ech0/2.9.8/docker-compose.yml rename to appstore/ech0/2.9.9/docker-compose.yml index fabe9b78e..f080ee1c4 100644 --- a/appstore/ech0/2.9.8/docker-compose.yml +++ b/appstore/ech0/2.9.9/docker-compose.yml @@ -10,7 +10,7 @@ services: environment: - TZ=Asia/Shanghai - HTTPS_PROXY=${HTTP_PROXY} - image: sn0wl1n/ech0:v2.9.8 + image: sn0wl1n/ech0:v2.9.9 labels: createdBy: Apps networks: diff --git a/appstore/ech0/2.9.8/envs/default.env b/appstore/ech0/2.9.9/envs/default.env similarity index 100% rename from appstore/ech0/2.9.8/envs/default.env rename to appstore/ech0/2.9.9/envs/default.env diff --git a/appstore/ech0/2.9.8/envs/global.env b/appstore/ech0/2.9.9/envs/global.env similarity index 100% rename from appstore/ech0/2.9.8/envs/global.env rename to appstore/ech0/2.9.9/envs/global.env diff --git a/appstore/ech0/2.9.8/scripts/init.sh b/appstore/ech0/2.9.9/scripts/init.sh similarity index 100% rename from appstore/ech0/2.9.8/scripts/init.sh rename to appstore/ech0/2.9.9/scripts/init.sh diff --git a/appstore/ech0/2.9.8/scripts/uninstall.sh b/appstore/ech0/2.9.9/scripts/uninstall.sh similarity index 100% rename from appstore/ech0/2.9.8/scripts/uninstall.sh rename to appstore/ech0/2.9.9/scripts/uninstall.sh diff --git a/appstore/ech0/2.9.8/scripts/upgrade.sh b/appstore/ech0/2.9.9/scripts/upgrade.sh similarity index 100% rename from appstore/ech0/2.9.8/scripts/upgrade.sh rename to appstore/ech0/2.9.9/scripts/upgrade.sh diff --git a/appstore/n8n/1.119.1/.env b/appstore/n8n/1.120.1/.env similarity index 100% rename from appstore/n8n/1.119.1/.env rename to appstore/n8n/1.120.1/.env diff --git a/appstore/n8n/1.119.1/data.yml b/appstore/n8n/1.120.1/data.yml similarity index 100% rename from appstore/n8n/1.119.1/data.yml rename to appstore/n8n/1.120.1/data.yml diff --git a/appstore/n8n/1.119.1/docker-compose.yml b/appstore/n8n/1.120.1/docker-compose.yml similarity index 94% rename from appstore/n8n/1.119.1/docker-compose.yml rename to appstore/n8n/1.120.1/docker-compose.yml index cf2e6e4ed..5305642e9 100644 --- a/appstore/n8n/1.119.1/docker-compose.yml +++ b/appstore/n8n/1.120.1/docker-compose.yml @@ -14,7 +14,7 @@ services: - N8N_PROTOCOL=http - N8N_DIAGNOSTICS_ENABLED=false - N8N_SECURE_COOKIE=false - image: n8nio/n8n:1.119.1 + image: n8nio/n8n:1.120.1 labels: createdBy: Apps networks: diff --git a/appstore/n8n/1.119.1/envs/default.env b/appstore/n8n/1.120.1/envs/default.env similarity index 100% rename from appstore/n8n/1.119.1/envs/default.env rename to appstore/n8n/1.120.1/envs/default.env diff --git a/appstore/n8n/1.119.1/envs/global.env b/appstore/n8n/1.120.1/envs/global.env similarity index 100% rename from appstore/n8n/1.119.1/envs/global.env rename to appstore/n8n/1.120.1/envs/global.env diff --git a/appstore/n8n/1.119.1/scripts/init.sh b/appstore/n8n/1.120.1/scripts/init.sh similarity index 100% rename from appstore/n8n/1.119.1/scripts/init.sh rename to appstore/n8n/1.120.1/scripts/init.sh diff --git a/appstore/n8n/1.119.1/scripts/uninstall.sh b/appstore/n8n/1.120.1/scripts/uninstall.sh similarity index 100% rename from appstore/n8n/1.119.1/scripts/uninstall.sh rename to appstore/n8n/1.120.1/scripts/uninstall.sh diff --git a/appstore/n8n/1.119.1/scripts/upgrade.sh b/appstore/n8n/1.120.1/scripts/upgrade.sh similarity index 100% rename from appstore/n8n/1.119.1/scripts/upgrade.sh rename to appstore/n8n/1.120.1/scripts/upgrade.sh diff --git a/appstore/synapse/1.141.0/.env b/appstore/synapse/1.142.0/.env similarity index 100% rename from appstore/synapse/1.141.0/.env rename to appstore/synapse/1.142.0/.env diff --git a/appstore/synapse/1.141.0/data.yml b/appstore/synapse/1.142.0/data.yml similarity index 100% rename from appstore/synapse/1.141.0/data.yml rename to appstore/synapse/1.142.0/data.yml diff --git a/appstore/synapse/1.141.0/docker-compose.yml b/appstore/synapse/1.142.0/docker-compose.yml similarity index 89% rename from appstore/synapse/1.141.0/docker-compose.yml rename to appstore/synapse/1.142.0/docker-compose.yml index 2c54823bc..1ba27976e 100644 --- a/appstore/synapse/1.141.0/docker-compose.yml +++ b/appstore/synapse/1.142.0/docker-compose.yml @@ -9,7 +9,7 @@ services: env_file: - ./envs/global.env - .env - image: matrixdotorg/synapse:v1.141.0 + image: matrixdotorg/synapse:v1.142.0 labels: createdBy: Apps networks: @@ -31,7 +31,7 @@ services: - SYNAPSE_REPORT_STATS=no - SYNAPSE_NO_TLS=true - SYNAPSE_HTTP_PORT=8008 - image: matrixdotorg/synapse:v1.141.0 + image: matrixdotorg/synapse:v1.142.0 networks: - 1panel-network restart: false diff --git a/appstore/synapse/1.141.0/envs/default.env b/appstore/synapse/1.142.0/envs/default.env similarity index 100% rename from appstore/synapse/1.141.0/envs/default.env rename to appstore/synapse/1.142.0/envs/default.env diff --git a/appstore/synapse/1.141.0/envs/global.env b/appstore/synapse/1.142.0/envs/global.env similarity index 100% rename from appstore/synapse/1.141.0/envs/global.env rename to appstore/synapse/1.142.0/envs/global.env diff --git a/appstore/synapse/1.141.0/scripts/init.sh b/appstore/synapse/1.142.0/scripts/init.sh similarity index 100% rename from appstore/synapse/1.141.0/scripts/init.sh rename to appstore/synapse/1.142.0/scripts/init.sh diff --git a/appstore/synapse/1.141.0/scripts/uninstall.sh b/appstore/synapse/1.142.0/scripts/uninstall.sh similarity index 100% rename from appstore/synapse/1.141.0/scripts/uninstall.sh rename to appstore/synapse/1.142.0/scripts/uninstall.sh diff --git a/appstore/synapse/1.141.0/scripts/upgrade.sh b/appstore/synapse/1.142.0/scripts/upgrade.sh similarity index 100% rename from appstore/synapse/1.141.0/scripts/upgrade.sh rename to appstore/synapse/1.142.0/scripts/upgrade.sh diff --git a/dockge/ech0/docker-compose.yml b/dockge/ech0/docker-compose.yml index fabe9b78e..f080ee1c4 100644 --- a/dockge/ech0/docker-compose.yml +++ b/dockge/ech0/docker-compose.yml @@ -10,7 +10,7 @@ services: environment: - TZ=Asia/Shanghai - HTTPS_PROXY=${HTTP_PROXY} - image: sn0wl1n/ech0:v2.9.8 + image: sn0wl1n/ech0:v2.9.9 labels: createdBy: Apps networks: diff --git a/dockge/n8n/docker-compose.yml b/dockge/n8n/docker-compose.yml index cf2e6e4ed..5305642e9 100644 --- a/dockge/n8n/docker-compose.yml +++ b/dockge/n8n/docker-compose.yml @@ -14,7 +14,7 @@ services: - N8N_PROTOCOL=http - N8N_DIAGNOSTICS_ENABLED=false - N8N_SECURE_COOKIE=false - image: n8nio/n8n:1.119.1 + image: n8nio/n8n:1.120.1 labels: createdBy: Apps networks: diff --git a/dockge/synapse/docker-compose.yml b/dockge/synapse/docker-compose.yml index 2c54823bc..1ba27976e 100644 --- a/dockge/synapse/docker-compose.yml +++ b/dockge/synapse/docker-compose.yml @@ -9,7 +9,7 @@ services: env_file: - ./envs/global.env - .env - image: matrixdotorg/synapse:v1.141.0 + image: matrixdotorg/synapse:v1.142.0 labels: createdBy: Apps networks: @@ -31,7 +31,7 @@ services: - SYNAPSE_REPORT_STATS=no - SYNAPSE_NO_TLS=true - SYNAPSE_HTTP_PORT=8008 - image: matrixdotorg/synapse:v1.141.0 + image: matrixdotorg/synapse:v1.142.0 networks: - 1panel-network restart: false