From 0f83fd544c7cfcc1d49c82b98d2888ed581f37a6 Mon Sep 17 00:00:00 2001 From: QYG2297248353 Date: Mon, 11 May 2026 15:16:27 +0000 Subject: [PATCH] Processed apps directory via GitHub Actions --- appstore/baihu-panel/{1.1.0 => 1.1.1}/.env | 0 appstore/baihu-panel/{1.1.0 => 1.1.1}/data.yml | 0 appstore/baihu-panel/{1.1.0 => 1.1.1}/docker-compose.yml | 2 +- appstore/baihu-panel/{1.1.0 => 1.1.1}/envs/default.env | 0 appstore/baihu-panel/{1.1.0 => 1.1.1}/envs/global.env | 0 appstore/baihu-panel/{1.1.0 => 1.1.1}/scripts/init.sh | 0 appstore/baihu-panel/{1.1.0 => 1.1.1}/scripts/uninstall.sh | 0 appstore/baihu-panel/{1.1.0 => 1.1.1}/scripts/upgrade.sh | 0 appstore/movie-pilot/{2.11.0 => 2.11.1}/.env | 0 appstore/movie-pilot/{2.11.0 => 2.11.1}/data.yml | 0 appstore/movie-pilot/{2.11.0 => 2.11.1}/docker-compose.yml | 2 +- appstore/movie-pilot/{2.11.0 => 2.11.1}/envs/default.env | 0 appstore/movie-pilot/{2.11.0 => 2.11.1}/envs/global.env | 0 appstore/movie-pilot/{2.11.0 => 2.11.1}/scripts/init.sh | 0 appstore/movie-pilot/{2.11.0 => 2.11.1}/scripts/uninstall.sh | 0 appstore/movie-pilot/{2.11.0 => 2.11.1}/scripts/upgrade.sh | 0 dockge/baihu-panel/docker-compose.yml | 2 +- dockge/movie-pilot/docker-compose.yml | 2 +- 18 files changed, 4 insertions(+), 4 deletions(-) rename appstore/baihu-panel/{1.1.0 => 1.1.1}/.env (100%) rename appstore/baihu-panel/{1.1.0 => 1.1.1}/data.yml (100%) rename appstore/baihu-panel/{1.1.0 => 1.1.1}/docker-compose.yml (94%) rename appstore/baihu-panel/{1.1.0 => 1.1.1}/envs/default.env (100%) rename appstore/baihu-panel/{1.1.0 => 1.1.1}/envs/global.env (100%) rename appstore/baihu-panel/{1.1.0 => 1.1.1}/scripts/init.sh (100%) rename appstore/baihu-panel/{1.1.0 => 1.1.1}/scripts/uninstall.sh (100%) rename appstore/baihu-panel/{1.1.0 => 1.1.1}/scripts/upgrade.sh (100%) rename appstore/movie-pilot/{2.11.0 => 2.11.1}/.env (100%) rename appstore/movie-pilot/{2.11.0 => 2.11.1}/data.yml (100%) rename appstore/movie-pilot/{2.11.0 => 2.11.1}/docker-compose.yml (96%) rename appstore/movie-pilot/{2.11.0 => 2.11.1}/envs/default.env (100%) rename appstore/movie-pilot/{2.11.0 => 2.11.1}/envs/global.env (100%) rename appstore/movie-pilot/{2.11.0 => 2.11.1}/scripts/init.sh (100%) rename appstore/movie-pilot/{2.11.0 => 2.11.1}/scripts/uninstall.sh (100%) rename appstore/movie-pilot/{2.11.0 => 2.11.1}/scripts/upgrade.sh (100%) diff --git a/appstore/baihu-panel/1.1.0/.env b/appstore/baihu-panel/1.1.1/.env similarity index 100% rename from appstore/baihu-panel/1.1.0/.env rename to appstore/baihu-panel/1.1.1/.env diff --git a/appstore/baihu-panel/1.1.0/data.yml b/appstore/baihu-panel/1.1.1/data.yml similarity index 100% rename from appstore/baihu-panel/1.1.0/data.yml rename to appstore/baihu-panel/1.1.1/data.yml diff --git a/appstore/baihu-panel/1.1.0/docker-compose.yml b/appstore/baihu-panel/1.1.1/docker-compose.yml similarity index 94% rename from appstore/baihu-panel/1.1.0/docker-compose.yml rename to appstore/baihu-panel/1.1.1/docker-compose.yml index 70a46c4d7..cbe525cce 100644 --- a/appstore/baihu-panel/1.1.0/docker-compose.yml +++ b/appstore/baihu-panel/1.1.1/docker-compose.yml @@ -15,7 +15,7 @@ services: - BH_DB_PATH=/app/data/baihu.db - BH_DB_TABLE_PREFIX=baihu_ - BH_DB_NAME=baihu - image: ghcr.io/engigu/baihu:1.1.0 + image: ghcr.io/engigu/baihu:1.1.1 labels: createdBy: Apps logging: diff --git a/appstore/baihu-panel/1.1.0/envs/default.env b/appstore/baihu-panel/1.1.1/envs/default.env similarity index 100% rename from appstore/baihu-panel/1.1.0/envs/default.env rename to appstore/baihu-panel/1.1.1/envs/default.env diff --git a/appstore/baihu-panel/1.1.0/envs/global.env b/appstore/baihu-panel/1.1.1/envs/global.env similarity index 100% rename from appstore/baihu-panel/1.1.0/envs/global.env rename to appstore/baihu-panel/1.1.1/envs/global.env diff --git a/appstore/baihu-panel/1.1.0/scripts/init.sh b/appstore/baihu-panel/1.1.1/scripts/init.sh similarity index 100% rename from appstore/baihu-panel/1.1.0/scripts/init.sh rename to appstore/baihu-panel/1.1.1/scripts/init.sh diff --git a/appstore/baihu-panel/1.1.0/scripts/uninstall.sh b/appstore/baihu-panel/1.1.1/scripts/uninstall.sh similarity index 100% rename from appstore/baihu-panel/1.1.0/scripts/uninstall.sh rename to appstore/baihu-panel/1.1.1/scripts/uninstall.sh diff --git a/appstore/baihu-panel/1.1.0/scripts/upgrade.sh b/appstore/baihu-panel/1.1.1/scripts/upgrade.sh similarity index 100% rename from appstore/baihu-panel/1.1.0/scripts/upgrade.sh rename to appstore/baihu-panel/1.1.1/scripts/upgrade.sh diff --git a/appstore/movie-pilot/2.11.0/.env b/appstore/movie-pilot/2.11.1/.env similarity index 100% rename from appstore/movie-pilot/2.11.0/.env rename to appstore/movie-pilot/2.11.1/.env diff --git a/appstore/movie-pilot/2.11.0/data.yml b/appstore/movie-pilot/2.11.1/data.yml similarity index 100% rename from appstore/movie-pilot/2.11.0/data.yml rename to appstore/movie-pilot/2.11.1/data.yml diff --git a/appstore/movie-pilot/2.11.0/docker-compose.yml b/appstore/movie-pilot/2.11.1/docker-compose.yml similarity index 96% rename from appstore/movie-pilot/2.11.0/docker-compose.yml rename to appstore/movie-pilot/2.11.1/docker-compose.yml index ff5a41646..7d1bc331f 100644 --- a/appstore/movie-pilot/2.11.0/docker-compose.yml +++ b/appstore/movie-pilot/2.11.1/docker-compose.yml @@ -14,7 +14,7 @@ services: - DEV=false - LOG_LEVEL=INFO - PASSKEY_ALLOW_REGISTER_WITHOUT_OTP=true - image: jxxghp/moviepilot:2.11.0 + image: jxxghp/moviepilot:2.11.1 labels: createdBy: Apps logging: diff --git a/appstore/movie-pilot/2.11.0/envs/default.env b/appstore/movie-pilot/2.11.1/envs/default.env similarity index 100% rename from appstore/movie-pilot/2.11.0/envs/default.env rename to appstore/movie-pilot/2.11.1/envs/default.env diff --git a/appstore/movie-pilot/2.11.0/envs/global.env b/appstore/movie-pilot/2.11.1/envs/global.env similarity index 100% rename from appstore/movie-pilot/2.11.0/envs/global.env rename to appstore/movie-pilot/2.11.1/envs/global.env diff --git a/appstore/movie-pilot/2.11.0/scripts/init.sh b/appstore/movie-pilot/2.11.1/scripts/init.sh similarity index 100% rename from appstore/movie-pilot/2.11.0/scripts/init.sh rename to appstore/movie-pilot/2.11.1/scripts/init.sh diff --git a/appstore/movie-pilot/2.11.0/scripts/uninstall.sh b/appstore/movie-pilot/2.11.1/scripts/uninstall.sh similarity index 100% rename from appstore/movie-pilot/2.11.0/scripts/uninstall.sh rename to appstore/movie-pilot/2.11.1/scripts/uninstall.sh diff --git a/appstore/movie-pilot/2.11.0/scripts/upgrade.sh b/appstore/movie-pilot/2.11.1/scripts/upgrade.sh similarity index 100% rename from appstore/movie-pilot/2.11.0/scripts/upgrade.sh rename to appstore/movie-pilot/2.11.1/scripts/upgrade.sh diff --git a/dockge/baihu-panel/docker-compose.yml b/dockge/baihu-panel/docker-compose.yml index 70a46c4d7..cbe525cce 100644 --- a/dockge/baihu-panel/docker-compose.yml +++ b/dockge/baihu-panel/docker-compose.yml @@ -15,7 +15,7 @@ services: - BH_DB_PATH=/app/data/baihu.db - BH_DB_TABLE_PREFIX=baihu_ - BH_DB_NAME=baihu - image: ghcr.io/engigu/baihu:1.1.0 + image: ghcr.io/engigu/baihu:1.1.1 labels: createdBy: Apps logging: diff --git a/dockge/movie-pilot/docker-compose.yml b/dockge/movie-pilot/docker-compose.yml index ff5a41646..7d1bc331f 100644 --- a/dockge/movie-pilot/docker-compose.yml +++ b/dockge/movie-pilot/docker-compose.yml @@ -14,7 +14,7 @@ services: - DEV=false - LOG_LEVEL=INFO - PASSKEY_ALLOW_REGISTER_WITHOUT_OTP=true - image: jxxghp/moviepilot:2.11.0 + image: jxxghp/moviepilot:2.11.1 labels: createdBy: Apps logging: