From 65934fc726c5714dc5d9adbbd4ccc39a00282a9c Mon Sep 17 00:00:00 2001 From: QYG2297248353 Date: Tue, 24 Feb 2026 16:01:31 +0000 Subject: [PATCH] Processed apps directory via GitHub Actions --- appstore/casdoor/{2.334.0 => 2.335.1}/.env | 0 appstore/casdoor/{2.334.0 => 2.335.1}/config/init_data.json | 0 appstore/casdoor/{2.334.0 => 2.335.1}/data.yml | 0 appstore/casdoor/{2.334.0 => 2.335.1}/docker-compose.yml | 2 +- appstore/casdoor/{2.334.0 => 2.335.1}/envs/casdoor.env | 0 appstore/casdoor/{2.334.0 => 2.335.1}/envs/default.env | 0 appstore/casdoor/{2.334.0 => 2.335.1}/envs/global.env | 0 appstore/casdoor/{2.334.0 => 2.335.1}/scripts/init.sh | 0 appstore/casdoor/{2.334.0 => 2.335.1}/scripts/uninstall.sh | 0 appstore/casdoor/{2.334.0 => 2.335.1}/scripts/upgrade.sh | 0 appstore/element-web/{1.12.10 => 1.12.11}/.env | 0 .../element-web/{1.12.10 => 1.12.11}/conf/config.sample.json | 0 appstore/element-web/{1.12.10 => 1.12.11}/data.yml | 0 appstore/element-web/{1.12.10 => 1.12.11}/docker-compose.yml | 2 +- appstore/element-web/{1.12.10 => 1.12.11}/envs/default.env | 0 appstore/element-web/{1.12.10 => 1.12.11}/envs/global.env | 0 appstore/element-web/{1.12.10 => 1.12.11}/scripts/init.sh | 0 .../element-web/{1.12.10 => 1.12.11}/scripts/uninstall.sh | 0 appstore/element-web/{1.12.10 => 1.12.11}/scripts/upgrade.sh | 0 appstore/synapse/{1.147.1 => 1.148.0}/.env | 0 appstore/synapse/{1.147.1 => 1.148.0}/data.yml | 0 appstore/synapse/{1.147.1 => 1.148.0}/docker-compose.yml | 4 ++-- appstore/synapse/{1.147.1 => 1.148.0}/envs/default.env | 0 appstore/synapse/{1.147.1 => 1.148.0}/envs/global.env | 0 appstore/synapse/{1.147.1 => 1.148.0}/scripts/init.sh | 0 appstore/synapse/{1.147.1 => 1.148.0}/scripts/uninstall.sh | 0 appstore/synapse/{1.147.1 => 1.148.0}/scripts/upgrade.sh | 0 dockge/casdoor/docker-compose.yml | 2 +- dockge/element-web/docker-compose.yml | 2 +- dockge/synapse/docker-compose.yml | 4 ++-- 30 files changed, 8 insertions(+), 8 deletions(-) rename appstore/casdoor/{2.334.0 => 2.335.1}/.env (100%) rename appstore/casdoor/{2.334.0 => 2.335.1}/config/init_data.json (100%) rename appstore/casdoor/{2.334.0 => 2.335.1}/data.yml (100%) rename appstore/casdoor/{2.334.0 => 2.335.1}/docker-compose.yml (93%) rename appstore/casdoor/{2.334.0 => 2.335.1}/envs/casdoor.env (100%) rename appstore/casdoor/{2.334.0 => 2.335.1}/envs/default.env (100%) rename appstore/casdoor/{2.334.0 => 2.335.1}/envs/global.env (100%) rename appstore/casdoor/{2.334.0 => 2.335.1}/scripts/init.sh (100%) rename appstore/casdoor/{2.334.0 => 2.335.1}/scripts/uninstall.sh (100%) rename appstore/casdoor/{2.334.0 => 2.335.1}/scripts/upgrade.sh (100%) rename appstore/element-web/{1.12.10 => 1.12.11}/.env (100%) rename appstore/element-web/{1.12.10 => 1.12.11}/conf/config.sample.json (100%) rename appstore/element-web/{1.12.10 => 1.12.11}/data.yml (100%) rename appstore/element-web/{1.12.10 => 1.12.11}/docker-compose.yml (89%) rename appstore/element-web/{1.12.10 => 1.12.11}/envs/default.env (100%) rename appstore/element-web/{1.12.10 => 1.12.11}/envs/global.env (100%) rename appstore/element-web/{1.12.10 => 1.12.11}/scripts/init.sh (100%) rename appstore/element-web/{1.12.10 => 1.12.11}/scripts/uninstall.sh (100%) rename appstore/element-web/{1.12.10 => 1.12.11}/scripts/upgrade.sh (100%) rename appstore/synapse/{1.147.1 => 1.148.0}/.env (100%) rename appstore/synapse/{1.147.1 => 1.148.0}/data.yml (100%) rename appstore/synapse/{1.147.1 => 1.148.0}/docker-compose.yml (89%) rename appstore/synapse/{1.147.1 => 1.148.0}/envs/default.env (100%) rename appstore/synapse/{1.147.1 => 1.148.0}/envs/global.env (100%) rename appstore/synapse/{1.147.1 => 1.148.0}/scripts/init.sh (100%) rename appstore/synapse/{1.147.1 => 1.148.0}/scripts/uninstall.sh (100%) rename appstore/synapse/{1.147.1 => 1.148.0}/scripts/upgrade.sh (100%) diff --git a/appstore/casdoor/2.334.0/.env b/appstore/casdoor/2.335.1/.env similarity index 100% rename from appstore/casdoor/2.334.0/.env rename to appstore/casdoor/2.335.1/.env diff --git a/appstore/casdoor/2.334.0/config/init_data.json b/appstore/casdoor/2.335.1/config/init_data.json similarity index 100% rename from appstore/casdoor/2.334.0/config/init_data.json rename to appstore/casdoor/2.335.1/config/init_data.json diff --git a/appstore/casdoor/2.334.0/data.yml b/appstore/casdoor/2.335.1/data.yml similarity index 100% rename from appstore/casdoor/2.334.0/data.yml rename to appstore/casdoor/2.335.1/data.yml diff --git a/appstore/casdoor/2.334.0/docker-compose.yml b/appstore/casdoor/2.335.1/docker-compose.yml similarity index 93% rename from appstore/casdoor/2.334.0/docker-compose.yml rename to appstore/casdoor/2.335.1/docker-compose.yml index 55dd64057..1af6dffa9 100644 --- a/appstore/casdoor/2.334.0/docker-compose.yml +++ b/appstore/casdoor/2.335.1/docker-compose.yml @@ -14,7 +14,7 @@ services: - verificationCodeTimeout=10 - appname=casdoor - authState=casdoor - image: casbin/casdoor:2.334.0 + image: casbin/casdoor:2.335.1 labels: createdBy: Apps networks: diff --git a/appstore/casdoor/2.334.0/envs/casdoor.env b/appstore/casdoor/2.335.1/envs/casdoor.env similarity index 100% rename from appstore/casdoor/2.334.0/envs/casdoor.env rename to appstore/casdoor/2.335.1/envs/casdoor.env diff --git a/appstore/casdoor/2.334.0/envs/default.env b/appstore/casdoor/2.335.1/envs/default.env similarity index 100% rename from appstore/casdoor/2.334.0/envs/default.env rename to appstore/casdoor/2.335.1/envs/default.env diff --git a/appstore/casdoor/2.334.0/envs/global.env b/appstore/casdoor/2.335.1/envs/global.env similarity index 100% rename from appstore/casdoor/2.334.0/envs/global.env rename to appstore/casdoor/2.335.1/envs/global.env diff --git a/appstore/casdoor/2.334.0/scripts/init.sh b/appstore/casdoor/2.335.1/scripts/init.sh similarity index 100% rename from appstore/casdoor/2.334.0/scripts/init.sh rename to appstore/casdoor/2.335.1/scripts/init.sh diff --git a/appstore/casdoor/2.334.0/scripts/uninstall.sh b/appstore/casdoor/2.335.1/scripts/uninstall.sh similarity index 100% rename from appstore/casdoor/2.334.0/scripts/uninstall.sh rename to appstore/casdoor/2.335.1/scripts/uninstall.sh diff --git a/appstore/casdoor/2.334.0/scripts/upgrade.sh b/appstore/casdoor/2.335.1/scripts/upgrade.sh similarity index 100% rename from appstore/casdoor/2.334.0/scripts/upgrade.sh rename to appstore/casdoor/2.335.1/scripts/upgrade.sh diff --git a/appstore/element-web/1.12.10/.env b/appstore/element-web/1.12.11/.env similarity index 100% rename from appstore/element-web/1.12.10/.env rename to appstore/element-web/1.12.11/.env diff --git a/appstore/element-web/1.12.10/conf/config.sample.json b/appstore/element-web/1.12.11/conf/config.sample.json similarity index 100% rename from appstore/element-web/1.12.10/conf/config.sample.json rename to appstore/element-web/1.12.11/conf/config.sample.json diff --git a/appstore/element-web/1.12.10/data.yml b/appstore/element-web/1.12.11/data.yml similarity index 100% rename from appstore/element-web/1.12.10/data.yml rename to appstore/element-web/1.12.11/data.yml diff --git a/appstore/element-web/1.12.10/docker-compose.yml b/appstore/element-web/1.12.11/docker-compose.yml similarity index 89% rename from appstore/element-web/1.12.10/docker-compose.yml rename to appstore/element-web/1.12.11/docker-compose.yml index 3fea7f1a6..8777a50ce 100644 --- a/appstore/element-web/1.12.10/docker-compose.yml +++ b/appstore/element-web/1.12.11/docker-compose.yml @@ -7,7 +7,7 @@ services: env_file: - ./envs/global.env - .env - image: vectorim/element-web:v1.12.10 + image: vectorim/element-web:v1.12.11 labels: createdBy: Apps networks: diff --git a/appstore/element-web/1.12.10/envs/default.env b/appstore/element-web/1.12.11/envs/default.env similarity index 100% rename from appstore/element-web/1.12.10/envs/default.env rename to appstore/element-web/1.12.11/envs/default.env diff --git a/appstore/element-web/1.12.10/envs/global.env b/appstore/element-web/1.12.11/envs/global.env similarity index 100% rename from appstore/element-web/1.12.10/envs/global.env rename to appstore/element-web/1.12.11/envs/global.env diff --git a/appstore/element-web/1.12.10/scripts/init.sh b/appstore/element-web/1.12.11/scripts/init.sh similarity index 100% rename from appstore/element-web/1.12.10/scripts/init.sh rename to appstore/element-web/1.12.11/scripts/init.sh diff --git a/appstore/element-web/1.12.10/scripts/uninstall.sh b/appstore/element-web/1.12.11/scripts/uninstall.sh similarity index 100% rename from appstore/element-web/1.12.10/scripts/uninstall.sh rename to appstore/element-web/1.12.11/scripts/uninstall.sh diff --git a/appstore/element-web/1.12.10/scripts/upgrade.sh b/appstore/element-web/1.12.11/scripts/upgrade.sh similarity index 100% rename from appstore/element-web/1.12.10/scripts/upgrade.sh rename to appstore/element-web/1.12.11/scripts/upgrade.sh diff --git a/appstore/synapse/1.147.1/.env b/appstore/synapse/1.148.0/.env similarity index 100% rename from appstore/synapse/1.147.1/.env rename to appstore/synapse/1.148.0/.env diff --git a/appstore/synapse/1.147.1/data.yml b/appstore/synapse/1.148.0/data.yml similarity index 100% rename from appstore/synapse/1.147.1/data.yml rename to appstore/synapse/1.148.0/data.yml diff --git a/appstore/synapse/1.147.1/docker-compose.yml b/appstore/synapse/1.148.0/docker-compose.yml similarity index 89% rename from appstore/synapse/1.147.1/docker-compose.yml rename to appstore/synapse/1.148.0/docker-compose.yml index 5f9f9b99e..504a8099e 100644 --- a/appstore/synapse/1.147.1/docker-compose.yml +++ b/appstore/synapse/1.148.0/docker-compose.yml @@ -9,7 +9,7 @@ services: env_file: - ./envs/global.env - .env - image: matrixdotorg/synapse:v1.147.1 + image: matrixdotorg/synapse:v1.148.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.147.1 + image: matrixdotorg/synapse:v1.148.0 networks: - 1panel-network restart: false diff --git a/appstore/synapse/1.147.1/envs/default.env b/appstore/synapse/1.148.0/envs/default.env similarity index 100% rename from appstore/synapse/1.147.1/envs/default.env rename to appstore/synapse/1.148.0/envs/default.env diff --git a/appstore/synapse/1.147.1/envs/global.env b/appstore/synapse/1.148.0/envs/global.env similarity index 100% rename from appstore/synapse/1.147.1/envs/global.env rename to appstore/synapse/1.148.0/envs/global.env diff --git a/appstore/synapse/1.147.1/scripts/init.sh b/appstore/synapse/1.148.0/scripts/init.sh similarity index 100% rename from appstore/synapse/1.147.1/scripts/init.sh rename to appstore/synapse/1.148.0/scripts/init.sh diff --git a/appstore/synapse/1.147.1/scripts/uninstall.sh b/appstore/synapse/1.148.0/scripts/uninstall.sh similarity index 100% rename from appstore/synapse/1.147.1/scripts/uninstall.sh rename to appstore/synapse/1.148.0/scripts/uninstall.sh diff --git a/appstore/synapse/1.147.1/scripts/upgrade.sh b/appstore/synapse/1.148.0/scripts/upgrade.sh similarity index 100% rename from appstore/synapse/1.147.1/scripts/upgrade.sh rename to appstore/synapse/1.148.0/scripts/upgrade.sh diff --git a/dockge/casdoor/docker-compose.yml b/dockge/casdoor/docker-compose.yml index 55dd64057..1af6dffa9 100644 --- a/dockge/casdoor/docker-compose.yml +++ b/dockge/casdoor/docker-compose.yml @@ -14,7 +14,7 @@ services: - verificationCodeTimeout=10 - appname=casdoor - authState=casdoor - image: casbin/casdoor:2.334.0 + image: casbin/casdoor:2.335.1 labels: createdBy: Apps networks: diff --git a/dockge/element-web/docker-compose.yml b/dockge/element-web/docker-compose.yml index 3fea7f1a6..8777a50ce 100644 --- a/dockge/element-web/docker-compose.yml +++ b/dockge/element-web/docker-compose.yml @@ -7,7 +7,7 @@ services: env_file: - ./envs/global.env - .env - image: vectorim/element-web:v1.12.10 + image: vectorim/element-web:v1.12.11 labels: createdBy: Apps networks: diff --git a/dockge/synapse/docker-compose.yml b/dockge/synapse/docker-compose.yml index 5f9f9b99e..504a8099e 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.147.1 + image: matrixdotorg/synapse:v1.148.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.147.1 + image: matrixdotorg/synapse:v1.148.0 networks: - 1panel-network restart: false