From beb1fe95de7d8ae8d51274c96770ae78a495344a Mon Sep 17 00:00:00 2001 From: QYG2297248353 Date: Thu, 16 Oct 2025 12:47:07 +0000 Subject: [PATCH] Processed apps directory via GitHub Actions --- appstore/immich-machine-learning/{2.0.1 => 2.1.0}/.env | 0 appstore/immich-machine-learning/{2.0.1 => 2.1.0}/data.yml | 0 .../immich-machine-learning/{2.0.1 => 2.1.0}/docker-compose.yml | 2 +- .../immich-machine-learning/{2.0.1 => 2.1.0}/envs/default.env | 0 .../immich-machine-learning/{2.0.1 => 2.1.0}/envs/global.env | 0 .../immich-machine-learning/{2.0.1 => 2.1.0}/scripts/init.sh | 0 .../{2.0.1 => 2.1.0}/scripts/uninstall.sh | 0 .../immich-machine-learning/{2.0.1 => 2.1.0}/scripts/upgrade.sh | 0 appstore/immich/2.1.0/docker-compose.yml | 2 +- dockge/immich-machine-learning/docker-compose.yml | 2 +- dockge/immich/docker-compose.yml | 2 +- 11 files changed, 4 insertions(+), 4 deletions(-) rename appstore/immich-machine-learning/{2.0.1 => 2.1.0}/.env (100%) rename appstore/immich-machine-learning/{2.0.1 => 2.1.0}/data.yml (100%) rename appstore/immich-machine-learning/{2.0.1 => 2.1.0}/docker-compose.yml (87%) rename appstore/immich-machine-learning/{2.0.1 => 2.1.0}/envs/default.env (100%) rename appstore/immich-machine-learning/{2.0.1 => 2.1.0}/envs/global.env (100%) rename appstore/immich-machine-learning/{2.0.1 => 2.1.0}/scripts/init.sh (100%) rename appstore/immich-machine-learning/{2.0.1 => 2.1.0}/scripts/uninstall.sh (100%) rename appstore/immich-machine-learning/{2.0.1 => 2.1.0}/scripts/upgrade.sh (100%) diff --git a/appstore/immich-machine-learning/2.0.1/.env b/appstore/immich-machine-learning/2.1.0/.env similarity index 100% rename from appstore/immich-machine-learning/2.0.1/.env rename to appstore/immich-machine-learning/2.1.0/.env diff --git a/appstore/immich-machine-learning/2.0.1/data.yml b/appstore/immich-machine-learning/2.1.0/data.yml similarity index 100% rename from appstore/immich-machine-learning/2.0.1/data.yml rename to appstore/immich-machine-learning/2.1.0/data.yml diff --git a/appstore/immich-machine-learning/2.0.1/docker-compose.yml b/appstore/immich-machine-learning/2.1.0/docker-compose.yml similarity index 87% rename from appstore/immich-machine-learning/2.0.1/docker-compose.yml rename to appstore/immich-machine-learning/2.1.0/docker-compose.yml index c77f152ea..854f49abb 100644 --- a/appstore/immich-machine-learning/2.0.1/docker-compose.yml +++ b/appstore/immich-machine-learning/2.1.0/docker-compose.yml @@ -10,7 +10,7 @@ services: env_file: - ./envs/global.env - .env - image: ghcr.io/immich-app/immich-machine-learning:v2.0.1 + image: ghcr.io/immich-app/immich-machine-learning:v2.1.0 labels: createdBy: Apps networks: diff --git a/appstore/immich-machine-learning/2.0.1/envs/default.env b/appstore/immich-machine-learning/2.1.0/envs/default.env similarity index 100% rename from appstore/immich-machine-learning/2.0.1/envs/default.env rename to appstore/immich-machine-learning/2.1.0/envs/default.env diff --git a/appstore/immich-machine-learning/2.0.1/envs/global.env b/appstore/immich-machine-learning/2.1.0/envs/global.env similarity index 100% rename from appstore/immich-machine-learning/2.0.1/envs/global.env rename to appstore/immich-machine-learning/2.1.0/envs/global.env diff --git a/appstore/immich-machine-learning/2.0.1/scripts/init.sh b/appstore/immich-machine-learning/2.1.0/scripts/init.sh similarity index 100% rename from appstore/immich-machine-learning/2.0.1/scripts/init.sh rename to appstore/immich-machine-learning/2.1.0/scripts/init.sh diff --git a/appstore/immich-machine-learning/2.0.1/scripts/uninstall.sh b/appstore/immich-machine-learning/2.1.0/scripts/uninstall.sh similarity index 100% rename from appstore/immich-machine-learning/2.0.1/scripts/uninstall.sh rename to appstore/immich-machine-learning/2.1.0/scripts/uninstall.sh diff --git a/appstore/immich-machine-learning/2.0.1/scripts/upgrade.sh b/appstore/immich-machine-learning/2.1.0/scripts/upgrade.sh similarity index 100% rename from appstore/immich-machine-learning/2.0.1/scripts/upgrade.sh rename to appstore/immich-machine-learning/2.1.0/scripts/upgrade.sh diff --git a/appstore/immich/2.1.0/docker-compose.yml b/appstore/immich/2.1.0/docker-compose.yml index 803c81183..438accd35 100644 --- a/appstore/immich/2.1.0/docker-compose.yml +++ b/appstore/immich/2.1.0/docker-compose.yml @@ -10,7 +10,7 @@ services: env_file: - ./envs/global.env - .env - image: ghcr.io/immich-app/immich-machine-learning:v2.0.1 + image: ghcr.io/immich-app/immich-machine-learning:v2.1.0 labels: createdBy: Apps networks: diff --git a/dockge/immich-machine-learning/docker-compose.yml b/dockge/immich-machine-learning/docker-compose.yml index c77f152ea..854f49abb 100644 --- a/dockge/immich-machine-learning/docker-compose.yml +++ b/dockge/immich-machine-learning/docker-compose.yml @@ -10,7 +10,7 @@ services: env_file: - ./envs/global.env - .env - image: ghcr.io/immich-app/immich-machine-learning:v2.0.1 + image: ghcr.io/immich-app/immich-machine-learning:v2.1.0 labels: createdBy: Apps networks: diff --git a/dockge/immich/docker-compose.yml b/dockge/immich/docker-compose.yml index 803c81183..438accd35 100644 --- a/dockge/immich/docker-compose.yml +++ b/dockge/immich/docker-compose.yml @@ -10,7 +10,7 @@ services: env_file: - ./envs/global.env - .env - image: ghcr.io/immich-app/immich-machine-learning:v2.0.1 + image: ghcr.io/immich-app/immich-machine-learning:v2.1.0 labels: createdBy: Apps networks: