From af87347a81b59f800b02b7d9b8b96d102e261f34 Mon Sep 17 00:00:00 2001 From: QYG2297248353 Date: Fri, 28 Nov 2025 21:19:07 +0000 Subject: [PATCH] Processed apps directory via GitHub Actions --- appstore/homarr/{1.44.0 => 1.45.0}/.env | 0 appstore/homarr/{1.44.0 => 1.45.0}/data.yml | 0 appstore/homarr/{1.44.0 => 1.45.0}/docker-compose.yml | 2 +- appstore/homarr/{1.44.0 => 1.45.0}/envs/default.env | 0 appstore/homarr/{1.44.0 => 1.45.0}/envs/global.env | 0 appstore/homarr/{1.44.0 => 1.45.0}/scripts/init.sh | 0 appstore/homarr/{1.44.0 => 1.45.0}/scripts/uninstall.sh | 0 appstore/homarr/{1.44.0 => 1.45.0}/scripts/upgrade.sh | 0 appstore/super-productivity/{16.3.5 => 16.4.1}/.env | 0 appstore/super-productivity/{16.3.5 => 16.4.1}/conf/webdav.yaml | 0 appstore/super-productivity/{16.3.5 => 16.4.1}/data.yml | 0 .../super-productivity/{16.3.5 => 16.4.1}/docker-compose.yml | 2 +- appstore/super-productivity/{16.3.5 => 16.4.1}/envs/default.env | 0 appstore/super-productivity/{16.3.5 => 16.4.1}/envs/global.env | 0 appstore/super-productivity/{16.3.5 => 16.4.1}/scripts/init.sh | 0 .../super-productivity/{16.3.5 => 16.4.1}/scripts/uninstall.sh | 0 .../super-productivity/{16.3.5 => 16.4.1}/scripts/upgrade.sh | 0 dockge/homarr/.env | 2 +- dockge/homarr/docker-compose.yml | 2 +- dockge/{homarr_0_16_0 => homarr_1_45_0}/.env | 2 +- dockge/{homarr_0_16_0 => homarr_1_45_0}/docker-compose.yml | 2 +- dockge/{homarr_0_16_0 => homarr_1_45_0}/envs/default.env | 0 dockge/{homarr_0_16_0 => homarr_1_45_0}/envs/global.env | 0 dockge/super-productivity/docker-compose.yml | 2 +- 24 files changed, 7 insertions(+), 7 deletions(-) rename appstore/homarr/{1.44.0 => 1.45.0}/.env (100%) rename appstore/homarr/{1.44.0 => 1.45.0}/data.yml (100%) rename appstore/homarr/{1.44.0 => 1.45.0}/docker-compose.yml (89%) rename appstore/homarr/{1.44.0 => 1.45.0}/envs/default.env (100%) rename appstore/homarr/{1.44.0 => 1.45.0}/envs/global.env (100%) rename appstore/homarr/{1.44.0 => 1.45.0}/scripts/init.sh (100%) rename appstore/homarr/{1.44.0 => 1.45.0}/scripts/uninstall.sh (100%) rename appstore/homarr/{1.44.0 => 1.45.0}/scripts/upgrade.sh (100%) rename appstore/super-productivity/{16.3.5 => 16.4.1}/.env (100%) rename appstore/super-productivity/{16.3.5 => 16.4.1}/conf/webdav.yaml (100%) rename appstore/super-productivity/{16.3.5 => 16.4.1}/data.yml (100%) rename appstore/super-productivity/{16.3.5 => 16.4.1}/docker-compose.yml (93%) rename appstore/super-productivity/{16.3.5 => 16.4.1}/envs/default.env (100%) rename appstore/super-productivity/{16.3.5 => 16.4.1}/envs/global.env (100%) rename appstore/super-productivity/{16.3.5 => 16.4.1}/scripts/init.sh (100%) rename appstore/super-productivity/{16.3.5 => 16.4.1}/scripts/uninstall.sh (100%) rename appstore/super-productivity/{16.3.5 => 16.4.1}/scripts/upgrade.sh (100%) rename dockge/{homarr_0_16_0 => homarr_1_45_0}/.env (67%) rename dockge/{homarr_0_16_0 => homarr_1_45_0}/docker-compose.yml (89%) rename dockge/{homarr_0_16_0 => homarr_1_45_0}/envs/default.env (100%) rename dockge/{homarr_0_16_0 => homarr_1_45_0}/envs/global.env (100%) diff --git a/appstore/homarr/1.44.0/.env b/appstore/homarr/1.45.0/.env similarity index 100% rename from appstore/homarr/1.44.0/.env rename to appstore/homarr/1.45.0/.env diff --git a/appstore/homarr/1.44.0/data.yml b/appstore/homarr/1.45.0/data.yml similarity index 100% rename from appstore/homarr/1.44.0/data.yml rename to appstore/homarr/1.45.0/data.yml diff --git a/appstore/homarr/1.44.0/docker-compose.yml b/appstore/homarr/1.45.0/docker-compose.yml similarity index 89% rename from appstore/homarr/1.44.0/docker-compose.yml rename to appstore/homarr/1.45.0/docker-compose.yml index af6e9d4e5..85b5dddd2 100644 --- a/appstore/homarr/1.44.0/docker-compose.yml +++ b/appstore/homarr/1.45.0/docker-compose.yml @@ -7,7 +7,7 @@ services: env_file: - ./envs/global.env - .env - image: ghcr.io/homarr-labs/homarr:v1.44.0 + image: ghcr.io/homarr-labs/homarr:v1.45.0 labels: createdBy: Apps network_mode: ${NETWORK_MODE} diff --git a/appstore/homarr/1.44.0/envs/default.env b/appstore/homarr/1.45.0/envs/default.env similarity index 100% rename from appstore/homarr/1.44.0/envs/default.env rename to appstore/homarr/1.45.0/envs/default.env diff --git a/appstore/homarr/1.44.0/envs/global.env b/appstore/homarr/1.45.0/envs/global.env similarity index 100% rename from appstore/homarr/1.44.0/envs/global.env rename to appstore/homarr/1.45.0/envs/global.env diff --git a/appstore/homarr/1.44.0/scripts/init.sh b/appstore/homarr/1.45.0/scripts/init.sh similarity index 100% rename from appstore/homarr/1.44.0/scripts/init.sh rename to appstore/homarr/1.45.0/scripts/init.sh diff --git a/appstore/homarr/1.44.0/scripts/uninstall.sh b/appstore/homarr/1.45.0/scripts/uninstall.sh similarity index 100% rename from appstore/homarr/1.44.0/scripts/uninstall.sh rename to appstore/homarr/1.45.0/scripts/uninstall.sh diff --git a/appstore/homarr/1.44.0/scripts/upgrade.sh b/appstore/homarr/1.45.0/scripts/upgrade.sh similarity index 100% rename from appstore/homarr/1.44.0/scripts/upgrade.sh rename to appstore/homarr/1.45.0/scripts/upgrade.sh diff --git a/appstore/super-productivity/16.3.5/.env b/appstore/super-productivity/16.4.1/.env similarity index 100% rename from appstore/super-productivity/16.3.5/.env rename to appstore/super-productivity/16.4.1/.env diff --git a/appstore/super-productivity/16.3.5/conf/webdav.yaml b/appstore/super-productivity/16.4.1/conf/webdav.yaml similarity index 100% rename from appstore/super-productivity/16.3.5/conf/webdav.yaml rename to appstore/super-productivity/16.4.1/conf/webdav.yaml diff --git a/appstore/super-productivity/16.3.5/data.yml b/appstore/super-productivity/16.4.1/data.yml similarity index 100% rename from appstore/super-productivity/16.3.5/data.yml rename to appstore/super-productivity/16.4.1/data.yml diff --git a/appstore/super-productivity/16.3.5/docker-compose.yml b/appstore/super-productivity/16.4.1/docker-compose.yml similarity index 93% rename from appstore/super-productivity/16.3.5/docker-compose.yml rename to appstore/super-productivity/16.4.1/docker-compose.yml index 2bddecd2e..30665baa6 100644 --- a/appstore/super-productivity/16.3.5/docker-compose.yml +++ b/appstore/super-productivity/16.4.1/docker-compose.yml @@ -21,7 +21,7 @@ services: environment: - TZ=Asia/Shanghai - WEBDAV_BACKEND=http://sp-webdav - image: johannesjo/super-productivity:v16.3.5 + image: johannesjo/super-productivity:v16.4.1 labels: createdBy: Apps networks: diff --git a/appstore/super-productivity/16.3.5/envs/default.env b/appstore/super-productivity/16.4.1/envs/default.env similarity index 100% rename from appstore/super-productivity/16.3.5/envs/default.env rename to appstore/super-productivity/16.4.1/envs/default.env diff --git a/appstore/super-productivity/16.3.5/envs/global.env b/appstore/super-productivity/16.4.1/envs/global.env similarity index 100% rename from appstore/super-productivity/16.3.5/envs/global.env rename to appstore/super-productivity/16.4.1/envs/global.env diff --git a/appstore/super-productivity/16.3.5/scripts/init.sh b/appstore/super-productivity/16.4.1/scripts/init.sh similarity index 100% rename from appstore/super-productivity/16.3.5/scripts/init.sh rename to appstore/super-productivity/16.4.1/scripts/init.sh diff --git a/appstore/super-productivity/16.3.5/scripts/uninstall.sh b/appstore/super-productivity/16.4.1/scripts/uninstall.sh similarity index 100% rename from appstore/super-productivity/16.3.5/scripts/uninstall.sh rename to appstore/super-productivity/16.4.1/scripts/uninstall.sh diff --git a/appstore/super-productivity/16.3.5/scripts/upgrade.sh b/appstore/super-productivity/16.4.1/scripts/upgrade.sh similarity index 100% rename from appstore/super-productivity/16.3.5/scripts/upgrade.sh rename to appstore/super-productivity/16.4.1/scripts/upgrade.sh 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 af6e9d4e5..8568f94b3 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.44.0 + image: ghcr.io/ajnart/homarr:0.16.0 labels: createdBy: Apps network_mode: ${NETWORK_MODE} diff --git a/dockge/homarr_0_16_0/.env b/dockge/homarr_1_45_0/.env similarity index 67% rename from dockge/homarr_0_16_0/.env rename to dockge/homarr_1_45_0/.env index 9370b8091..4610427ed 100644 --- a/dockge/homarr_0_16_0/.env +++ b/dockge/homarr_1_45_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_0/docker-compose.yml b/dockge/homarr_1_45_0/docker-compose.yml similarity index 89% rename from dockge/homarr_0_16_0/docker-compose.yml rename to dockge/homarr_1_45_0/docker-compose.yml index 8568f94b3..85b5dddd2 100644 --- a/dockge/homarr_0_16_0/docker-compose.yml +++ b/dockge/homarr_1_45_0/docker-compose.yml @@ -7,7 +7,7 @@ services: env_file: - ./envs/global.env - .env - image: ghcr.io/ajnart/homarr:0.16.0 + image: ghcr.io/homarr-labs/homarr:v1.45.0 labels: createdBy: Apps network_mode: ${NETWORK_MODE} diff --git a/dockge/homarr_0_16_0/envs/default.env b/dockge/homarr_1_45_0/envs/default.env similarity index 100% rename from dockge/homarr_0_16_0/envs/default.env rename to dockge/homarr_1_45_0/envs/default.env diff --git a/dockge/homarr_0_16_0/envs/global.env b/dockge/homarr_1_45_0/envs/global.env similarity index 100% rename from dockge/homarr_0_16_0/envs/global.env rename to dockge/homarr_1_45_0/envs/global.env diff --git a/dockge/super-productivity/docker-compose.yml b/dockge/super-productivity/docker-compose.yml index 2bddecd2e..30665baa6 100644 --- a/dockge/super-productivity/docker-compose.yml +++ b/dockge/super-productivity/docker-compose.yml @@ -21,7 +21,7 @@ services: environment: - TZ=Asia/Shanghai - WEBDAV_BACKEND=http://sp-webdav - image: johannesjo/super-productivity:v16.3.5 + image: johannesjo/super-productivity:v16.4.1 labels: createdBy: Apps networks: