diff --git a/appstore/glean/16/docker-compose.yml b/appstore/glean/16/docker-compose.yml index 3cc0d7999..3097b0ad3 100644 --- a/appstore/glean/16/docker-compose.yml +++ b/appstore/glean/16/docker-compose.yml @@ -58,7 +58,7 @@ services: - -f - http://localhost:8000/api/health timeout: 5s - image: ghcr.io/leslieleung/glean-backend:0.2.3 + image: ghcr.io/leslieleung/glean-backend:0.2.4 labels: createdBy: Apps networks: @@ -141,7 +141,7 @@ services: DATABASE_URL: postgresql+asyncpg://${POSTGRES_USER:-glean}:${POSTGRES_PASSWORD:-glean}@postgres:5432/${POSTGRES_DB:-glean} REDIS_URL: redis://redis:6379/0 SECRET_KEY: ${SECRET_KEY:-} - image: ghcr.io/leslieleung/glean-backend:0.2.3 + image: ghcr.io/leslieleung/glean-backend:0.2.4 networks: - glean-network restart: always diff --git a/appstore/homarr/1.50.0/.env b/appstore/homarr/1.50.1/.env similarity index 100% rename from appstore/homarr/1.50.0/.env rename to appstore/homarr/1.50.1/.env diff --git a/appstore/homarr/1.50.0/data.yml b/appstore/homarr/1.50.1/data.yml similarity index 100% rename from appstore/homarr/1.50.0/data.yml rename to appstore/homarr/1.50.1/data.yml diff --git a/appstore/homarr/1.50.0/docker-compose.yml b/appstore/homarr/1.50.1/docker-compose.yml similarity index 89% rename from appstore/homarr/1.50.0/docker-compose.yml rename to appstore/homarr/1.50.1/docker-compose.yml index b3d3902f5..ab9f7bf96 100644 --- a/appstore/homarr/1.50.0/docker-compose.yml +++ b/appstore/homarr/1.50.1/docker-compose.yml @@ -7,7 +7,7 @@ services: env_file: - ./envs/global.env - .env - image: ghcr.io/homarr-labs/homarr:v1.50.0 + image: ghcr.io/homarr-labs/homarr:v1.50.1 labels: createdBy: Apps network_mode: ${NETWORK_MODE} diff --git a/appstore/homarr/1.50.0/envs/default.env b/appstore/homarr/1.50.1/envs/default.env similarity index 100% rename from appstore/homarr/1.50.0/envs/default.env rename to appstore/homarr/1.50.1/envs/default.env diff --git a/appstore/homarr/1.50.0/envs/global.env b/appstore/homarr/1.50.1/envs/global.env similarity index 100% rename from appstore/homarr/1.50.0/envs/global.env rename to appstore/homarr/1.50.1/envs/global.env diff --git a/appstore/homarr/1.50.0/scripts/init.sh b/appstore/homarr/1.50.1/scripts/init.sh similarity index 100% rename from appstore/homarr/1.50.0/scripts/init.sh rename to appstore/homarr/1.50.1/scripts/init.sh diff --git a/appstore/homarr/1.50.0/scripts/uninstall.sh b/appstore/homarr/1.50.1/scripts/uninstall.sh similarity index 100% rename from appstore/homarr/1.50.0/scripts/uninstall.sh rename to appstore/homarr/1.50.1/scripts/uninstall.sh diff --git a/appstore/homarr/1.50.0/scripts/upgrade.sh b/appstore/homarr/1.50.1/scripts/upgrade.sh similarity index 100% rename from appstore/homarr/1.50.0/scripts/upgrade.sh rename to appstore/homarr/1.50.1/scripts/upgrade.sh diff --git a/dockge/glean/docker-compose.yml b/dockge/glean/docker-compose.yml index 3cc0d7999..3097b0ad3 100644 --- a/dockge/glean/docker-compose.yml +++ b/dockge/glean/docker-compose.yml @@ -58,7 +58,7 @@ services: - -f - http://localhost:8000/api/health timeout: 5s - image: ghcr.io/leslieleung/glean-backend:0.2.3 + image: ghcr.io/leslieleung/glean-backend:0.2.4 labels: createdBy: Apps networks: @@ -141,7 +141,7 @@ services: DATABASE_URL: postgresql+asyncpg://${POSTGRES_USER:-glean}:${POSTGRES_PASSWORD:-glean}@postgres:5432/${POSTGRES_DB:-glean} REDIS_URL: redis://redis:6379/0 SECRET_KEY: ${SECRET_KEY:-} - image: ghcr.io/leslieleung/glean-backend:0.2.3 + image: ghcr.io/leslieleung/glean-backend:0.2.4 networks: - glean-network restart: always diff --git a/dockge/homarr/.env b/dockge/homarr/.env index 9370b8091..4610427ed 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=b7fa3f6f09ac8084ca03b94589d799e6a9225212e8f691c6b419a139acf412c7 +SECRET_ENCRYPTION_KEY=7f0f511ce7898929066688ee9146aa509293a6c58a345ea0ea7270e7b34ff32d diff --git a/dockge/homarr/docker-compose.yml b/dockge/homarr/docker-compose.yml index 8568f94b3..ab9f7bf96 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/ajnart/homarr:0.16.0 + image: ghcr.io/homarr-labs/homarr:v1.50.1 labels: createdBy: Apps network_mode: ${NETWORK_MODE} diff --git a/dockge/homarr_1_50_0/.env b/dockge/homarr_0_16_0/.env similarity index 67% rename from dockge/homarr_1_50_0/.env rename to dockge/homarr_0_16_0/.env index 4610427ed..9370b8091 100644 --- a/dockge/homarr_1_50_0/.env +++ b/dockge/homarr_0_16_0/.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_1_50_0/docker-compose.yml b/dockge/homarr_0_16_0/docker-compose.yml similarity index 89% rename from dockge/homarr_1_50_0/docker-compose.yml rename to dockge/homarr_0_16_0/docker-compose.yml index b3d3902f5..8568f94b3 100644 --- a/dockge/homarr_1_50_0/docker-compose.yml +++ b/dockge/homarr_0_16_0/docker-compose.yml @@ -7,7 +7,7 @@ services: env_file: - ./envs/global.env - .env - image: ghcr.io/homarr-labs/homarr:v1.50.0 + image: ghcr.io/ajnart/homarr:0.16.0 labels: createdBy: Apps network_mode: ${NETWORK_MODE} diff --git a/dockge/homarr_1_50_0/envs/default.env b/dockge/homarr_0_16_0/envs/default.env similarity index 100% rename from dockge/homarr_1_50_0/envs/default.env rename to dockge/homarr_0_16_0/envs/default.env diff --git a/dockge/homarr_1_50_0/envs/global.env b/dockge/homarr_0_16_0/envs/global.env similarity index 100% rename from dockge/homarr_1_50_0/envs/global.env rename to dockge/homarr_0_16_0/envs/global.env