From 100963f30826eb6a726d6db906e6e68ac9da9658 Mon Sep 17 00:00:00 2001 From: QYG2297248353 Date: Thu, 18 Dec 2025 12:50:19 +0000 Subject: [PATCH] Processed apps directory via GitHub Actions --- appstore/stash/{0.30.0 => 0.30.1}/.env | 0 appstore/stash/{0.30.0 => 0.30.1}/data.yml | 0 appstore/stash/{0.30.0 => 0.30.1}/docker-compose.yml | 2 +- appstore/stash/{0.30.0 => 0.30.1}/envs/default.env | 0 appstore/stash/{0.30.0 => 0.30.1}/envs/global.env | 0 appstore/stash/{0.30.0 => 0.30.1}/scripts/init.sh | 0 appstore/stash/{0.30.0 => 0.30.1}/scripts/uninstall.sh | 0 appstore/stash/{0.30.0 => 0.30.1}/scripts/upgrade.sh | 0 appstore/telegram-search/{1.1.38 => 1.1.39}/.env | 0 appstore/telegram-search/{1.1.38 => 1.1.39}/config/config.yaml | 0 appstore/telegram-search/{1.1.38 => 1.1.39}/config/init.sql | 0 appstore/telegram-search/{1.1.38 => 1.1.39}/data.yml | 0 appstore/telegram-search/{1.1.38 => 1.1.39}/docker-compose.yml | 2 +- appstore/telegram-search/{1.1.38 => 1.1.39}/envs/default.env | 0 appstore/telegram-search/{1.1.38 => 1.1.39}/envs/global.env | 0 appstore/telegram-search/{1.1.38 => 1.1.39}/scripts/init.sh | 0 .../telegram-search/{1.1.38 => 1.1.39}/scripts/uninstall.sh | 0 appstore/telegram-search/{1.1.38 => 1.1.39}/scripts/upgrade.sh | 0 dockge/stash/docker-compose.yml | 2 +- dockge/telegram-search/docker-compose.yml | 2 +- 20 files changed, 4 insertions(+), 4 deletions(-) rename appstore/stash/{0.30.0 => 0.30.1}/.env (100%) rename appstore/stash/{0.30.0 => 0.30.1}/data.yml (100%) rename appstore/stash/{0.30.0 => 0.30.1}/docker-compose.yml (97%) rename appstore/stash/{0.30.0 => 0.30.1}/envs/default.env (100%) rename appstore/stash/{0.30.0 => 0.30.1}/envs/global.env (100%) rename appstore/stash/{0.30.0 => 0.30.1}/scripts/init.sh (100%) rename appstore/stash/{0.30.0 => 0.30.1}/scripts/uninstall.sh (100%) rename appstore/stash/{0.30.0 => 0.30.1}/scripts/upgrade.sh (100%) rename appstore/telegram-search/{1.1.38 => 1.1.39}/.env (100%) rename appstore/telegram-search/{1.1.38 => 1.1.39}/config/config.yaml (100%) rename appstore/telegram-search/{1.1.38 => 1.1.39}/config/init.sql (100%) rename appstore/telegram-search/{1.1.38 => 1.1.39}/data.yml (100%) rename appstore/telegram-search/{1.1.38 => 1.1.39}/docker-compose.yml (96%) rename appstore/telegram-search/{1.1.38 => 1.1.39}/envs/default.env (100%) rename appstore/telegram-search/{1.1.38 => 1.1.39}/envs/global.env (100%) rename appstore/telegram-search/{1.1.38 => 1.1.39}/scripts/init.sh (100%) rename appstore/telegram-search/{1.1.38 => 1.1.39}/scripts/uninstall.sh (100%) rename appstore/telegram-search/{1.1.38 => 1.1.39}/scripts/upgrade.sh (100%) diff --git a/appstore/stash/0.30.0/.env b/appstore/stash/0.30.1/.env similarity index 100% rename from appstore/stash/0.30.0/.env rename to appstore/stash/0.30.1/.env diff --git a/appstore/stash/0.30.0/data.yml b/appstore/stash/0.30.1/data.yml similarity index 100% rename from appstore/stash/0.30.0/data.yml rename to appstore/stash/0.30.1/data.yml diff --git a/appstore/stash/0.30.0/docker-compose.yml b/appstore/stash/0.30.1/docker-compose.yml similarity index 97% rename from appstore/stash/0.30.0/docker-compose.yml rename to appstore/stash/0.30.1/docker-compose.yml index 1caefb8fd..0cb7ab673 100644 --- a/appstore/stash/0.30.0/docker-compose.yml +++ b/appstore/stash/0.30.1/docker-compose.yml @@ -17,7 +17,7 @@ services: - HTTPS_PROXY=${HTTP_PROXY} - HTTP_PROXY=${HTTP_PROXY:-} - NO_PROXY=${NO_PROXY:-} - image: stashapp/stash:v0.30.0 + image: stashapp/stash:v0.30.1 labels: createdBy: Apps logging: diff --git a/appstore/stash/0.30.0/envs/default.env b/appstore/stash/0.30.1/envs/default.env similarity index 100% rename from appstore/stash/0.30.0/envs/default.env rename to appstore/stash/0.30.1/envs/default.env diff --git a/appstore/stash/0.30.0/envs/global.env b/appstore/stash/0.30.1/envs/global.env similarity index 100% rename from appstore/stash/0.30.0/envs/global.env rename to appstore/stash/0.30.1/envs/global.env diff --git a/appstore/stash/0.30.0/scripts/init.sh b/appstore/stash/0.30.1/scripts/init.sh similarity index 100% rename from appstore/stash/0.30.0/scripts/init.sh rename to appstore/stash/0.30.1/scripts/init.sh diff --git a/appstore/stash/0.30.0/scripts/uninstall.sh b/appstore/stash/0.30.1/scripts/uninstall.sh similarity index 100% rename from appstore/stash/0.30.0/scripts/uninstall.sh rename to appstore/stash/0.30.1/scripts/uninstall.sh diff --git a/appstore/stash/0.30.0/scripts/upgrade.sh b/appstore/stash/0.30.1/scripts/upgrade.sh similarity index 100% rename from appstore/stash/0.30.0/scripts/upgrade.sh rename to appstore/stash/0.30.1/scripts/upgrade.sh diff --git a/appstore/telegram-search/1.1.38/.env b/appstore/telegram-search/1.1.39/.env similarity index 100% rename from appstore/telegram-search/1.1.38/.env rename to appstore/telegram-search/1.1.39/.env diff --git a/appstore/telegram-search/1.1.38/config/config.yaml b/appstore/telegram-search/1.1.39/config/config.yaml similarity index 100% rename from appstore/telegram-search/1.1.38/config/config.yaml rename to appstore/telegram-search/1.1.39/config/config.yaml diff --git a/appstore/telegram-search/1.1.38/config/init.sql b/appstore/telegram-search/1.1.39/config/init.sql similarity index 100% rename from appstore/telegram-search/1.1.38/config/init.sql rename to appstore/telegram-search/1.1.39/config/init.sql diff --git a/appstore/telegram-search/1.1.38/data.yml b/appstore/telegram-search/1.1.39/data.yml similarity index 100% rename from appstore/telegram-search/1.1.38/data.yml rename to appstore/telegram-search/1.1.39/data.yml diff --git a/appstore/telegram-search/1.1.38/docker-compose.yml b/appstore/telegram-search/1.1.39/docker-compose.yml similarity index 96% rename from appstore/telegram-search/1.1.38/docker-compose.yml rename to appstore/telegram-search/1.1.39/docker-compose.yml index 7aa708718..a81bc1919 100644 --- a/appstore/telegram-search/1.1.38/docker-compose.yml +++ b/appstore/telegram-search/1.1.39/docker-compose.yml @@ -14,7 +14,7 @@ services: - TZ=Asia/Shanghai - DATABASE_TYPE=postgres - DATABASE_URL=postgresql://${POSTGRES_USER}:${POSTGRES_PASSWORD}@telegram_search_pgvector:5432/${POSTGRES_DATABASE} - image: ghcr.io/groupultra/telegram-search:1.1.38 + image: ghcr.io/groupultra/telegram-search:1.1.39 labels: createdBy: Apps networks: diff --git a/appstore/telegram-search/1.1.38/envs/default.env b/appstore/telegram-search/1.1.39/envs/default.env similarity index 100% rename from appstore/telegram-search/1.1.38/envs/default.env rename to appstore/telegram-search/1.1.39/envs/default.env diff --git a/appstore/telegram-search/1.1.38/envs/global.env b/appstore/telegram-search/1.1.39/envs/global.env similarity index 100% rename from appstore/telegram-search/1.1.38/envs/global.env rename to appstore/telegram-search/1.1.39/envs/global.env diff --git a/appstore/telegram-search/1.1.38/scripts/init.sh b/appstore/telegram-search/1.1.39/scripts/init.sh similarity index 100% rename from appstore/telegram-search/1.1.38/scripts/init.sh rename to appstore/telegram-search/1.1.39/scripts/init.sh diff --git a/appstore/telegram-search/1.1.38/scripts/uninstall.sh b/appstore/telegram-search/1.1.39/scripts/uninstall.sh similarity index 100% rename from appstore/telegram-search/1.1.38/scripts/uninstall.sh rename to appstore/telegram-search/1.1.39/scripts/uninstall.sh diff --git a/appstore/telegram-search/1.1.38/scripts/upgrade.sh b/appstore/telegram-search/1.1.39/scripts/upgrade.sh similarity index 100% rename from appstore/telegram-search/1.1.38/scripts/upgrade.sh rename to appstore/telegram-search/1.1.39/scripts/upgrade.sh diff --git a/dockge/stash/docker-compose.yml b/dockge/stash/docker-compose.yml index 1caefb8fd..0cb7ab673 100644 --- a/dockge/stash/docker-compose.yml +++ b/dockge/stash/docker-compose.yml @@ -17,7 +17,7 @@ services: - HTTPS_PROXY=${HTTP_PROXY} - HTTP_PROXY=${HTTP_PROXY:-} - NO_PROXY=${NO_PROXY:-} - image: stashapp/stash:v0.30.0 + image: stashapp/stash:v0.30.1 labels: createdBy: Apps logging: diff --git a/dockge/telegram-search/docker-compose.yml b/dockge/telegram-search/docker-compose.yml index 7aa708718..a81bc1919 100644 --- a/dockge/telegram-search/docker-compose.yml +++ b/dockge/telegram-search/docker-compose.yml @@ -14,7 +14,7 @@ services: - TZ=Asia/Shanghai - DATABASE_TYPE=postgres - DATABASE_URL=postgresql://${POSTGRES_USER}:${POSTGRES_PASSWORD}@telegram_search_pgvector:5432/${POSTGRES_DATABASE} - image: ghcr.io/groupultra/telegram-search:1.1.38 + image: ghcr.io/groupultra/telegram-search:1.1.39 labels: createdBy: Apps networks: