From 388088c7c6a0c84e128f3fee902f2c9e04c9c274 Mon Sep 17 00:00:00 2001 From: QYG2297248353 Date: Fri, 27 Mar 2026 21:38:28 +0000 Subject: [PATCH] Processed apps directory via GitHub Actions --- appstore/archisteamfarm/{6.3.4.1 => 6.3.4.2}/.env | 0 appstore/archisteamfarm/{6.3.4.1 => 6.3.4.2}/data.yml | 0 appstore/archisteamfarm/{6.3.4.1 => 6.3.4.2}/docker-compose.yml | 2 +- appstore/archisteamfarm/{6.3.4.1 => 6.3.4.2}/envs/default.env | 0 appstore/archisteamfarm/{6.3.4.1 => 6.3.4.2}/envs/global.env | 0 appstore/archisteamfarm/{6.3.4.1 => 6.3.4.2}/scripts/init.sh | 0 .../archisteamfarm/{6.3.4.1 => 6.3.4.2}/scripts/uninstall.sh | 0 appstore/archisteamfarm/{6.3.4.1 => 6.3.4.2}/scripts/upgrade.sh | 0 appstore/homarr/{1.56.1 => 1.57.0}/.env | 0 appstore/homarr/{1.56.1 => 1.57.0}/data.yml | 0 appstore/homarr/{1.56.1 => 1.57.0}/docker-compose.yml | 2 +- appstore/homarr/{1.56.1 => 1.57.0}/envs/default.env | 0 appstore/homarr/{1.56.1 => 1.57.0}/envs/global.env | 0 appstore/homarr/{1.56.1 => 1.57.0}/scripts/init.sh | 0 appstore/homarr/{1.56.1 => 1.57.0}/scripts/uninstall.sh | 0 appstore/homarr/{1.56.1 => 1.57.0}/scripts/upgrade.sh | 0 dockge/archisteamfarm/docker-compose.yml | 2 +- dockge/homarr/.env | 2 +- dockge/homarr/docker-compose.yml | 2 +- dockge/{homarr_0_16_1 => homarr_1_57_0}/.env | 2 +- dockge/{homarr_0_16_1 => homarr_1_57_0}/docker-compose.yml | 2 +- dockge/{homarr_0_16_1 => homarr_1_57_0}/envs/default.env | 0 dockge/{homarr_0_16_1 => homarr_1_57_0}/envs/global.env | 0 23 files changed, 7 insertions(+), 7 deletions(-) rename appstore/archisteamfarm/{6.3.4.1 => 6.3.4.2}/.env (100%) rename appstore/archisteamfarm/{6.3.4.1 => 6.3.4.2}/data.yml (100%) rename appstore/archisteamfarm/{6.3.4.1 => 6.3.4.2}/docker-compose.yml (91%) rename appstore/archisteamfarm/{6.3.4.1 => 6.3.4.2}/envs/default.env (100%) rename appstore/archisteamfarm/{6.3.4.1 => 6.3.4.2}/envs/global.env (100%) rename appstore/archisteamfarm/{6.3.4.1 => 6.3.4.2}/scripts/init.sh (100%) rename appstore/archisteamfarm/{6.3.4.1 => 6.3.4.2}/scripts/uninstall.sh (100%) rename appstore/archisteamfarm/{6.3.4.1 => 6.3.4.2}/scripts/upgrade.sh (100%) rename appstore/homarr/{1.56.1 => 1.57.0}/.env (100%) rename appstore/homarr/{1.56.1 => 1.57.0}/data.yml (100%) rename appstore/homarr/{1.56.1 => 1.57.0}/docker-compose.yml (89%) rename appstore/homarr/{1.56.1 => 1.57.0}/envs/default.env (100%) rename appstore/homarr/{1.56.1 => 1.57.0}/envs/global.env (100%) rename appstore/homarr/{1.56.1 => 1.57.0}/scripts/init.sh (100%) rename appstore/homarr/{1.56.1 => 1.57.0}/scripts/uninstall.sh (100%) rename appstore/homarr/{1.56.1 => 1.57.0}/scripts/upgrade.sh (100%) rename dockge/{homarr_0_16_1 => homarr_1_57_0}/.env (67%) rename dockge/{homarr_0_16_1 => homarr_1_57_0}/docker-compose.yml (89%) rename dockge/{homarr_0_16_1 => homarr_1_57_0}/envs/default.env (100%) rename dockge/{homarr_0_16_1 => homarr_1_57_0}/envs/global.env (100%) diff --git a/appstore/archisteamfarm/6.3.4.1/.env b/appstore/archisteamfarm/6.3.4.2/.env similarity index 100% rename from appstore/archisteamfarm/6.3.4.1/.env rename to appstore/archisteamfarm/6.3.4.2/.env diff --git a/appstore/archisteamfarm/6.3.4.1/data.yml b/appstore/archisteamfarm/6.3.4.2/data.yml similarity index 100% rename from appstore/archisteamfarm/6.3.4.1/data.yml rename to appstore/archisteamfarm/6.3.4.2/data.yml diff --git a/appstore/archisteamfarm/6.3.4.1/docker-compose.yml b/appstore/archisteamfarm/6.3.4.2/docker-compose.yml similarity index 91% rename from appstore/archisteamfarm/6.3.4.1/docker-compose.yml rename to appstore/archisteamfarm/6.3.4.2/docker-compose.yml index 23c2c843c..18a213b8c 100644 --- a/appstore/archisteamfarm/6.3.4.1/docker-compose.yml +++ b/appstore/archisteamfarm/6.3.4.2/docker-compose.yml @@ -9,7 +9,7 @@ services: - .env environment: - TZ=Asia/Shanghai - image: justarchi/archisteamfarm:6.3.4.1 + image: justarchi/archisteamfarm:6.3.4.2 labels: createdBy: Apps networks: diff --git a/appstore/archisteamfarm/6.3.4.1/envs/default.env b/appstore/archisteamfarm/6.3.4.2/envs/default.env similarity index 100% rename from appstore/archisteamfarm/6.3.4.1/envs/default.env rename to appstore/archisteamfarm/6.3.4.2/envs/default.env diff --git a/appstore/archisteamfarm/6.3.4.1/envs/global.env b/appstore/archisteamfarm/6.3.4.2/envs/global.env similarity index 100% rename from appstore/archisteamfarm/6.3.4.1/envs/global.env rename to appstore/archisteamfarm/6.3.4.2/envs/global.env diff --git a/appstore/archisteamfarm/6.3.4.1/scripts/init.sh b/appstore/archisteamfarm/6.3.4.2/scripts/init.sh similarity index 100% rename from appstore/archisteamfarm/6.3.4.1/scripts/init.sh rename to appstore/archisteamfarm/6.3.4.2/scripts/init.sh diff --git a/appstore/archisteamfarm/6.3.4.1/scripts/uninstall.sh b/appstore/archisteamfarm/6.3.4.2/scripts/uninstall.sh similarity index 100% rename from appstore/archisteamfarm/6.3.4.1/scripts/uninstall.sh rename to appstore/archisteamfarm/6.3.4.2/scripts/uninstall.sh diff --git a/appstore/archisteamfarm/6.3.4.1/scripts/upgrade.sh b/appstore/archisteamfarm/6.3.4.2/scripts/upgrade.sh similarity index 100% rename from appstore/archisteamfarm/6.3.4.1/scripts/upgrade.sh rename to appstore/archisteamfarm/6.3.4.2/scripts/upgrade.sh diff --git a/appstore/homarr/1.56.1/.env b/appstore/homarr/1.57.0/.env similarity index 100% rename from appstore/homarr/1.56.1/.env rename to appstore/homarr/1.57.0/.env diff --git a/appstore/homarr/1.56.1/data.yml b/appstore/homarr/1.57.0/data.yml similarity index 100% rename from appstore/homarr/1.56.1/data.yml rename to appstore/homarr/1.57.0/data.yml diff --git a/appstore/homarr/1.56.1/docker-compose.yml b/appstore/homarr/1.57.0/docker-compose.yml similarity index 89% rename from appstore/homarr/1.56.1/docker-compose.yml rename to appstore/homarr/1.57.0/docker-compose.yml index 471526398..41f25e1c3 100644 --- a/appstore/homarr/1.56.1/docker-compose.yml +++ b/appstore/homarr/1.57.0/docker-compose.yml @@ -7,7 +7,7 @@ services: env_file: - ./envs/global.env - .env - image: ghcr.io/homarr-labs/homarr:v1.56.1 + image: ghcr.io/homarr-labs/homarr:v1.57.0 labels: createdBy: Apps network_mode: ${NETWORK_MODE} diff --git a/appstore/homarr/1.56.1/envs/default.env b/appstore/homarr/1.57.0/envs/default.env similarity index 100% rename from appstore/homarr/1.56.1/envs/default.env rename to appstore/homarr/1.57.0/envs/default.env diff --git a/appstore/homarr/1.56.1/envs/global.env b/appstore/homarr/1.57.0/envs/global.env similarity index 100% rename from appstore/homarr/1.56.1/envs/global.env rename to appstore/homarr/1.57.0/envs/global.env diff --git a/appstore/homarr/1.56.1/scripts/init.sh b/appstore/homarr/1.57.0/scripts/init.sh similarity index 100% rename from appstore/homarr/1.56.1/scripts/init.sh rename to appstore/homarr/1.57.0/scripts/init.sh diff --git a/appstore/homarr/1.56.1/scripts/uninstall.sh b/appstore/homarr/1.57.0/scripts/uninstall.sh similarity index 100% rename from appstore/homarr/1.56.1/scripts/uninstall.sh rename to appstore/homarr/1.57.0/scripts/uninstall.sh diff --git a/appstore/homarr/1.56.1/scripts/upgrade.sh b/appstore/homarr/1.57.0/scripts/upgrade.sh similarity index 100% rename from appstore/homarr/1.56.1/scripts/upgrade.sh rename to appstore/homarr/1.57.0/scripts/upgrade.sh diff --git a/dockge/archisteamfarm/docker-compose.yml b/dockge/archisteamfarm/docker-compose.yml index 23c2c843c..18a213b8c 100644 --- a/dockge/archisteamfarm/docker-compose.yml +++ b/dockge/archisteamfarm/docker-compose.yml @@ -9,7 +9,7 @@ services: - .env environment: - TZ=Asia/Shanghai - image: justarchi/archisteamfarm:6.3.4.1 + image: justarchi/archisteamfarm:6.3.4.2 labels: createdBy: Apps networks: diff --git a/dockge/homarr/.env b/dockge/homarr/.env index 4610427ed..9370b8091 100644 --- a/dockge/homarr/.env +++ b/dockge/homarr/.env @@ -8,5 +8,5 @@ HOMARR_ROOT_PATH=/home/homarr PANEL_APP_PORT_HTTP=7575 # 密钥 [必填] -SECRET_ENCRYPTION_KEY=7f0f511ce7898929066688ee9146aa509293a6c58a345ea0ea7270e7b34ff32d +SECRET_ENCRYPTION_KEY=b7fa3f6f09ac8084ca03b94589d799e6a9225212e8f691c6b419a139acf412c7 diff --git a/dockge/homarr/docker-compose.yml b/dockge/homarr/docker-compose.yml index 471526398..081e2d190 100644 --- a/dockge/homarr/docker-compose.yml +++ b/dockge/homarr/docker-compose.yml @@ -7,7 +7,7 @@ services: env_file: - ./envs/global.env - .env - image: ghcr.io/homarr-labs/homarr:v1.56.1 + image: ghcr.io/ajnart/homarr:0.16.1 labels: createdBy: Apps network_mode: ${NETWORK_MODE} diff --git a/dockge/homarr_0_16_1/.env b/dockge/homarr_1_57_0/.env similarity index 67% rename from dockge/homarr_0_16_1/.env rename to dockge/homarr_1_57_0/.env index 9370b8091..4610427ed 100644 --- a/dockge/homarr_0_16_1/.env +++ b/dockge/homarr_1_57_0/.env @@ -8,5 +8,5 @@ HOMARR_ROOT_PATH=/home/homarr PANEL_APP_PORT_HTTP=7575 # 密钥 [必填] -SECRET_ENCRYPTION_KEY=b7fa3f6f09ac8084ca03b94589d799e6a9225212e8f691c6b419a139acf412c7 +SECRET_ENCRYPTION_KEY=7f0f511ce7898929066688ee9146aa509293a6c58a345ea0ea7270e7b34ff32d diff --git a/dockge/homarr_0_16_1/docker-compose.yml b/dockge/homarr_1_57_0/docker-compose.yml similarity index 89% rename from dockge/homarr_0_16_1/docker-compose.yml rename to dockge/homarr_1_57_0/docker-compose.yml index 081e2d190..41f25e1c3 100644 --- a/dockge/homarr_0_16_1/docker-compose.yml +++ b/dockge/homarr_1_57_0/docker-compose.yml @@ -7,7 +7,7 @@ services: env_file: - ./envs/global.env - .env - image: ghcr.io/ajnart/homarr:0.16.1 + image: ghcr.io/homarr-labs/homarr:v1.57.0 labels: createdBy: Apps network_mode: ${NETWORK_MODE} diff --git a/dockge/homarr_0_16_1/envs/default.env b/dockge/homarr_1_57_0/envs/default.env similarity index 100% rename from dockge/homarr_0_16_1/envs/default.env rename to dockge/homarr_1_57_0/envs/default.env diff --git a/dockge/homarr_0_16_1/envs/global.env b/dockge/homarr_1_57_0/envs/global.env similarity index 100% rename from dockge/homarr_0_16_1/envs/global.env rename to dockge/homarr_1_57_0/envs/global.env