From ec94a822f92fb8c16024daeaf0fc9a018d60e677 Mon Sep 17 00:00:00 2001 From: QYG2297248353 Date: Wed, 8 Oct 2025 06:32:23 +0000 Subject: [PATCH] Synced apps from source repository via GitHub Actions --- apps/emby/{4.9.1.80 => 4.9.2.1}/.env | 0 apps/emby/{4.9.1.80 => 4.9.2.1}/data.yml | 0 apps/emby/{4.9.1.80 => 4.9.2.1}/docker-compose.yml | 2 +- apps/emby/{4.9.1.80 => 4.9.2.1}/envs/default.env | 0 apps/emby/{4.9.1.80 => 4.9.2.1}/envs/global.env | 0 apps/emby/{4.9.1.80 => 4.9.2.1}/scripts/init.sh | 0 apps/emby/{4.9.1.80 => 4.9.2.1}/scripts/uninstall.sh | 0 apps/emby/{4.9.1.80 => 4.9.2.1}/scripts/upgrade.sh | 0 apps/nodepassdash/{3.1.1 => 3.1.2}/.env | 0 apps/nodepassdash/{3.1.1 => 3.1.2}/data.yml | 0 apps/nodepassdash/{3.1.1 => 3.1.2}/docker-compose.yml | 2 +- apps/nodepassdash/{3.1.1 => 3.1.2}/envs/default.env | 0 apps/nodepassdash/{3.1.1 => 3.1.2}/envs/global.env | 0 apps/nodepassdash/{3.1.1 => 3.1.2}/scripts/init.sh | 0 apps/nodepassdash/{3.1.1 => 3.1.2}/scripts/uninstall.sh | 0 apps/nodepassdash/{3.1.1 => 3.1.2}/scripts/upgrade.sh | 0 apps/open-webui/{0.6.32 => 0.6.33}/.env | 0 apps/open-webui/{0.6.32 => 0.6.33}/data.yml | 0 apps/open-webui/{0.6.32 => 0.6.33}/docker-compose.yml | 2 +- apps/open-webui/{0.6.32 => 0.6.33}/envs/default.env | 0 apps/open-webui/{0.6.32 => 0.6.33}/envs/global.env | 0 apps/open-webui/{0.6.32 => 0.6.33}/scripts/init.sh | 0 apps/open-webui/{0.6.32 => 0.6.33}/scripts/uninstall.sh | 0 apps/open-webui/{0.6.32 => 0.6.33}/scripts/upgrade.sh | 0 24 files changed, 3 insertions(+), 3 deletions(-) rename apps/emby/{4.9.1.80 => 4.9.2.1}/.env (100%) rename apps/emby/{4.9.1.80 => 4.9.2.1}/data.yml (100%) rename apps/emby/{4.9.1.80 => 4.9.2.1}/docker-compose.yml (96%) rename apps/emby/{4.9.1.80 => 4.9.2.1}/envs/default.env (100%) rename apps/emby/{4.9.1.80 => 4.9.2.1}/envs/global.env (100%) rename apps/emby/{4.9.1.80 => 4.9.2.1}/scripts/init.sh (100%) rename apps/emby/{4.9.1.80 => 4.9.2.1}/scripts/uninstall.sh (100%) rename apps/emby/{4.9.1.80 => 4.9.2.1}/scripts/upgrade.sh (100%) rename apps/nodepassdash/{3.1.1 => 3.1.2}/.env (100%) rename apps/nodepassdash/{3.1.1 => 3.1.2}/data.yml (100%) rename apps/nodepassdash/{3.1.1 => 3.1.2}/docker-compose.yml (90%) rename apps/nodepassdash/{3.1.1 => 3.1.2}/envs/default.env (100%) rename apps/nodepassdash/{3.1.1 => 3.1.2}/envs/global.env (100%) rename apps/nodepassdash/{3.1.1 => 3.1.2}/scripts/init.sh (100%) rename apps/nodepassdash/{3.1.1 => 3.1.2}/scripts/uninstall.sh (100%) rename apps/nodepassdash/{3.1.1 => 3.1.2}/scripts/upgrade.sh (100%) rename apps/open-webui/{0.6.32 => 0.6.33}/.env (100%) rename apps/open-webui/{0.6.32 => 0.6.33}/data.yml (100%) rename apps/open-webui/{0.6.32 => 0.6.33}/docker-compose.yml (91%) rename apps/open-webui/{0.6.32 => 0.6.33}/envs/default.env (100%) rename apps/open-webui/{0.6.32 => 0.6.33}/envs/global.env (100%) rename apps/open-webui/{0.6.32 => 0.6.33}/scripts/init.sh (100%) rename apps/open-webui/{0.6.32 => 0.6.33}/scripts/uninstall.sh (100%) rename apps/open-webui/{0.6.32 => 0.6.33}/scripts/upgrade.sh (100%) diff --git a/apps/emby/4.9.1.80/.env b/apps/emby/4.9.2.1/.env similarity index 100% rename from apps/emby/4.9.1.80/.env rename to apps/emby/4.9.2.1/.env diff --git a/apps/emby/4.9.1.80/data.yml b/apps/emby/4.9.2.1/data.yml similarity index 100% rename from apps/emby/4.9.1.80/data.yml rename to apps/emby/4.9.2.1/data.yml diff --git a/apps/emby/4.9.1.80/docker-compose.yml b/apps/emby/4.9.2.1/docker-compose.yml similarity index 96% rename from apps/emby/4.9.1.80/docker-compose.yml rename to apps/emby/4.9.2.1/docker-compose.yml index 287f7a1..73b330c 100644 --- a/apps/emby/4.9.1.80/docker-compose.yml +++ b/apps/emby/4.9.2.1/docker-compose.yml @@ -13,7 +13,7 @@ services: - HTTP_PROXY=${HTTP_PROXY:-} - HTTPS_PROXY=${HTTP_PROXY:-} - NO_PROXY=localhost,127.0.0.1,::1 - image: emby/embyserver:4.9.1.80 + image: emby/embyserver:4.9.2.1 labels: createdBy: Apps network_mode: ${NETWORK_MODE} diff --git a/apps/emby/4.9.1.80/envs/default.env b/apps/emby/4.9.2.1/envs/default.env similarity index 100% rename from apps/emby/4.9.1.80/envs/default.env rename to apps/emby/4.9.2.1/envs/default.env diff --git a/apps/emby/4.9.1.80/envs/global.env b/apps/emby/4.9.2.1/envs/global.env similarity index 100% rename from apps/emby/4.9.1.80/envs/global.env rename to apps/emby/4.9.2.1/envs/global.env diff --git a/apps/emby/4.9.1.80/scripts/init.sh b/apps/emby/4.9.2.1/scripts/init.sh similarity index 100% rename from apps/emby/4.9.1.80/scripts/init.sh rename to apps/emby/4.9.2.1/scripts/init.sh diff --git a/apps/emby/4.9.1.80/scripts/uninstall.sh b/apps/emby/4.9.2.1/scripts/uninstall.sh similarity index 100% rename from apps/emby/4.9.1.80/scripts/uninstall.sh rename to apps/emby/4.9.2.1/scripts/uninstall.sh diff --git a/apps/emby/4.9.1.80/scripts/upgrade.sh b/apps/emby/4.9.2.1/scripts/upgrade.sh similarity index 100% rename from apps/emby/4.9.1.80/scripts/upgrade.sh rename to apps/emby/4.9.2.1/scripts/upgrade.sh diff --git a/apps/nodepassdash/3.1.1/.env b/apps/nodepassdash/3.1.2/.env similarity index 100% rename from apps/nodepassdash/3.1.1/.env rename to apps/nodepassdash/3.1.2/.env diff --git a/apps/nodepassdash/3.1.1/data.yml b/apps/nodepassdash/3.1.2/data.yml similarity index 100% rename from apps/nodepassdash/3.1.1/data.yml rename to apps/nodepassdash/3.1.2/data.yml diff --git a/apps/nodepassdash/3.1.1/docker-compose.yml b/apps/nodepassdash/3.1.2/docker-compose.yml similarity index 90% rename from apps/nodepassdash/3.1.1/docker-compose.yml rename to apps/nodepassdash/3.1.2/docker-compose.yml index f0a0019..62d78c7 100644 --- a/apps/nodepassdash/3.1.1/docker-compose.yml +++ b/apps/nodepassdash/3.1.2/docker-compose.yml @@ -10,7 +10,7 @@ services: environment: - TZ=Asia/Shanghai - PORT=${PANEL_APP_PORT_HTTP} - image: ghcr.io/nodepassproject/nodepassdash:3.1.1 + image: ghcr.io/nodepassproject/nodepassdash:3.1.2 labels: createdBy: Apps network_mode: ${NETWORK_MODE} diff --git a/apps/nodepassdash/3.1.1/envs/default.env b/apps/nodepassdash/3.1.2/envs/default.env similarity index 100% rename from apps/nodepassdash/3.1.1/envs/default.env rename to apps/nodepassdash/3.1.2/envs/default.env diff --git a/apps/nodepassdash/3.1.1/envs/global.env b/apps/nodepassdash/3.1.2/envs/global.env similarity index 100% rename from apps/nodepassdash/3.1.1/envs/global.env rename to apps/nodepassdash/3.1.2/envs/global.env diff --git a/apps/nodepassdash/3.1.1/scripts/init.sh b/apps/nodepassdash/3.1.2/scripts/init.sh similarity index 100% rename from apps/nodepassdash/3.1.1/scripts/init.sh rename to apps/nodepassdash/3.1.2/scripts/init.sh diff --git a/apps/nodepassdash/3.1.1/scripts/uninstall.sh b/apps/nodepassdash/3.1.2/scripts/uninstall.sh similarity index 100% rename from apps/nodepassdash/3.1.1/scripts/uninstall.sh rename to apps/nodepassdash/3.1.2/scripts/uninstall.sh diff --git a/apps/nodepassdash/3.1.1/scripts/upgrade.sh b/apps/nodepassdash/3.1.2/scripts/upgrade.sh similarity index 100% rename from apps/nodepassdash/3.1.1/scripts/upgrade.sh rename to apps/nodepassdash/3.1.2/scripts/upgrade.sh diff --git a/apps/open-webui/0.6.32/.env b/apps/open-webui/0.6.33/.env similarity index 100% rename from apps/open-webui/0.6.32/.env rename to apps/open-webui/0.6.33/.env diff --git a/apps/open-webui/0.6.32/data.yml b/apps/open-webui/0.6.33/data.yml similarity index 100% rename from apps/open-webui/0.6.32/data.yml rename to apps/open-webui/0.6.33/data.yml diff --git a/apps/open-webui/0.6.32/docker-compose.yml b/apps/open-webui/0.6.33/docker-compose.yml similarity index 91% rename from apps/open-webui/0.6.32/docker-compose.yml rename to apps/open-webui/0.6.33/docker-compose.yml index e8ba28b..a17822f 100644 --- a/apps/open-webui/0.6.32/docker-compose.yml +++ b/apps/open-webui/0.6.33/docker-compose.yml @@ -15,7 +15,7 @@ services: - ENABLE_OLLAMA_API=True - ENABLE_OPENAI_API=False - https_proxy=${http_proxy} - image: ghcr.io/open-webui/open-webui:0.6.32 + image: ghcr.io/open-webui/open-webui:0.6.33 labels: createdBy: Apps networks: diff --git a/apps/open-webui/0.6.32/envs/default.env b/apps/open-webui/0.6.33/envs/default.env similarity index 100% rename from apps/open-webui/0.6.32/envs/default.env rename to apps/open-webui/0.6.33/envs/default.env diff --git a/apps/open-webui/0.6.32/envs/global.env b/apps/open-webui/0.6.33/envs/global.env similarity index 100% rename from apps/open-webui/0.6.32/envs/global.env rename to apps/open-webui/0.6.33/envs/global.env diff --git a/apps/open-webui/0.6.32/scripts/init.sh b/apps/open-webui/0.6.33/scripts/init.sh similarity index 100% rename from apps/open-webui/0.6.32/scripts/init.sh rename to apps/open-webui/0.6.33/scripts/init.sh diff --git a/apps/open-webui/0.6.32/scripts/uninstall.sh b/apps/open-webui/0.6.33/scripts/uninstall.sh similarity index 100% rename from apps/open-webui/0.6.32/scripts/uninstall.sh rename to apps/open-webui/0.6.33/scripts/uninstall.sh diff --git a/apps/open-webui/0.6.32/scripts/upgrade.sh b/apps/open-webui/0.6.33/scripts/upgrade.sh similarity index 100% rename from apps/open-webui/0.6.32/scripts/upgrade.sh rename to apps/open-webui/0.6.33/scripts/upgrade.sh