From bbb56bf589dfafe62f7f3582cb81dfa79db037d9 Mon Sep 17 00:00:00 2001 From: QYG2297248353 Date: Wed, 24 Sep 2025 06:31:26 +0000 Subject: [PATCH] Processed apps directory via GitHub Actions --- appstore/immich-machine-learning/{1.143.0 => 1.143.1}/.env | 0 appstore/immich-machine-learning/{1.143.0 => 1.143.1}/data.yml | 0 .../{1.143.0 => 1.143.1}/docker-compose.yml | 2 +- .../{1.143.0 => 1.143.1}/envs/default.env | 0 .../{1.143.0 => 1.143.1}/envs/global.env | 0 .../{1.143.0 => 1.143.1}/scripts/init.sh | 0 .../{1.143.0 => 1.143.1}/scripts/uninstall.sh | 0 .../{1.143.0 => 1.143.1}/scripts/upgrade.sh | 0 appstore/immich/1.143.1/docker-compose.yml | 2 +- .../.env | 0 .../docker-compose.yml | 2 +- .../envs/default.env | 0 .../envs/global.env | 0 dockge/immich_1_143_1/docker-compose.yml | 2 +- 14 files changed, 4 insertions(+), 4 deletions(-) rename appstore/immich-machine-learning/{1.143.0 => 1.143.1}/.env (100%) rename appstore/immich-machine-learning/{1.143.0 => 1.143.1}/data.yml (100%) rename appstore/immich-machine-learning/{1.143.0 => 1.143.1}/docker-compose.yml (87%) rename appstore/immich-machine-learning/{1.143.0 => 1.143.1}/envs/default.env (100%) rename appstore/immich-machine-learning/{1.143.0 => 1.143.1}/envs/global.env (100%) rename appstore/immich-machine-learning/{1.143.0 => 1.143.1}/scripts/init.sh (100%) rename appstore/immich-machine-learning/{1.143.0 => 1.143.1}/scripts/uninstall.sh (100%) rename appstore/immich-machine-learning/{1.143.0 => 1.143.1}/scripts/upgrade.sh (100%) rename dockge/{immich-machine-learning_1_143_0 => immich-machine-learning_1_143_1}/.env (100%) rename dockge/{immich-machine-learning_1_143_0 => immich-machine-learning_1_143_1}/docker-compose.yml (87%) rename dockge/{immich-machine-learning_1_143_0 => immich-machine-learning_1_143_1}/envs/default.env (100%) rename dockge/{immich-machine-learning_1_143_0 => immich-machine-learning_1_143_1}/envs/global.env (100%) diff --git a/appstore/immich-machine-learning/1.143.0/.env b/appstore/immich-machine-learning/1.143.1/.env similarity index 100% rename from appstore/immich-machine-learning/1.143.0/.env rename to appstore/immich-machine-learning/1.143.1/.env diff --git a/appstore/immich-machine-learning/1.143.0/data.yml b/appstore/immich-machine-learning/1.143.1/data.yml similarity index 100% rename from appstore/immich-machine-learning/1.143.0/data.yml rename to appstore/immich-machine-learning/1.143.1/data.yml diff --git a/appstore/immich-machine-learning/1.143.0/docker-compose.yml b/appstore/immich-machine-learning/1.143.1/docker-compose.yml similarity index 87% rename from appstore/immich-machine-learning/1.143.0/docker-compose.yml rename to appstore/immich-machine-learning/1.143.1/docker-compose.yml index 5b2366097..51f0d889b 100644 --- a/appstore/immich-machine-learning/1.143.0/docker-compose.yml +++ b/appstore/immich-machine-learning/1.143.1/docker-compose.yml @@ -10,7 +10,7 @@ services: env_file: - ./envs/global.env - .env - image: ghcr.io/immich-app/immich-machine-learning:v1.143.0 + image: ghcr.io/immich-app/immich-machine-learning:v1.143.1 labels: createdBy: Apps networks: diff --git a/appstore/immich-machine-learning/1.143.0/envs/default.env b/appstore/immich-machine-learning/1.143.1/envs/default.env similarity index 100% rename from appstore/immich-machine-learning/1.143.0/envs/default.env rename to appstore/immich-machine-learning/1.143.1/envs/default.env diff --git a/appstore/immich-machine-learning/1.143.0/envs/global.env b/appstore/immich-machine-learning/1.143.1/envs/global.env similarity index 100% rename from appstore/immich-machine-learning/1.143.0/envs/global.env rename to appstore/immich-machine-learning/1.143.1/envs/global.env diff --git a/appstore/immich-machine-learning/1.143.0/scripts/init.sh b/appstore/immich-machine-learning/1.143.1/scripts/init.sh similarity index 100% rename from appstore/immich-machine-learning/1.143.0/scripts/init.sh rename to appstore/immich-machine-learning/1.143.1/scripts/init.sh diff --git a/appstore/immich-machine-learning/1.143.0/scripts/uninstall.sh b/appstore/immich-machine-learning/1.143.1/scripts/uninstall.sh similarity index 100% rename from appstore/immich-machine-learning/1.143.0/scripts/uninstall.sh rename to appstore/immich-machine-learning/1.143.1/scripts/uninstall.sh diff --git a/appstore/immich-machine-learning/1.143.0/scripts/upgrade.sh b/appstore/immich-machine-learning/1.143.1/scripts/upgrade.sh similarity index 100% rename from appstore/immich-machine-learning/1.143.0/scripts/upgrade.sh rename to appstore/immich-machine-learning/1.143.1/scripts/upgrade.sh diff --git a/appstore/immich/1.143.1/docker-compose.yml b/appstore/immich/1.143.1/docker-compose.yml index 2eadbc890..d86a9670c 100644 --- a/appstore/immich/1.143.1/docker-compose.yml +++ b/appstore/immich/1.143.1/docker-compose.yml @@ -10,7 +10,7 @@ services: env_file: - ./envs/global.env - .env - image: ghcr.io/immich-app/immich-machine-learning:v1.143.0 + image: ghcr.io/immich-app/immich-machine-learning:v1.143.1 labels: createdBy: Apps networks: diff --git a/dockge/immich-machine-learning_1_143_0/.env b/dockge/immich-machine-learning_1_143_1/.env similarity index 100% rename from dockge/immich-machine-learning_1_143_0/.env rename to dockge/immich-machine-learning_1_143_1/.env diff --git a/dockge/immich-machine-learning_1_143_0/docker-compose.yml b/dockge/immich-machine-learning_1_143_1/docker-compose.yml similarity index 87% rename from dockge/immich-machine-learning_1_143_0/docker-compose.yml rename to dockge/immich-machine-learning_1_143_1/docker-compose.yml index 5b2366097..51f0d889b 100644 --- a/dockge/immich-machine-learning_1_143_0/docker-compose.yml +++ b/dockge/immich-machine-learning_1_143_1/docker-compose.yml @@ -10,7 +10,7 @@ services: env_file: - ./envs/global.env - .env - image: ghcr.io/immich-app/immich-machine-learning:v1.143.0 + image: ghcr.io/immich-app/immich-machine-learning:v1.143.1 labels: createdBy: Apps networks: diff --git a/dockge/immich-machine-learning_1_143_0/envs/default.env b/dockge/immich-machine-learning_1_143_1/envs/default.env similarity index 100% rename from dockge/immich-machine-learning_1_143_0/envs/default.env rename to dockge/immich-machine-learning_1_143_1/envs/default.env diff --git a/dockge/immich-machine-learning_1_143_0/envs/global.env b/dockge/immich-machine-learning_1_143_1/envs/global.env similarity index 100% rename from dockge/immich-machine-learning_1_143_0/envs/global.env rename to dockge/immich-machine-learning_1_143_1/envs/global.env diff --git a/dockge/immich_1_143_1/docker-compose.yml b/dockge/immich_1_143_1/docker-compose.yml index 2eadbc890..d86a9670c 100644 --- a/dockge/immich_1_143_1/docker-compose.yml +++ b/dockge/immich_1_143_1/docker-compose.yml @@ -10,7 +10,7 @@ services: env_file: - ./envs/global.env - .env - image: ghcr.io/immich-app/immich-machine-learning:v1.143.0 + image: ghcr.io/immich-app/immich-machine-learning:v1.143.1 labels: createdBy: Apps networks: