From addd9194a39c5401f7f1a393aba13a83d1f4ff40 Mon Sep 17 00:00:00 2001 From: QYG2297248353 Date: Thu, 2 Apr 2026 10:03:43 +0000 Subject: [PATCH] Processed apps directory via GitHub Actions --- appstore/clouddrive2/{1.0.3 => 1.0.4}/.env | 0 appstore/clouddrive2/{1.0.3 => 1.0.4}/data.yml | 0 appstore/clouddrive2/{1.0.3 => 1.0.4}/docker-compose.yml | 2 +- appstore/clouddrive2/{1.0.3 => 1.0.4}/envs/default.env | 0 appstore/clouddrive2/{1.0.3 => 1.0.4}/envs/global.env | 0 appstore/clouddrive2/{1.0.3 => 1.0.4}/scripts/init.sh | 0 appstore/clouddrive2/{1.0.3 => 1.0.4}/scripts/uninstall.sh | 0 appstore/clouddrive2/{1.0.3 => 1.0.4}/scripts/upgrade.sh | 0 appstore/nezha-dash/{3.1.10 => 3.1.11}/.env | 0 appstore/nezha-dash/{3.1.10 => 3.1.11}/data.yml | 0 appstore/nezha-dash/{3.1.10 => 3.1.11}/docker-compose.yml | 2 +- appstore/nezha-dash/{3.1.10 => 3.1.11}/envs/default.env | 0 appstore/nezha-dash/{3.1.10 => 3.1.11}/envs/global.env | 0 appstore/nezha-dash/{3.1.10 => 3.1.11}/scripts/init.sh | 0 appstore/nezha-dash/{3.1.10 => 3.1.11}/scripts/uninstall.sh | 0 appstore/nezha-dash/{3.1.10 => 3.1.11}/scripts/upgrade.sh | 0 dockge/clouddrive2/docker-compose.yml | 2 +- dockge/nezha-dash/docker-compose.yml | 2 +- 18 files changed, 4 insertions(+), 4 deletions(-) rename appstore/clouddrive2/{1.0.3 => 1.0.4}/.env (100%) rename appstore/clouddrive2/{1.0.3 => 1.0.4}/data.yml (100%) rename appstore/clouddrive2/{1.0.3 => 1.0.4}/docker-compose.yml (94%) rename appstore/clouddrive2/{1.0.3 => 1.0.4}/envs/default.env (100%) rename appstore/clouddrive2/{1.0.3 => 1.0.4}/envs/global.env (100%) rename appstore/clouddrive2/{1.0.3 => 1.0.4}/scripts/init.sh (100%) rename appstore/clouddrive2/{1.0.3 => 1.0.4}/scripts/uninstall.sh (100%) rename appstore/clouddrive2/{1.0.3 => 1.0.4}/scripts/upgrade.sh (100%) rename appstore/nezha-dash/{3.1.10 => 3.1.11}/.env (100%) rename appstore/nezha-dash/{3.1.10 => 3.1.11}/data.yml (100%) rename appstore/nezha-dash/{3.1.10 => 3.1.11}/docker-compose.yml (94%) rename appstore/nezha-dash/{3.1.10 => 3.1.11}/envs/default.env (100%) rename appstore/nezha-dash/{3.1.10 => 3.1.11}/envs/global.env (100%) rename appstore/nezha-dash/{3.1.10 => 3.1.11}/scripts/init.sh (100%) rename appstore/nezha-dash/{3.1.10 => 3.1.11}/scripts/uninstall.sh (100%) rename appstore/nezha-dash/{3.1.10 => 3.1.11}/scripts/upgrade.sh (100%) diff --git a/appstore/clouddrive2/1.0.3/.env b/appstore/clouddrive2/1.0.4/.env similarity index 100% rename from appstore/clouddrive2/1.0.3/.env rename to appstore/clouddrive2/1.0.4/.env diff --git a/appstore/clouddrive2/1.0.3/data.yml b/appstore/clouddrive2/1.0.4/data.yml similarity index 100% rename from appstore/clouddrive2/1.0.3/data.yml rename to appstore/clouddrive2/1.0.4/data.yml diff --git a/appstore/clouddrive2/1.0.3/docker-compose.yml b/appstore/clouddrive2/1.0.4/docker-compose.yml similarity index 94% rename from appstore/clouddrive2/1.0.3/docker-compose.yml rename to appstore/clouddrive2/1.0.4/docker-compose.yml index 2ee2545d2..3303932ac 100644 --- a/appstore/clouddrive2/1.0.3/docker-compose.yml +++ b/appstore/clouddrive2/1.0.4/docker-compose.yml @@ -14,7 +14,7 @@ services: environment: - TZ=Asia/Shanghai - CLOUDDRIVE_HOME=/Config - image: cloudnas/clouddrive2:1.0.3 + image: cloudnas/clouddrive2:1.0.4 labels: createdBy: Apps networks: diff --git a/appstore/clouddrive2/1.0.3/envs/default.env b/appstore/clouddrive2/1.0.4/envs/default.env similarity index 100% rename from appstore/clouddrive2/1.0.3/envs/default.env rename to appstore/clouddrive2/1.0.4/envs/default.env diff --git a/appstore/clouddrive2/1.0.3/envs/global.env b/appstore/clouddrive2/1.0.4/envs/global.env similarity index 100% rename from appstore/clouddrive2/1.0.3/envs/global.env rename to appstore/clouddrive2/1.0.4/envs/global.env diff --git a/appstore/clouddrive2/1.0.3/scripts/init.sh b/appstore/clouddrive2/1.0.4/scripts/init.sh similarity index 100% rename from appstore/clouddrive2/1.0.3/scripts/init.sh rename to appstore/clouddrive2/1.0.4/scripts/init.sh diff --git a/appstore/clouddrive2/1.0.3/scripts/uninstall.sh b/appstore/clouddrive2/1.0.4/scripts/uninstall.sh similarity index 100% rename from appstore/clouddrive2/1.0.3/scripts/uninstall.sh rename to appstore/clouddrive2/1.0.4/scripts/uninstall.sh diff --git a/appstore/clouddrive2/1.0.3/scripts/upgrade.sh b/appstore/clouddrive2/1.0.4/scripts/upgrade.sh similarity index 100% rename from appstore/clouddrive2/1.0.3/scripts/upgrade.sh rename to appstore/clouddrive2/1.0.4/scripts/upgrade.sh diff --git a/appstore/nezha-dash/3.1.10/.env b/appstore/nezha-dash/3.1.11/.env similarity index 100% rename from appstore/nezha-dash/3.1.10/.env rename to appstore/nezha-dash/3.1.11/.env diff --git a/appstore/nezha-dash/3.1.10/data.yml b/appstore/nezha-dash/3.1.11/data.yml similarity index 100% rename from appstore/nezha-dash/3.1.10/data.yml rename to appstore/nezha-dash/3.1.11/data.yml diff --git a/appstore/nezha-dash/3.1.10/docker-compose.yml b/appstore/nezha-dash/3.1.11/docker-compose.yml similarity index 94% rename from appstore/nezha-dash/3.1.10/docker-compose.yml rename to appstore/nezha-dash/3.1.11/docker-compose.yml index de8be581f..4646f4495 100644 --- a/appstore/nezha-dash/3.1.10/docker-compose.yml +++ b/appstore/nezha-dash/3.1.11/docker-compose.yml @@ -19,7 +19,7 @@ services: - NEXT_PUBLIC_CustomLogo=https://nezha-cf.buycoffee.top/apple-touch-icon.png - NEXT_PUBLIC_CustomTitle=NezhaDash - NEXT_PUBLIC_CustomDescription=NezhaDash is a dashboard for Nezha. - image: hamster1963/nezha-dash:v3.1.10 + image: hamster1963/nezha-dash:v3.1.11 labels: createdBy: Apps networks: diff --git a/appstore/nezha-dash/3.1.10/envs/default.env b/appstore/nezha-dash/3.1.11/envs/default.env similarity index 100% rename from appstore/nezha-dash/3.1.10/envs/default.env rename to appstore/nezha-dash/3.1.11/envs/default.env diff --git a/appstore/nezha-dash/3.1.10/envs/global.env b/appstore/nezha-dash/3.1.11/envs/global.env similarity index 100% rename from appstore/nezha-dash/3.1.10/envs/global.env rename to appstore/nezha-dash/3.1.11/envs/global.env diff --git a/appstore/nezha-dash/3.1.10/scripts/init.sh b/appstore/nezha-dash/3.1.11/scripts/init.sh similarity index 100% rename from appstore/nezha-dash/3.1.10/scripts/init.sh rename to appstore/nezha-dash/3.1.11/scripts/init.sh diff --git a/appstore/nezha-dash/3.1.10/scripts/uninstall.sh b/appstore/nezha-dash/3.1.11/scripts/uninstall.sh similarity index 100% rename from appstore/nezha-dash/3.1.10/scripts/uninstall.sh rename to appstore/nezha-dash/3.1.11/scripts/uninstall.sh diff --git a/appstore/nezha-dash/3.1.10/scripts/upgrade.sh b/appstore/nezha-dash/3.1.11/scripts/upgrade.sh similarity index 100% rename from appstore/nezha-dash/3.1.10/scripts/upgrade.sh rename to appstore/nezha-dash/3.1.11/scripts/upgrade.sh diff --git a/dockge/clouddrive2/docker-compose.yml b/dockge/clouddrive2/docker-compose.yml index 2ee2545d2..3303932ac 100644 --- a/dockge/clouddrive2/docker-compose.yml +++ b/dockge/clouddrive2/docker-compose.yml @@ -14,7 +14,7 @@ services: environment: - TZ=Asia/Shanghai - CLOUDDRIVE_HOME=/Config - image: cloudnas/clouddrive2:1.0.3 + image: cloudnas/clouddrive2:1.0.4 labels: createdBy: Apps networks: diff --git a/dockge/nezha-dash/docker-compose.yml b/dockge/nezha-dash/docker-compose.yml index de8be581f..4646f4495 100644 --- a/dockge/nezha-dash/docker-compose.yml +++ b/dockge/nezha-dash/docker-compose.yml @@ -19,7 +19,7 @@ services: - NEXT_PUBLIC_CustomLogo=https://nezha-cf.buycoffee.top/apple-touch-icon.png - NEXT_PUBLIC_CustomTitle=NezhaDash - NEXT_PUBLIC_CustomDescription=NezhaDash is a dashboard for Nezha. - image: hamster1963/nezha-dash:v3.1.10 + image: hamster1963/nezha-dash:v3.1.11 labels: createdBy: Apps networks: