From 617fed32598d281ce294ff269ec99c88383cd34c Mon Sep 17 00:00:00 2001 From: QYG2297248353 Date: Fri, 20 Mar 2026 09:46:21 +0000 Subject: [PATCH] Processed apps directory via GitHub Actions --- appstore/elastic-elasticsearch/{9.3.1 => 9.3.2}/.env | 0 appstore/elastic-elasticsearch/{9.3.1 => 9.3.2}/data.yml | 0 .../elastic-elasticsearch/{9.3.1 => 9.3.2}/docker-compose.yml | 2 +- .../elastic-elasticsearch/{9.3.1 => 9.3.2}/envs/default.env | 0 appstore/elastic-elasticsearch/{9.3.1 => 9.3.2}/envs/global.env | 0 appstore/elastic-elasticsearch/{9.3.1 => 9.3.2}/scripts/init.sh | 0 .../elastic-elasticsearch/{9.3.1 => 9.3.2}/scripts/uninstall.sh | 0 .../elastic-elasticsearch/{9.3.1 => 9.3.2}/scripts/upgrade.sh | 0 appstore/twikoo/{1.7.3 => 1.7.4}/.env | 0 appstore/twikoo/{1.7.3 => 1.7.4}/data.yml | 0 appstore/twikoo/{1.7.3 => 1.7.4}/docker-compose.yml | 2 +- appstore/twikoo/{1.7.3 => 1.7.4}/envs/default.env | 0 appstore/twikoo/{1.7.3 => 1.7.4}/envs/global.env | 0 appstore/twikoo/{1.7.3 => 1.7.4}/scripts/init.sh | 0 appstore/twikoo/{1.7.3 => 1.7.4}/scripts/uninstall.sh | 0 appstore/twikoo/{1.7.3 => 1.7.4}/scripts/upgrade.sh | 0 dockge/elastic-elasticsearch/docker-compose.yml | 2 +- dockge/twikoo/docker-compose.yml | 2 +- 18 files changed, 4 insertions(+), 4 deletions(-) rename appstore/elastic-elasticsearch/{9.3.1 => 9.3.2}/.env (100%) rename appstore/elastic-elasticsearch/{9.3.1 => 9.3.2}/data.yml (100%) rename appstore/elastic-elasticsearch/{9.3.1 => 9.3.2}/docker-compose.yml (96%) rename appstore/elastic-elasticsearch/{9.3.1 => 9.3.2}/envs/default.env (100%) rename appstore/elastic-elasticsearch/{9.3.1 => 9.3.2}/envs/global.env (100%) rename appstore/elastic-elasticsearch/{9.3.1 => 9.3.2}/scripts/init.sh (100%) rename appstore/elastic-elasticsearch/{9.3.1 => 9.3.2}/scripts/uninstall.sh (100%) rename appstore/elastic-elasticsearch/{9.3.1 => 9.3.2}/scripts/upgrade.sh (100%) rename appstore/twikoo/{1.7.3 => 1.7.4}/.env (100%) rename appstore/twikoo/{1.7.3 => 1.7.4}/data.yml (100%) rename appstore/twikoo/{1.7.3 => 1.7.4}/docker-compose.yml (92%) rename appstore/twikoo/{1.7.3 => 1.7.4}/envs/default.env (100%) rename appstore/twikoo/{1.7.3 => 1.7.4}/envs/global.env (100%) rename appstore/twikoo/{1.7.3 => 1.7.4}/scripts/init.sh (100%) rename appstore/twikoo/{1.7.3 => 1.7.4}/scripts/uninstall.sh (100%) rename appstore/twikoo/{1.7.3 => 1.7.4}/scripts/upgrade.sh (100%) diff --git a/appstore/elastic-elasticsearch/9.3.1/.env b/appstore/elastic-elasticsearch/9.3.2/.env similarity index 100% rename from appstore/elastic-elasticsearch/9.3.1/.env rename to appstore/elastic-elasticsearch/9.3.2/.env diff --git a/appstore/elastic-elasticsearch/9.3.1/data.yml b/appstore/elastic-elasticsearch/9.3.2/data.yml similarity index 100% rename from appstore/elastic-elasticsearch/9.3.1/data.yml rename to appstore/elastic-elasticsearch/9.3.2/data.yml diff --git a/appstore/elastic-elasticsearch/9.3.1/docker-compose.yml b/appstore/elastic-elasticsearch/9.3.2/docker-compose.yml similarity index 96% rename from appstore/elastic-elasticsearch/9.3.1/docker-compose.yml rename to appstore/elastic-elasticsearch/9.3.2/docker-compose.yml index 97321edcb..87e0be687 100644 --- a/appstore/elastic-elasticsearch/9.3.1/docker-compose.yml +++ b/appstore/elastic-elasticsearch/9.3.2/docker-compose.yml @@ -11,7 +11,7 @@ services: - LICENSE=basic - ES_SETTING_BOOTSTRAP_MEMORY__LOCK=true - ES_SETTING_PATH_REPO=/usr/share/elasticsearch/backup - image: elasticsearch:9.3.1 + image: elasticsearch:9.3.2 labels: createdBy: Apps networks: diff --git a/appstore/elastic-elasticsearch/9.3.1/envs/default.env b/appstore/elastic-elasticsearch/9.3.2/envs/default.env similarity index 100% rename from appstore/elastic-elasticsearch/9.3.1/envs/default.env rename to appstore/elastic-elasticsearch/9.3.2/envs/default.env diff --git a/appstore/elastic-elasticsearch/9.3.1/envs/global.env b/appstore/elastic-elasticsearch/9.3.2/envs/global.env similarity index 100% rename from appstore/elastic-elasticsearch/9.3.1/envs/global.env rename to appstore/elastic-elasticsearch/9.3.2/envs/global.env diff --git a/appstore/elastic-elasticsearch/9.3.1/scripts/init.sh b/appstore/elastic-elasticsearch/9.3.2/scripts/init.sh similarity index 100% rename from appstore/elastic-elasticsearch/9.3.1/scripts/init.sh rename to appstore/elastic-elasticsearch/9.3.2/scripts/init.sh diff --git a/appstore/elastic-elasticsearch/9.3.1/scripts/uninstall.sh b/appstore/elastic-elasticsearch/9.3.2/scripts/uninstall.sh similarity index 100% rename from appstore/elastic-elasticsearch/9.3.1/scripts/uninstall.sh rename to appstore/elastic-elasticsearch/9.3.2/scripts/uninstall.sh diff --git a/appstore/elastic-elasticsearch/9.3.1/scripts/upgrade.sh b/appstore/elastic-elasticsearch/9.3.2/scripts/upgrade.sh similarity index 100% rename from appstore/elastic-elasticsearch/9.3.1/scripts/upgrade.sh rename to appstore/elastic-elasticsearch/9.3.2/scripts/upgrade.sh diff --git a/appstore/twikoo/1.7.3/.env b/appstore/twikoo/1.7.4/.env similarity index 100% rename from appstore/twikoo/1.7.3/.env rename to appstore/twikoo/1.7.4/.env diff --git a/appstore/twikoo/1.7.3/data.yml b/appstore/twikoo/1.7.4/data.yml similarity index 100% rename from appstore/twikoo/1.7.3/data.yml rename to appstore/twikoo/1.7.4/data.yml diff --git a/appstore/twikoo/1.7.3/docker-compose.yml b/appstore/twikoo/1.7.4/docker-compose.yml similarity index 92% rename from appstore/twikoo/1.7.3/docker-compose.yml rename to appstore/twikoo/1.7.4/docker-compose.yml index 64ec386c5..62e5a7438 100644 --- a/appstore/twikoo/1.7.3/docker-compose.yml +++ b/appstore/twikoo/1.7.4/docker-compose.yml @@ -10,7 +10,7 @@ services: environment: - TZ=Asia/Shanghai - TWIKOO_PORT=8080 - image: imaegoo/twikoo:1.7.3 + image: imaegoo/twikoo:1.7.4 labels: createdBy: Apps networks: diff --git a/appstore/twikoo/1.7.3/envs/default.env b/appstore/twikoo/1.7.4/envs/default.env similarity index 100% rename from appstore/twikoo/1.7.3/envs/default.env rename to appstore/twikoo/1.7.4/envs/default.env diff --git a/appstore/twikoo/1.7.3/envs/global.env b/appstore/twikoo/1.7.4/envs/global.env similarity index 100% rename from appstore/twikoo/1.7.3/envs/global.env rename to appstore/twikoo/1.7.4/envs/global.env diff --git a/appstore/twikoo/1.7.3/scripts/init.sh b/appstore/twikoo/1.7.4/scripts/init.sh similarity index 100% rename from appstore/twikoo/1.7.3/scripts/init.sh rename to appstore/twikoo/1.7.4/scripts/init.sh diff --git a/appstore/twikoo/1.7.3/scripts/uninstall.sh b/appstore/twikoo/1.7.4/scripts/uninstall.sh similarity index 100% rename from appstore/twikoo/1.7.3/scripts/uninstall.sh rename to appstore/twikoo/1.7.4/scripts/uninstall.sh diff --git a/appstore/twikoo/1.7.3/scripts/upgrade.sh b/appstore/twikoo/1.7.4/scripts/upgrade.sh similarity index 100% rename from appstore/twikoo/1.7.3/scripts/upgrade.sh rename to appstore/twikoo/1.7.4/scripts/upgrade.sh diff --git a/dockge/elastic-elasticsearch/docker-compose.yml b/dockge/elastic-elasticsearch/docker-compose.yml index 97321edcb..87e0be687 100644 --- a/dockge/elastic-elasticsearch/docker-compose.yml +++ b/dockge/elastic-elasticsearch/docker-compose.yml @@ -11,7 +11,7 @@ services: - LICENSE=basic - ES_SETTING_BOOTSTRAP_MEMORY__LOCK=true - ES_SETTING_PATH_REPO=/usr/share/elasticsearch/backup - image: elasticsearch:9.3.1 + image: elasticsearch:9.3.2 labels: createdBy: Apps networks: diff --git a/dockge/twikoo/docker-compose.yml b/dockge/twikoo/docker-compose.yml index 64ec386c5..62e5a7438 100644 --- a/dockge/twikoo/docker-compose.yml +++ b/dockge/twikoo/docker-compose.yml @@ -10,7 +10,7 @@ services: environment: - TZ=Asia/Shanghai - TWIKOO_PORT=8080 - image: imaegoo/twikoo:1.7.3 + image: imaegoo/twikoo:1.7.4 labels: createdBy: Apps networks: