From cd9b6e65f7ca9069d357573f86cde5c468e781b9 Mon Sep 17 00:00:00 2001 From: QYG2297248353 Date: Mon, 12 May 2025 06:32:19 +0000 Subject: [PATCH] Processed apps directory via GitHub Actions --- appstore/emby-amilys/{4.9.0.46 => 4.9.0.50}/.env | 0 appstore/emby-amilys/{4.9.0.46 => 4.9.0.50}/data.yml | 0 appstore/emby-amilys/{4.9.0.46 => 4.9.0.50}/docker-compose.yml | 2 +- appstore/emby-amilys/{4.9.0.46 => 4.9.0.50}/envs/default.env | 0 appstore/emby-amilys/{4.9.0.46 => 4.9.0.50}/envs/global.env | 0 appstore/emby-amilys/{4.9.0.46 => 4.9.0.50}/scripts/init.sh | 0 .../emby-amilys/{4.9.0.46 => 4.9.0.50}/scripts/uninstall.sh | 0 appstore/emby-amilys/{4.9.0.46 => 4.9.0.50}/scripts/upgrade.sh | 0 dockge/emby-amilys/docker-compose.yml | 2 +- dockge/{emby-amilys_4_8_10_0 => emby-amilys_4_9_0_50}/.env | 0 .../docker-compose.yml | 2 +- .../envs/default.env | 0 .../envs/global.env | 0 13 files changed, 3 insertions(+), 3 deletions(-) rename appstore/emby-amilys/{4.9.0.46 => 4.9.0.50}/.env (100%) rename appstore/emby-amilys/{4.9.0.46 => 4.9.0.50}/data.yml (100%) rename appstore/emby-amilys/{4.9.0.46 => 4.9.0.50}/docker-compose.yml (95%) rename appstore/emby-amilys/{4.9.0.46 => 4.9.0.50}/envs/default.env (100%) rename appstore/emby-amilys/{4.9.0.46 => 4.9.0.50}/envs/global.env (100%) rename appstore/emby-amilys/{4.9.0.46 => 4.9.0.50}/scripts/init.sh (100%) rename appstore/emby-amilys/{4.9.0.46 => 4.9.0.50}/scripts/uninstall.sh (100%) rename appstore/emby-amilys/{4.9.0.46 => 4.9.0.50}/scripts/upgrade.sh (100%) rename dockge/{emby-amilys_4_8_10_0 => emby-amilys_4_9_0_50}/.env (100%) rename dockge/{emby-amilys_4_8_10_0 => emby-amilys_4_9_0_50}/docker-compose.yml (95%) rename dockge/{emby-amilys_4_8_10_0 => emby-amilys_4_9_0_50}/envs/default.env (100%) rename dockge/{emby-amilys_4_8_10_0 => emby-amilys_4_9_0_50}/envs/global.env (100%) diff --git a/appstore/emby-amilys/4.9.0.46/.env b/appstore/emby-amilys/4.9.0.50/.env similarity index 100% rename from appstore/emby-amilys/4.9.0.46/.env rename to appstore/emby-amilys/4.9.0.50/.env diff --git a/appstore/emby-amilys/4.9.0.46/data.yml b/appstore/emby-amilys/4.9.0.50/data.yml similarity index 100% rename from appstore/emby-amilys/4.9.0.46/data.yml rename to appstore/emby-amilys/4.9.0.50/data.yml diff --git a/appstore/emby-amilys/4.9.0.46/docker-compose.yml b/appstore/emby-amilys/4.9.0.50/docker-compose.yml similarity index 95% rename from appstore/emby-amilys/4.9.0.46/docker-compose.yml rename to appstore/emby-amilys/4.9.0.50/docker-compose.yml index a6d9ae0d0..ac3366914 100644 --- a/appstore/emby-amilys/4.9.0.46/docker-compose.yml +++ b/appstore/emby-amilys/4.9.0.50/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: amilys/embyserver:4.9.0.46 + image: amilys/embyserver:4.9.0.50 labels: createdBy: Apps network_mode: ${NETWORK_MODE} diff --git a/appstore/emby-amilys/4.9.0.46/envs/default.env b/appstore/emby-amilys/4.9.0.50/envs/default.env similarity index 100% rename from appstore/emby-amilys/4.9.0.46/envs/default.env rename to appstore/emby-amilys/4.9.0.50/envs/default.env diff --git a/appstore/emby-amilys/4.9.0.46/envs/global.env b/appstore/emby-amilys/4.9.0.50/envs/global.env similarity index 100% rename from appstore/emby-amilys/4.9.0.46/envs/global.env rename to appstore/emby-amilys/4.9.0.50/envs/global.env diff --git a/appstore/emby-amilys/4.9.0.46/scripts/init.sh b/appstore/emby-amilys/4.9.0.50/scripts/init.sh similarity index 100% rename from appstore/emby-amilys/4.9.0.46/scripts/init.sh rename to appstore/emby-amilys/4.9.0.50/scripts/init.sh diff --git a/appstore/emby-amilys/4.9.0.46/scripts/uninstall.sh b/appstore/emby-amilys/4.9.0.50/scripts/uninstall.sh similarity index 100% rename from appstore/emby-amilys/4.9.0.46/scripts/uninstall.sh rename to appstore/emby-amilys/4.9.0.50/scripts/uninstall.sh diff --git a/appstore/emby-amilys/4.9.0.46/scripts/upgrade.sh b/appstore/emby-amilys/4.9.0.50/scripts/upgrade.sh similarity index 100% rename from appstore/emby-amilys/4.9.0.46/scripts/upgrade.sh rename to appstore/emby-amilys/4.9.0.50/scripts/upgrade.sh diff --git a/dockge/emby-amilys/docker-compose.yml b/dockge/emby-amilys/docker-compose.yml index a6d9ae0d0..c65d6be5f 100644 --- a/dockge/emby-amilys/docker-compose.yml +++ b/dockge/emby-amilys/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: amilys/embyserver:4.9.0.46 + image: amilys/embyserver:4.8.10.0 labels: createdBy: Apps network_mode: ${NETWORK_MODE} diff --git a/dockge/emby-amilys_4_8_10_0/.env b/dockge/emby-amilys_4_9_0_50/.env similarity index 100% rename from dockge/emby-amilys_4_8_10_0/.env rename to dockge/emby-amilys_4_9_0_50/.env diff --git a/dockge/emby-amilys_4_8_10_0/docker-compose.yml b/dockge/emby-amilys_4_9_0_50/docker-compose.yml similarity index 95% rename from dockge/emby-amilys_4_8_10_0/docker-compose.yml rename to dockge/emby-amilys_4_9_0_50/docker-compose.yml index c65d6be5f..ac3366914 100644 --- a/dockge/emby-amilys_4_8_10_0/docker-compose.yml +++ b/dockge/emby-amilys_4_9_0_50/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: amilys/embyserver:4.8.10.0 + image: amilys/embyserver:4.9.0.50 labels: createdBy: Apps network_mode: ${NETWORK_MODE} diff --git a/dockge/emby-amilys_4_8_10_0/envs/default.env b/dockge/emby-amilys_4_9_0_50/envs/default.env similarity index 100% rename from dockge/emby-amilys_4_8_10_0/envs/default.env rename to dockge/emby-amilys_4_9_0_50/envs/default.env diff --git a/dockge/emby-amilys_4_8_10_0/envs/global.env b/dockge/emby-amilys_4_9_0_50/envs/global.env similarity index 100% rename from dockge/emby-amilys_4_8_10_0/envs/global.env rename to dockge/emby-amilys_4_9_0_50/envs/global.env