diff --git a/apps/astrbot-napcat/4.17.55/docker-compose.yml b/apps/astrbot-napcat/4.17.55/docker-compose.yml index 90c943364..4266da192 100644 --- a/apps/astrbot-napcat/4.17.55/docker-compose.yml +++ b/apps/astrbot-napcat/4.17.55/docker-compose.yml @@ -24,7 +24,7 @@ services: - NAPCAT_UID=${NAPCAT_UID:-1000} - NAPCAT_GID=${NAPCAT_GID:-1000} astrbot: - image: soulter/astrbot:v4.23.0 + image: soulter/astrbot:v4.23.1 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/astrbot/4.23.0/data.yml b/apps/astrbot/4.23.1/data.yml similarity index 100% rename from apps/astrbot/4.23.0/data.yml rename to apps/astrbot/4.23.1/data.yml diff --git a/apps/astrbot/4.23.0/docker-compose.yml b/apps/astrbot/4.23.1/docker-compose.yml similarity index 94% rename from apps/astrbot/4.23.0/docker-compose.yml rename to apps/astrbot/4.23.1/docker-compose.yml index 543ba54d3..a06a21cb7 100644 --- a/apps/astrbot/4.23.0/docker-compose.yml +++ b/apps/astrbot/4.23.1/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: astrbot: - image: soulter/astrbot:v4.23.0 + image: soulter/astrbot:v4.23.1 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/astrbot/4.23.0/envs/default.env b/apps/astrbot/4.23.1/envs/default.env similarity index 100% rename from apps/astrbot/4.23.0/envs/default.env rename to apps/astrbot/4.23.1/envs/default.env diff --git a/apps/astrbot/4.23.0/envs/global.env b/apps/astrbot/4.23.1/envs/global.env similarity index 100% rename from apps/astrbot/4.23.0/envs/global.env rename to apps/astrbot/4.23.1/envs/global.env diff --git a/apps/astrbot/4.23.0/scripts/init.sh b/apps/astrbot/4.23.1/scripts/init.sh similarity index 100% rename from apps/astrbot/4.23.0/scripts/init.sh rename to apps/astrbot/4.23.1/scripts/init.sh diff --git a/apps/astrbot/4.23.0/scripts/uninstall.sh b/apps/astrbot/4.23.1/scripts/uninstall.sh similarity index 100% rename from apps/astrbot/4.23.0/scripts/uninstall.sh rename to apps/astrbot/4.23.1/scripts/uninstall.sh diff --git a/apps/astrbot/4.23.0/scripts/upgrade.sh b/apps/astrbot/4.23.1/scripts/upgrade.sh similarity index 100% rename from apps/astrbot/4.23.0/scripts/upgrade.sh rename to apps/astrbot/4.23.1/scripts/upgrade.sh diff --git a/apps/ech0/4.4.6/data.yml b/apps/ech0/4.5.1/data.yml similarity index 100% rename from apps/ech0/4.4.6/data.yml rename to apps/ech0/4.5.1/data.yml diff --git a/apps/ech0/4.4.6/docker-compose.yml b/apps/ech0/4.5.1/docker-compose.yml similarity index 94% rename from apps/ech0/4.4.6/docker-compose.yml rename to apps/ech0/4.5.1/docker-compose.yml index cb1b8269e..c066fd164 100644 --- a/apps/ech0/4.4.6/docker-compose.yml +++ b/apps/ech0/4.5.1/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: app_name: - image: sn0wl1n/ech0:v4.4.6 + image: sn0wl1n/ech0:v4.5.1 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/ech0/4.4.6/envs/default.env b/apps/ech0/4.5.1/envs/default.env similarity index 100% rename from apps/ech0/4.4.6/envs/default.env rename to apps/ech0/4.5.1/envs/default.env diff --git a/apps/ech0/4.4.6/envs/global.env b/apps/ech0/4.5.1/envs/global.env similarity index 100% rename from apps/ech0/4.4.6/envs/global.env rename to apps/ech0/4.5.1/envs/global.env diff --git a/apps/ech0/4.4.6/scripts/init.sh b/apps/ech0/4.5.1/scripts/init.sh similarity index 100% rename from apps/ech0/4.4.6/scripts/init.sh rename to apps/ech0/4.5.1/scripts/init.sh diff --git a/apps/ech0/4.4.6/scripts/uninstall.sh b/apps/ech0/4.5.1/scripts/uninstall.sh similarity index 100% rename from apps/ech0/4.4.6/scripts/uninstall.sh rename to apps/ech0/4.5.1/scripts/uninstall.sh diff --git a/apps/ech0/4.4.6/scripts/upgrade.sh b/apps/ech0/4.5.1/scripts/upgrade.sh similarity index 100% rename from apps/ech0/4.4.6/scripts/upgrade.sh rename to apps/ech0/4.5.1/scripts/upgrade.sh diff --git a/apps/ghost/6.27.0/data.yml b/apps/ghost/6.28.0/data.yml similarity index 100% rename from apps/ghost/6.27.0/data.yml rename to apps/ghost/6.28.0/data.yml diff --git a/apps/ghost/6.27.0/docker-compose.yml b/apps/ghost/6.28.0/docker-compose.yml similarity index 96% rename from apps/ghost/6.27.0/docker-compose.yml rename to apps/ghost/6.28.0/docker-compose.yml index 85de37b75..e8cf1474a 100644 --- a/apps/ghost/6.27.0/docker-compose.yml +++ b/apps/ghost/6.28.0/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: ghost: - image: ghost:6.27.0 + image: ghost:6.28.0 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/ghost/6.27.0/envs/default.env b/apps/ghost/6.28.0/envs/default.env similarity index 100% rename from apps/ghost/6.27.0/envs/default.env rename to apps/ghost/6.28.0/envs/default.env diff --git a/apps/ghost/6.27.0/envs/global.env b/apps/ghost/6.28.0/envs/global.env similarity index 100% rename from apps/ghost/6.27.0/envs/global.env rename to apps/ghost/6.28.0/envs/global.env diff --git a/apps/ghost/6.27.0/scripts/init.sh b/apps/ghost/6.28.0/scripts/init.sh similarity index 100% rename from apps/ghost/6.27.0/scripts/init.sh rename to apps/ghost/6.28.0/scripts/init.sh diff --git a/apps/ghost/6.27.0/scripts/uninstall.sh b/apps/ghost/6.28.0/scripts/uninstall.sh similarity index 100% rename from apps/ghost/6.27.0/scripts/uninstall.sh rename to apps/ghost/6.28.0/scripts/uninstall.sh diff --git a/apps/ghost/6.27.0/scripts/upgrade.sh b/apps/ghost/6.28.0/scripts/upgrade.sh similarity index 100% rename from apps/ghost/6.27.0/scripts/upgrade.sh rename to apps/ghost/6.28.0/scripts/upgrade.sh diff --git a/apps/immich-machine-learning/2.7.4/data.yml b/apps/immich-machine-learning/2.7.5/data.yml similarity index 100% rename from apps/immich-machine-learning/2.7.4/data.yml rename to apps/immich-machine-learning/2.7.5/data.yml diff --git a/apps/immich-machine-learning/2.7.4/docker-compose.yml b/apps/immich-machine-learning/2.7.5/docker-compose.yml similarity index 93% rename from apps/immich-machine-learning/2.7.4/docker-compose.yml rename to apps/immich-machine-learning/2.7.5/docker-compose.yml index cc98cb094..22958ff3a 100644 --- a/apps/immich-machine-learning/2.7.4/docker-compose.yml +++ b/apps/immich-machine-learning/2.7.5/docker-compose.yml @@ -6,7 +6,7 @@ name: immich-machine-learning services: immich-machine-learning: - image: ghcr.io/immich-app/immich-machine-learning:v2.7.4 + image: ghcr.io/immich-app/immich-machine-learning:v2.7.5 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/immich-machine-learning/2.7.4/envs/default.env b/apps/immich-machine-learning/2.7.5/envs/default.env similarity index 100% rename from apps/immich-machine-learning/2.7.4/envs/default.env rename to apps/immich-machine-learning/2.7.5/envs/default.env diff --git a/apps/immich-machine-learning/2.7.4/envs/global.env b/apps/immich-machine-learning/2.7.5/envs/global.env similarity index 100% rename from apps/immich-machine-learning/2.7.4/envs/global.env rename to apps/immich-machine-learning/2.7.5/envs/global.env diff --git a/apps/immich-machine-learning/2.7.4/scripts/init.sh b/apps/immich-machine-learning/2.7.5/scripts/init.sh similarity index 100% rename from apps/immich-machine-learning/2.7.4/scripts/init.sh rename to apps/immich-machine-learning/2.7.5/scripts/init.sh diff --git a/apps/immich-machine-learning/2.7.4/scripts/uninstall.sh b/apps/immich-machine-learning/2.7.5/scripts/uninstall.sh similarity index 100% rename from apps/immich-machine-learning/2.7.4/scripts/uninstall.sh rename to apps/immich-machine-learning/2.7.5/scripts/uninstall.sh diff --git a/apps/immich-machine-learning/2.7.4/scripts/upgrade.sh b/apps/immich-machine-learning/2.7.5/scripts/upgrade.sh similarity index 100% rename from apps/immich-machine-learning/2.7.4/scripts/upgrade.sh rename to apps/immich-machine-learning/2.7.5/scripts/upgrade.sh diff --git a/apps/immich-no-machine/2.7.4/data.yml b/apps/immich-no-machine/2.7.5/data.yml similarity index 100% rename from apps/immich-no-machine/2.7.4/data.yml rename to apps/immich-no-machine/2.7.5/data.yml diff --git a/apps/immich-no-machine/2.7.4/docker-compose.yml b/apps/immich-no-machine/2.7.5/docker-compose.yml similarity index 96% rename from apps/immich-no-machine/2.7.4/docker-compose.yml rename to apps/immich-no-machine/2.7.5/docker-compose.yml index 68b2ad7fb..eb0ca1045 100644 --- a/apps/immich-no-machine/2.7.4/docker-compose.yml +++ b/apps/immich-no-machine/2.7.5/docker-compose.yml @@ -26,7 +26,7 @@ services: immich-server: depends_on: - immich-pg14-vectors - image: ghcr.io/immich-app/immich-server:v2.7.4 + image: ghcr.io/immich-app/immich-server:v2.7.5 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/immich-no-machine/2.7.4/envs/default.env b/apps/immich-no-machine/2.7.5/envs/default.env similarity index 100% rename from apps/immich-no-machine/2.7.4/envs/default.env rename to apps/immich-no-machine/2.7.5/envs/default.env diff --git a/apps/immich-no-machine/2.7.4/envs/global.env b/apps/immich-no-machine/2.7.5/envs/global.env similarity index 100% rename from apps/immich-no-machine/2.7.4/envs/global.env rename to apps/immich-no-machine/2.7.5/envs/global.env diff --git a/apps/immich-no-machine/2.7.4/scripts/init.sh b/apps/immich-no-machine/2.7.5/scripts/init.sh similarity index 100% rename from apps/immich-no-machine/2.7.4/scripts/init.sh rename to apps/immich-no-machine/2.7.5/scripts/init.sh diff --git a/apps/immich-no-machine/2.7.4/scripts/uninstall.sh b/apps/immich-no-machine/2.7.5/scripts/uninstall.sh similarity index 100% rename from apps/immich-no-machine/2.7.4/scripts/uninstall.sh rename to apps/immich-no-machine/2.7.5/scripts/uninstall.sh diff --git a/apps/immich-no-machine/2.7.4/scripts/upgrade.sh b/apps/immich-no-machine/2.7.5/scripts/upgrade.sh similarity index 100% rename from apps/immich-no-machine/2.7.4/scripts/upgrade.sh rename to apps/immich-no-machine/2.7.5/scripts/upgrade.sh diff --git a/apps/immich-server/2.7.4/data.yml b/apps/immich-server/2.7.5/data.yml similarity index 100% rename from apps/immich-server/2.7.4/data.yml rename to apps/immich-server/2.7.5/data.yml diff --git a/apps/immich-server/2.7.4/docker-compose.yml b/apps/immich-server/2.7.5/docker-compose.yml similarity index 94% rename from apps/immich-server/2.7.4/docker-compose.yml rename to apps/immich-server/2.7.5/docker-compose.yml index 767d83cf4..9bef1ccac 100644 --- a/apps/immich-server/2.7.4/docker-compose.yml +++ b/apps/immich-server/2.7.5/docker-compose.yml @@ -6,7 +6,7 @@ name: immich-server services: immich-server: - image: ghcr.io/immich-app/immich-server:v2.7.4 + image: ghcr.io/immich-app/immich-server:v2.7.5 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/immich-server/2.7.4/envs/default.env b/apps/immich-server/2.7.5/envs/default.env similarity index 100% rename from apps/immich-server/2.7.4/envs/default.env rename to apps/immich-server/2.7.5/envs/default.env diff --git a/apps/immich-server/2.7.4/envs/global.env b/apps/immich-server/2.7.5/envs/global.env similarity index 100% rename from apps/immich-server/2.7.4/envs/global.env rename to apps/immich-server/2.7.5/envs/global.env diff --git a/apps/immich-server/2.7.4/scripts/init.sh b/apps/immich-server/2.7.5/scripts/init.sh similarity index 100% rename from apps/immich-server/2.7.4/scripts/init.sh rename to apps/immich-server/2.7.5/scripts/init.sh diff --git a/apps/immich-server/2.7.4/scripts/uninstall.sh b/apps/immich-server/2.7.5/scripts/uninstall.sh similarity index 100% rename from apps/immich-server/2.7.4/scripts/uninstall.sh rename to apps/immich-server/2.7.5/scripts/uninstall.sh diff --git a/apps/immich-server/2.7.4/scripts/upgrade.sh b/apps/immich-server/2.7.5/scripts/upgrade.sh similarity index 100% rename from apps/immich-server/2.7.4/scripts/upgrade.sh rename to apps/immich-server/2.7.5/scripts/upgrade.sh diff --git a/apps/immich/2.7.4/data.yml b/apps/immich/2.7.5/data.yml similarity index 100% rename from apps/immich/2.7.4/data.yml rename to apps/immich/2.7.5/data.yml diff --git a/apps/immich/2.7.4/docker-compose.yml b/apps/immich/2.7.5/docker-compose.yml similarity index 94% rename from apps/immich/2.7.4/docker-compose.yml rename to apps/immich/2.7.5/docker-compose.yml index 5f6d0fe76..a49b01d1a 100644 --- a/apps/immich/2.7.4/docker-compose.yml +++ b/apps/immich/2.7.5/docker-compose.yml @@ -26,7 +26,7 @@ services: immich-server: depends_on: - immich-pg14-vectors - image: ghcr.io/immich-app/immich-server:v2.7.4 + image: ghcr.io/immich-app/immich-server:v2.7.5 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" @@ -52,7 +52,7 @@ services: - /etc/localtime:/etc/localtime immich-machine-learning: - image: ghcr.io/immich-app/immich-machine-learning:v2.7.4 + image: ghcr.io/immich-app/immich-machine-learning:v2.7.5 container_name: machine-learning-${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/immich/2.7.4/envs/default.env b/apps/immich/2.7.5/envs/default.env similarity index 100% rename from apps/immich/2.7.4/envs/default.env rename to apps/immich/2.7.5/envs/default.env diff --git a/apps/immich/2.7.4/envs/global.env b/apps/immich/2.7.5/envs/global.env similarity index 100% rename from apps/immich/2.7.4/envs/global.env rename to apps/immich/2.7.5/envs/global.env diff --git a/apps/immich/2.7.4/scripts/init.sh b/apps/immich/2.7.5/scripts/init.sh similarity index 100% rename from apps/immich/2.7.4/scripts/init.sh rename to apps/immich/2.7.5/scripts/init.sh diff --git a/apps/immich/2.7.4/scripts/uninstall.sh b/apps/immich/2.7.5/scripts/uninstall.sh similarity index 100% rename from apps/immich/2.7.4/scripts/uninstall.sh rename to apps/immich/2.7.5/scripts/uninstall.sh diff --git a/apps/immich/2.7.4/scripts/upgrade.sh b/apps/immich/2.7.5/scripts/upgrade.sh similarity index 100% rename from apps/immich/2.7.4/scripts/upgrade.sh rename to apps/immich/2.7.5/scripts/upgrade.sh diff --git a/apps/n8n/2.16.0/data.yml b/apps/n8n/2.17.0/data.yml similarity index 100% rename from apps/n8n/2.16.0/data.yml rename to apps/n8n/2.17.0/data.yml diff --git a/apps/n8n/2.16.0/docker-compose.yml b/apps/n8n/2.17.0/docker-compose.yml similarity index 95% rename from apps/n8n/2.16.0/docker-compose.yml rename to apps/n8n/2.17.0/docker-compose.yml index 4061110cf..25fd25397 100644 --- a/apps/n8n/2.16.0/docker-compose.yml +++ b/apps/n8n/2.17.0/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: n8n: - image: n8nio/n8n:2.16.0 + image: n8nio/n8n:2.17.0 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/n8n/2.16.0/envs/default.env b/apps/n8n/2.17.0/envs/default.env similarity index 100% rename from apps/n8n/2.16.0/envs/default.env rename to apps/n8n/2.17.0/envs/default.env diff --git a/apps/n8n/2.16.0/envs/global.env b/apps/n8n/2.17.0/envs/global.env similarity index 100% rename from apps/n8n/2.16.0/envs/global.env rename to apps/n8n/2.17.0/envs/global.env diff --git a/apps/n8n/2.16.0/scripts/init.sh b/apps/n8n/2.17.0/scripts/init.sh similarity index 100% rename from apps/n8n/2.16.0/scripts/init.sh rename to apps/n8n/2.17.0/scripts/init.sh diff --git a/apps/n8n/2.16.0/scripts/uninstall.sh b/apps/n8n/2.17.0/scripts/uninstall.sh similarity index 100% rename from apps/n8n/2.16.0/scripts/uninstall.sh rename to apps/n8n/2.17.0/scripts/uninstall.sh diff --git a/apps/n8n/2.16.0/scripts/upgrade.sh b/apps/n8n/2.17.0/scripts/upgrade.sh similarity index 100% rename from apps/n8n/2.16.0/scripts/upgrade.sh rename to apps/n8n/2.17.0/scripts/upgrade.sh diff --git a/apps/ollama/0.20.6/data.yml b/apps/ollama/0.20.7/data.yml similarity index 100% rename from apps/ollama/0.20.6/data.yml rename to apps/ollama/0.20.7/data.yml diff --git a/apps/ollama/0.20.6/docker-compose.yml b/apps/ollama/0.20.7/docker-compose.yml similarity index 97% rename from apps/ollama/0.20.6/docker-compose.yml rename to apps/ollama/0.20.7/docker-compose.yml index db1731574..0ca50213c 100644 --- a/apps/ollama/0.20.6/docker-compose.yml +++ b/apps/ollama/0.20.7/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: ollama: - image: ollama/ollama:0.20.6 + image: ollama/ollama:0.20.7 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/ollama/0.20.6/envs/default.env b/apps/ollama/0.20.7/envs/default.env similarity index 100% rename from apps/ollama/0.20.6/envs/default.env rename to apps/ollama/0.20.7/envs/default.env diff --git a/apps/ollama/0.20.6/envs/global.env b/apps/ollama/0.20.7/envs/global.env similarity index 100% rename from apps/ollama/0.20.6/envs/global.env rename to apps/ollama/0.20.7/envs/global.env diff --git a/apps/ollama/0.20.6/scripts/init.sh b/apps/ollama/0.20.7/scripts/init.sh similarity index 100% rename from apps/ollama/0.20.6/scripts/init.sh rename to apps/ollama/0.20.7/scripts/init.sh diff --git a/apps/ollama/0.20.6/scripts/uninstall.sh b/apps/ollama/0.20.7/scripts/uninstall.sh similarity index 100% rename from apps/ollama/0.20.6/scripts/uninstall.sh rename to apps/ollama/0.20.7/scripts/uninstall.sh diff --git a/apps/ollama/0.20.6/scripts/upgrade.sh b/apps/ollama/0.20.7/scripts/upgrade.sh similarity index 100% rename from apps/ollama/0.20.6/scripts/upgrade.sh rename to apps/ollama/0.20.7/scripts/upgrade.sh diff --git a/apps/seaweedfs/4.19/config/prometheus.yml b/apps/seaweedfs/4.20/config/prometheus.yml similarity index 100% rename from apps/seaweedfs/4.19/config/prometheus.yml rename to apps/seaweedfs/4.20/config/prometheus.yml diff --git a/apps/seaweedfs/4.19/data.yml b/apps/seaweedfs/4.20/data.yml similarity index 100% rename from apps/seaweedfs/4.19/data.yml rename to apps/seaweedfs/4.20/data.yml diff --git a/apps/seaweedfs/4.19/docker-compose.yml b/apps/seaweedfs/4.20/docker-compose.yml similarity index 96% rename from apps/seaweedfs/4.19/docker-compose.yml rename to apps/seaweedfs/4.20/docker-compose.yml index b5c7ef7b2..6134d6eb6 100644 --- a/apps/seaweedfs/4.19/docker-compose.yml +++ b/apps/seaweedfs/4.20/docker-compose.yml @@ -5,7 +5,7 @@ networks: services: seaweedfs-master: - image: chrislusf/seaweedfs:4.19 + image: chrislusf/seaweedfs:4.20 container_name: ${CONTAINER_NAME}-master restart: always networks: @@ -25,7 +25,7 @@ services: environment: - TZ=Asia/Shanghai seaweedfs-volume: - image: chrislusf/seaweedfs:4.19 + image: chrislusf/seaweedfs:4.20 depends_on: - seaweedfs-master container_name: ${CONTAINER_NAME}-volume @@ -47,7 +47,7 @@ services: environment: - TZ=Asia/Shanghai seaweedfs-filer: - image: chrislusf/seaweedfs:4.19 + image: chrislusf/seaweedfs:4.20 depends_on: - seaweedfs-master - seaweedfs-volume @@ -72,7 +72,7 @@ services: environment: - TZ=Asia/Shanghai seaweedfs-s3: - image: chrislusf/seaweedfs:4.19 + image: chrislusf/seaweedfs:4.20 depends_on: - seaweedfs-master - seaweedfs-volume @@ -97,7 +97,7 @@ services: environment: - TZ=Asia/Shanghai seaweedfs-webdav: - image: chrislusf/seaweedfs:4.19 + image: chrislusf/seaweedfs:4.20 depends_on: - seaweedfs-master - seaweedfs-volume diff --git a/apps/seaweedfs/4.19/envs/default.env b/apps/seaweedfs/4.20/envs/default.env similarity index 100% rename from apps/seaweedfs/4.19/envs/default.env rename to apps/seaweedfs/4.20/envs/default.env diff --git a/apps/seaweedfs/4.19/envs/global.env b/apps/seaweedfs/4.20/envs/global.env similarity index 100% rename from apps/seaweedfs/4.19/envs/global.env rename to apps/seaweedfs/4.20/envs/global.env diff --git a/apps/seaweedfs/4.19/scripts/init.sh b/apps/seaweedfs/4.20/scripts/init.sh similarity index 100% rename from apps/seaweedfs/4.19/scripts/init.sh rename to apps/seaweedfs/4.20/scripts/init.sh diff --git a/apps/seaweedfs/4.19/scripts/uninstall.sh b/apps/seaweedfs/4.20/scripts/uninstall.sh similarity index 100% rename from apps/seaweedfs/4.19/scripts/uninstall.sh rename to apps/seaweedfs/4.20/scripts/uninstall.sh diff --git a/apps/seaweedfs/4.19/scripts/upgrade.sh b/apps/seaweedfs/4.20/scripts/upgrade.sh similarity index 100% rename from apps/seaweedfs/4.19/scripts/upgrade.sh rename to apps/seaweedfs/4.20/scripts/upgrade.sh diff --git a/appstore/astrbot-napcat/4.17.55/docker-compose.yml b/appstore/astrbot-napcat/4.17.55/docker-compose.yml index 3eae5a1bb..263b69fd0 100644 --- a/appstore/astrbot-napcat/4.17.55/docker-compose.yml +++ b/appstore/astrbot-napcat/4.17.55/docker-compose.yml @@ -9,7 +9,7 @@ services: - .env environment: - TZ=Asia/Shanghai - image: soulter/astrbot:v4.23.0 + image: soulter/astrbot:v4.23.1 labels: createdBy: Apps networks: diff --git a/appstore/astrbot/4.23.0/.env b/appstore/astrbot/4.23.1/.env similarity index 100% rename from appstore/astrbot/4.23.0/.env rename to appstore/astrbot/4.23.1/.env diff --git a/appstore/astrbot/4.23.0/data.yml b/appstore/astrbot/4.23.1/data.yml similarity index 100% rename from appstore/astrbot/4.23.0/data.yml rename to appstore/astrbot/4.23.1/data.yml diff --git a/appstore/astrbot/4.23.0/docker-compose.yml b/appstore/astrbot/4.23.1/docker-compose.yml similarity index 94% rename from appstore/astrbot/4.23.0/docker-compose.yml rename to appstore/astrbot/4.23.1/docker-compose.yml index ca78c1716..661076d9d 100644 --- a/appstore/astrbot/4.23.0/docker-compose.yml +++ b/appstore/astrbot/4.23.1/docker-compose.yml @@ -9,7 +9,7 @@ services: - .env environment: - TZ=Asia/Shanghai - image: soulter/astrbot:v4.23.0 + image: soulter/astrbot:v4.23.1 labels: createdBy: Apps networks: diff --git a/appstore/astrbot/4.23.0/envs/default.env b/appstore/astrbot/4.23.1/envs/default.env similarity index 100% rename from appstore/astrbot/4.23.0/envs/default.env rename to appstore/astrbot/4.23.1/envs/default.env diff --git a/appstore/astrbot/4.23.0/envs/global.env b/appstore/astrbot/4.23.1/envs/global.env similarity index 100% rename from appstore/astrbot/4.23.0/envs/global.env rename to appstore/astrbot/4.23.1/envs/global.env diff --git a/appstore/astrbot/4.23.0/scripts/init.sh b/appstore/astrbot/4.23.1/scripts/init.sh similarity index 100% rename from appstore/astrbot/4.23.0/scripts/init.sh rename to appstore/astrbot/4.23.1/scripts/init.sh diff --git a/appstore/astrbot/4.23.0/scripts/uninstall.sh b/appstore/astrbot/4.23.1/scripts/uninstall.sh similarity index 100% rename from appstore/astrbot/4.23.0/scripts/uninstall.sh rename to appstore/astrbot/4.23.1/scripts/uninstall.sh diff --git a/appstore/astrbot/4.23.0/scripts/upgrade.sh b/appstore/astrbot/4.23.1/scripts/upgrade.sh similarity index 100% rename from appstore/astrbot/4.23.0/scripts/upgrade.sh rename to appstore/astrbot/4.23.1/scripts/upgrade.sh diff --git a/appstore/ech0/4.4.6/.env b/appstore/ech0/4.5.1/.env similarity index 100% rename from appstore/ech0/4.4.6/.env rename to appstore/ech0/4.5.1/.env diff --git a/appstore/ech0/4.4.6/data.yml b/appstore/ech0/4.5.1/data.yml similarity index 100% rename from appstore/ech0/4.4.6/data.yml rename to appstore/ech0/4.5.1/data.yml diff --git a/appstore/ech0/4.4.6/docker-compose.yml b/appstore/ech0/4.5.1/docker-compose.yml similarity index 93% rename from appstore/ech0/4.4.6/docker-compose.yml rename to appstore/ech0/4.5.1/docker-compose.yml index 4292756eb..cceb480ed 100644 --- a/appstore/ech0/4.4.6/docker-compose.yml +++ b/appstore/ech0/4.5.1/docker-compose.yml @@ -10,7 +10,7 @@ services: environment: - TZ=Asia/Shanghai - HTTPS_PROXY=${HTTP_PROXY} - image: sn0wl1n/ech0:v4.4.6 + image: sn0wl1n/ech0:v4.5.1 labels: createdBy: Apps networks: diff --git a/appstore/ech0/4.4.6/envs/default.env b/appstore/ech0/4.5.1/envs/default.env similarity index 100% rename from appstore/ech0/4.4.6/envs/default.env rename to appstore/ech0/4.5.1/envs/default.env diff --git a/appstore/ech0/4.4.6/envs/global.env b/appstore/ech0/4.5.1/envs/global.env similarity index 100% rename from appstore/ech0/4.4.6/envs/global.env rename to appstore/ech0/4.5.1/envs/global.env diff --git a/appstore/ech0/4.4.6/scripts/init.sh b/appstore/ech0/4.5.1/scripts/init.sh similarity index 100% rename from appstore/ech0/4.4.6/scripts/init.sh rename to appstore/ech0/4.5.1/scripts/init.sh diff --git a/appstore/ech0/4.4.6/scripts/uninstall.sh b/appstore/ech0/4.5.1/scripts/uninstall.sh similarity index 100% rename from appstore/ech0/4.4.6/scripts/uninstall.sh rename to appstore/ech0/4.5.1/scripts/uninstall.sh diff --git a/appstore/ech0/4.4.6/scripts/upgrade.sh b/appstore/ech0/4.5.1/scripts/upgrade.sh similarity index 100% rename from appstore/ech0/4.4.6/scripts/upgrade.sh rename to appstore/ech0/4.5.1/scripts/upgrade.sh diff --git a/appstore/halo-h2/2.23.2/.env b/appstore/halo-h2/2.23.3/.env similarity index 100% rename from appstore/halo-h2/2.23.2/.env rename to appstore/halo-h2/2.23.3/.env diff --git a/appstore/halo-h2/2.23.2/data.yml b/appstore/halo-h2/2.23.3/data.yml similarity index 100% rename from appstore/halo-h2/2.23.2/data.yml rename to appstore/halo-h2/2.23.3/data.yml diff --git a/appstore/halo-h2/2.23.2/docker-compose.yml b/appstore/halo-h2/2.23.3/docker-compose.yml similarity index 93% rename from appstore/halo-h2/2.23.2/docker-compose.yml rename to appstore/halo-h2/2.23.3/docker-compose.yml index 709e9406e..df5d363c5 100644 --- a/appstore/halo-h2/2.23.2/docker-compose.yml +++ b/appstore/halo-h2/2.23.3/docker-compose.yml @@ -9,7 +9,7 @@ services: container_name: halo-h2 environment: - JVM_OPTS=-Xmx256m -Xms256m - image: halohub/halo:2.23.2 + image: halohub/halo:2.23.3 labels: createdBy: Apps networks: diff --git a/appstore/halo-h2/2.23.2/envs/default.env b/appstore/halo-h2/2.23.3/envs/default.env similarity index 100% rename from appstore/halo-h2/2.23.2/envs/default.env rename to appstore/halo-h2/2.23.3/envs/default.env diff --git a/appstore/halo-h2/2.23.2/envs/global.env b/appstore/halo-h2/2.23.3/envs/global.env similarity index 100% rename from appstore/halo-h2/2.23.2/envs/global.env rename to appstore/halo-h2/2.23.3/envs/global.env diff --git a/appstore/halo-h2/2.23.2/scripts/init.sh b/appstore/halo-h2/2.23.3/scripts/init.sh similarity index 100% rename from appstore/halo-h2/2.23.2/scripts/init.sh rename to appstore/halo-h2/2.23.3/scripts/init.sh diff --git a/appstore/halo-h2/2.23.2/scripts/uninstall.sh b/appstore/halo-h2/2.23.3/scripts/uninstall.sh similarity index 100% rename from appstore/halo-h2/2.23.2/scripts/uninstall.sh rename to appstore/halo-h2/2.23.3/scripts/uninstall.sh diff --git a/appstore/halo-h2/2.23.2/scripts/upgrade.sh b/appstore/halo-h2/2.23.3/scripts/upgrade.sh similarity index 100% rename from appstore/halo-h2/2.23.2/scripts/upgrade.sh rename to appstore/halo-h2/2.23.3/scripts/upgrade.sh diff --git a/appstore/halo/2.23.2/.env b/appstore/halo/2.23.3/.env similarity index 100% rename from appstore/halo/2.23.2/.env rename to appstore/halo/2.23.3/.env diff --git a/appstore/halo/2.23.2/data.yml b/appstore/halo/2.23.3/data.yml similarity index 100% rename from appstore/halo/2.23.2/data.yml rename to appstore/halo/2.23.3/data.yml diff --git a/appstore/halo/2.23.2/docker-compose.yml b/appstore/halo/2.23.3/docker-compose.yml similarity index 95% rename from appstore/halo/2.23.2/docker-compose.yml rename to appstore/halo/2.23.3/docker-compose.yml index 3384ebbeb..73a39fe14 100644 --- a/appstore/halo/2.23.2/docker-compose.yml +++ b/appstore/halo/2.23.3/docker-compose.yml @@ -11,7 +11,7 @@ services: - --halo.external-url=${HALO_EXTERNAL_URL} - --halo.security.remember-me.token-validity=${HALO_REMEMBER_ME_TOKEN_VALIDITY} container_name: halo - image: halohub/halo:2.23.2 + image: halohub/halo:2.23.3 labels: createdBy: Apps networks: diff --git a/appstore/halo/2.23.2/envs/default.env b/appstore/halo/2.23.3/envs/default.env similarity index 100% rename from appstore/halo/2.23.2/envs/default.env rename to appstore/halo/2.23.3/envs/default.env diff --git a/appstore/halo/2.23.2/envs/global.env b/appstore/halo/2.23.3/envs/global.env similarity index 100% rename from appstore/halo/2.23.2/envs/global.env rename to appstore/halo/2.23.3/envs/global.env diff --git a/appstore/halo/2.23.2/scripts/init.sh b/appstore/halo/2.23.3/scripts/init.sh similarity index 100% rename from appstore/halo/2.23.2/scripts/init.sh rename to appstore/halo/2.23.3/scripts/init.sh diff --git a/appstore/halo/2.23.2/scripts/uninstall.sh b/appstore/halo/2.23.3/scripts/uninstall.sh similarity index 100% rename from appstore/halo/2.23.2/scripts/uninstall.sh rename to appstore/halo/2.23.3/scripts/uninstall.sh diff --git a/appstore/halo/2.23.2/scripts/upgrade.sh b/appstore/halo/2.23.3/scripts/upgrade.sh similarity index 100% rename from appstore/halo/2.23.2/scripts/upgrade.sh rename to appstore/halo/2.23.3/scripts/upgrade.sh diff --git a/appstore/immich-machine-learning/2.7.4/.env b/appstore/immich-machine-learning/2.7.5/.env similarity index 100% rename from appstore/immich-machine-learning/2.7.4/.env rename to appstore/immich-machine-learning/2.7.5/.env diff --git a/appstore/immich-machine-learning/2.7.4/data.yml b/appstore/immich-machine-learning/2.7.5/data.yml similarity index 100% rename from appstore/immich-machine-learning/2.7.4/data.yml rename to appstore/immich-machine-learning/2.7.5/data.yml diff --git a/dockge/immich-machine-learning_2_7_4/docker-compose.yml b/appstore/immich-machine-learning/2.7.5/docker-compose.yml similarity index 87% rename from dockge/immich-machine-learning_2_7_4/docker-compose.yml rename to appstore/immich-machine-learning/2.7.5/docker-compose.yml index 39714f1df..fb2b132f5 100644 --- a/dockge/immich-machine-learning_2_7_4/docker-compose.yml +++ b/appstore/immich-machine-learning/2.7.5/docker-compose.yml @@ -10,7 +10,7 @@ services: env_file: - ./envs/global.env - .env - image: ghcr.io/immich-app/immich-machine-learning:v2.7.4 + image: ghcr.io/immich-app/immich-machine-learning:v2.7.5 labels: createdBy: Apps networks: diff --git a/appstore/immich-machine-learning/2.7.4/envs/default.env b/appstore/immich-machine-learning/2.7.5/envs/default.env similarity index 100% rename from appstore/immich-machine-learning/2.7.4/envs/default.env rename to appstore/immich-machine-learning/2.7.5/envs/default.env diff --git a/appstore/immich-machine-learning/2.7.4/envs/global.env b/appstore/immich-machine-learning/2.7.5/envs/global.env similarity index 100% rename from appstore/immich-machine-learning/2.7.4/envs/global.env rename to appstore/immich-machine-learning/2.7.5/envs/global.env diff --git a/appstore/immich-machine-learning/2.7.4/scripts/init.sh b/appstore/immich-machine-learning/2.7.5/scripts/init.sh similarity index 100% rename from appstore/immich-machine-learning/2.7.4/scripts/init.sh rename to appstore/immich-machine-learning/2.7.5/scripts/init.sh diff --git a/appstore/immich-machine-learning/2.7.4/scripts/uninstall.sh b/appstore/immich-machine-learning/2.7.5/scripts/uninstall.sh similarity index 100% rename from appstore/immich-machine-learning/2.7.4/scripts/uninstall.sh rename to appstore/immich-machine-learning/2.7.5/scripts/uninstall.sh diff --git a/appstore/immich-machine-learning/2.7.4/scripts/upgrade.sh b/appstore/immich-machine-learning/2.7.5/scripts/upgrade.sh similarity index 100% rename from appstore/immich-machine-learning/2.7.4/scripts/upgrade.sh rename to appstore/immich-machine-learning/2.7.5/scripts/upgrade.sh diff --git a/appstore/immich-no-machine/2.7.4/.env b/appstore/immich-no-machine/2.7.5/.env similarity index 100% rename from appstore/immich-no-machine/2.7.4/.env rename to appstore/immich-no-machine/2.7.5/.env diff --git a/appstore/immich-no-machine/2.7.4/data.yml b/appstore/immich-no-machine/2.7.5/data.yml similarity index 100% rename from appstore/immich-no-machine/2.7.4/data.yml rename to appstore/immich-no-machine/2.7.5/data.yml diff --git a/appstore/immich-no-machine/2.7.4/docker-compose.yml b/appstore/immich-no-machine/2.7.5/docker-compose.yml similarity index 95% rename from appstore/immich-no-machine/2.7.4/docker-compose.yml rename to appstore/immich-no-machine/2.7.5/docker-compose.yml index ddbd58270..c80cbb091 100644 --- a/appstore/immich-no-machine/2.7.4/docker-compose.yml +++ b/appstore/immich-no-machine/2.7.5/docker-compose.yml @@ -29,7 +29,7 @@ services: env_file: - ./envs/global.env - .env - image: ghcr.io/immich-app/immich-server:v2.7.4 + image: ghcr.io/immich-app/immich-server:v2.7.5 labels: createdBy: Apps networks: diff --git a/appstore/immich-no-machine/2.7.4/envs/default.env b/appstore/immich-no-machine/2.7.5/envs/default.env similarity index 100% rename from appstore/immich-no-machine/2.7.4/envs/default.env rename to appstore/immich-no-machine/2.7.5/envs/default.env diff --git a/appstore/immich-no-machine/2.7.4/envs/global.env b/appstore/immich-no-machine/2.7.5/envs/global.env similarity index 100% rename from appstore/immich-no-machine/2.7.4/envs/global.env rename to appstore/immich-no-machine/2.7.5/envs/global.env diff --git a/appstore/immich-no-machine/2.7.4/scripts/init.sh b/appstore/immich-no-machine/2.7.5/scripts/init.sh similarity index 100% rename from appstore/immich-no-machine/2.7.4/scripts/init.sh rename to appstore/immich-no-machine/2.7.5/scripts/init.sh diff --git a/appstore/immich-no-machine/2.7.4/scripts/uninstall.sh b/appstore/immich-no-machine/2.7.5/scripts/uninstall.sh similarity index 100% rename from appstore/immich-no-machine/2.7.4/scripts/uninstall.sh rename to appstore/immich-no-machine/2.7.5/scripts/uninstall.sh diff --git a/appstore/immich-no-machine/2.7.4/scripts/upgrade.sh b/appstore/immich-no-machine/2.7.5/scripts/upgrade.sh similarity index 100% rename from appstore/immich-no-machine/2.7.4/scripts/upgrade.sh rename to appstore/immich-no-machine/2.7.5/scripts/upgrade.sh diff --git a/appstore/immich-server/2.7.4/.env b/appstore/immich-server/2.7.5/.env similarity index 100% rename from appstore/immich-server/2.7.4/.env rename to appstore/immich-server/2.7.5/.env diff --git a/appstore/immich-server/2.7.4/data.yml b/appstore/immich-server/2.7.5/data.yml similarity index 100% rename from appstore/immich-server/2.7.4/data.yml rename to appstore/immich-server/2.7.5/data.yml diff --git a/appstore/immich-server/2.7.4/docker-compose.yml b/appstore/immich-server/2.7.5/docker-compose.yml similarity index 89% rename from appstore/immich-server/2.7.4/docker-compose.yml rename to appstore/immich-server/2.7.5/docker-compose.yml index a10ba0702..c74184068 100644 --- a/appstore/immich-server/2.7.4/docker-compose.yml +++ b/appstore/immich-server/2.7.5/docker-compose.yml @@ -10,7 +10,7 @@ services: env_file: - ./envs/global.env - .env - image: ghcr.io/immich-app/immich-server:v2.7.4 + image: ghcr.io/immich-app/immich-server:v2.7.5 labels: createdBy: Apps networks: diff --git a/appstore/immich-server/2.7.4/envs/default.env b/appstore/immich-server/2.7.5/envs/default.env similarity index 100% rename from appstore/immich-server/2.7.4/envs/default.env rename to appstore/immich-server/2.7.5/envs/default.env diff --git a/appstore/immich-server/2.7.4/envs/global.env b/appstore/immich-server/2.7.5/envs/global.env similarity index 100% rename from appstore/immich-server/2.7.4/envs/global.env rename to appstore/immich-server/2.7.5/envs/global.env diff --git a/appstore/immich-server/2.7.4/scripts/init.sh b/appstore/immich-server/2.7.5/scripts/init.sh similarity index 100% rename from appstore/immich-server/2.7.4/scripts/init.sh rename to appstore/immich-server/2.7.5/scripts/init.sh diff --git a/appstore/immich-server/2.7.4/scripts/uninstall.sh b/appstore/immich-server/2.7.5/scripts/uninstall.sh similarity index 100% rename from appstore/immich-server/2.7.4/scripts/uninstall.sh rename to appstore/immich-server/2.7.5/scripts/uninstall.sh diff --git a/appstore/immich-server/2.7.4/scripts/upgrade.sh b/appstore/immich-server/2.7.5/scripts/upgrade.sh similarity index 100% rename from appstore/immich-server/2.7.4/scripts/upgrade.sh rename to appstore/immich-server/2.7.5/scripts/upgrade.sh diff --git a/appstore/immich/2.7.4/.env b/appstore/immich/2.7.5/.env similarity index 100% rename from appstore/immich/2.7.4/.env rename to appstore/immich/2.7.5/.env diff --git a/appstore/immich/2.7.4/data.yml b/appstore/immich/2.7.5/data.yml similarity index 100% rename from appstore/immich/2.7.4/data.yml rename to appstore/immich/2.7.5/data.yml diff --git a/dockge/immich_2_7_4/docker-compose.yml b/appstore/immich/2.7.5/docker-compose.yml similarity index 92% rename from dockge/immich_2_7_4/docker-compose.yml rename to appstore/immich/2.7.5/docker-compose.yml index cc3f74547..893e5f75a 100644 --- a/dockge/immich_2_7_4/docker-compose.yml +++ b/appstore/immich/2.7.5/docker-compose.yml @@ -10,7 +10,7 @@ services: env_file: - ./envs/global.env - .env - image: ghcr.io/immich-app/immich-machine-learning:v2.7.4 + image: ghcr.io/immich-app/immich-machine-learning:v2.7.5 labels: createdBy: Apps networks: @@ -45,7 +45,7 @@ services: env_file: - ./envs/global.env - .env - image: ghcr.io/immich-app/immich-server:v2.7.4 + image: ghcr.io/immich-app/immich-server:v2.7.5 labels: createdBy: Apps networks: diff --git a/appstore/immich/2.7.4/envs/default.env b/appstore/immich/2.7.5/envs/default.env similarity index 100% rename from appstore/immich/2.7.4/envs/default.env rename to appstore/immich/2.7.5/envs/default.env diff --git a/appstore/immich/2.7.4/envs/global.env b/appstore/immich/2.7.5/envs/global.env similarity index 100% rename from appstore/immich/2.7.4/envs/global.env rename to appstore/immich/2.7.5/envs/global.env diff --git a/appstore/immich/2.7.4/scripts/init.sh b/appstore/immich/2.7.5/scripts/init.sh similarity index 100% rename from appstore/immich/2.7.4/scripts/init.sh rename to appstore/immich/2.7.5/scripts/init.sh diff --git a/appstore/immich/2.7.4/scripts/uninstall.sh b/appstore/immich/2.7.5/scripts/uninstall.sh similarity index 100% rename from appstore/immich/2.7.4/scripts/uninstall.sh rename to appstore/immich/2.7.5/scripts/uninstall.sh diff --git a/appstore/immich/2.7.4/scripts/upgrade.sh b/appstore/immich/2.7.5/scripts/upgrade.sh similarity index 100% rename from appstore/immich/2.7.4/scripts/upgrade.sh rename to appstore/immich/2.7.5/scripts/upgrade.sh diff --git a/appstore/n8n/2.16.0/.env b/appstore/n8n/2.17.0/.env similarity index 100% rename from appstore/n8n/2.16.0/.env rename to appstore/n8n/2.17.0/.env diff --git a/appstore/n8n/2.16.0/data.yml b/appstore/n8n/2.17.0/data.yml similarity index 100% rename from appstore/n8n/2.16.0/data.yml rename to appstore/n8n/2.17.0/data.yml diff --git a/appstore/n8n/2.16.0/docker-compose.yml b/appstore/n8n/2.17.0/docker-compose.yml similarity index 94% rename from appstore/n8n/2.16.0/docker-compose.yml rename to appstore/n8n/2.17.0/docker-compose.yml index eb55dae53..8f2518cf9 100644 --- a/appstore/n8n/2.16.0/docker-compose.yml +++ b/appstore/n8n/2.17.0/docker-compose.yml @@ -14,7 +14,7 @@ services: - N8N_PROTOCOL=http - N8N_DIAGNOSTICS_ENABLED=false - N8N_SECURE_COOKIE=false - image: n8nio/n8n:2.16.0 + image: n8nio/n8n:2.17.0 labels: createdBy: Apps networks: diff --git a/appstore/n8n/2.16.0/envs/default.env b/appstore/n8n/2.17.0/envs/default.env similarity index 100% rename from appstore/n8n/2.16.0/envs/default.env rename to appstore/n8n/2.17.0/envs/default.env diff --git a/appstore/n8n/2.16.0/envs/global.env b/appstore/n8n/2.17.0/envs/global.env similarity index 100% rename from appstore/n8n/2.16.0/envs/global.env rename to appstore/n8n/2.17.0/envs/global.env diff --git a/appstore/n8n/2.16.0/scripts/init.sh b/appstore/n8n/2.17.0/scripts/init.sh similarity index 100% rename from appstore/n8n/2.16.0/scripts/init.sh rename to appstore/n8n/2.17.0/scripts/init.sh diff --git a/appstore/n8n/2.16.0/scripts/uninstall.sh b/appstore/n8n/2.17.0/scripts/uninstall.sh similarity index 100% rename from appstore/n8n/2.16.0/scripts/uninstall.sh rename to appstore/n8n/2.17.0/scripts/uninstall.sh diff --git a/appstore/n8n/2.16.0/scripts/upgrade.sh b/appstore/n8n/2.17.0/scripts/upgrade.sh similarity index 100% rename from appstore/n8n/2.16.0/scripts/upgrade.sh rename to appstore/n8n/2.17.0/scripts/upgrade.sh diff --git a/dockge/astrbot-napcat/docker-compose.yml b/dockge/astrbot-napcat/docker-compose.yml index 3eae5a1bb..263b69fd0 100644 --- a/dockge/astrbot-napcat/docker-compose.yml +++ b/dockge/astrbot-napcat/docker-compose.yml @@ -9,7 +9,7 @@ services: - .env environment: - TZ=Asia/Shanghai - image: soulter/astrbot:v4.23.0 + image: soulter/astrbot:v4.23.1 labels: createdBy: Apps networks: diff --git a/dockge/astrbot/docker-compose.yml b/dockge/astrbot/docker-compose.yml index ca78c1716..661076d9d 100644 --- a/dockge/astrbot/docker-compose.yml +++ b/dockge/astrbot/docker-compose.yml @@ -9,7 +9,7 @@ services: - .env environment: - TZ=Asia/Shanghai - image: soulter/astrbot:v4.23.0 + image: soulter/astrbot:v4.23.1 labels: createdBy: Apps networks: diff --git a/dockge/ech0_4_4_6/.env b/dockge/ech0_4_5_1/.env similarity index 100% rename from dockge/ech0_4_4_6/.env rename to dockge/ech0_4_5_1/.env diff --git a/dockge/ech0_4_4_6/docker-compose.yml b/dockge/ech0_4_5_1/docker-compose.yml similarity index 93% rename from dockge/ech0_4_4_6/docker-compose.yml rename to dockge/ech0_4_5_1/docker-compose.yml index 4292756eb..cceb480ed 100644 --- a/dockge/ech0_4_4_6/docker-compose.yml +++ b/dockge/ech0_4_5_1/docker-compose.yml @@ -10,7 +10,7 @@ services: environment: - TZ=Asia/Shanghai - HTTPS_PROXY=${HTTP_PROXY} - image: sn0wl1n/ech0:v4.4.6 + image: sn0wl1n/ech0:v4.5.1 labels: createdBy: Apps networks: diff --git a/dockge/ech0_4_4_6/envs/default.env b/dockge/ech0_4_5_1/envs/default.env similarity index 100% rename from dockge/ech0_4_4_6/envs/default.env rename to dockge/ech0_4_5_1/envs/default.env diff --git a/dockge/ech0_4_4_6/envs/global.env b/dockge/ech0_4_5_1/envs/global.env similarity index 100% rename from dockge/ech0_4_4_6/envs/global.env rename to dockge/ech0_4_5_1/envs/global.env diff --git a/dockge/halo-h2/docker-compose.yml b/dockge/halo-h2/docker-compose.yml index 709e9406e..df5d363c5 100644 --- a/dockge/halo-h2/docker-compose.yml +++ b/dockge/halo-h2/docker-compose.yml @@ -9,7 +9,7 @@ services: container_name: halo-h2 environment: - JVM_OPTS=-Xmx256m -Xms256m - image: halohub/halo:2.23.2 + image: halohub/halo:2.23.3 labels: createdBy: Apps networks: diff --git a/dockge/halo/docker-compose.yml b/dockge/halo/docker-compose.yml index 3384ebbeb..73a39fe14 100644 --- a/dockge/halo/docker-compose.yml +++ b/dockge/halo/docker-compose.yml @@ -11,7 +11,7 @@ services: - --halo.external-url=${HALO_EXTERNAL_URL} - --halo.security.remember-me.token-validity=${HALO_REMEMBER_ME_TOKEN_VALIDITY} container_name: halo - image: halohub/halo:2.23.2 + image: halohub/halo:2.23.3 labels: createdBy: Apps networks: diff --git a/dockge/immich-machine-learning/docker-compose.yml b/dockge/immich-machine-learning/docker-compose.yml index 648ba2277..fb2b132f5 100644 --- a/dockge/immich-machine-learning/docker-compose.yml +++ b/dockge/immich-machine-learning/docker-compose.yml @@ -4,13 +4,13 @@ networks: external: true services: immich-machine-learning: - container_name: immich-machine-learning-immich-machine-learning + container_name: immich-machine-learning devices: - /dev/dri:/dev/dri env_file: - ./envs/global.env - .env - image: ghcr.io/immich-app/immich-machine-learning:v1.144.1 + image: ghcr.io/immich-app/immich-machine-learning:v2.7.5 labels: createdBy: Apps networks: diff --git a/dockge/immich-machine-learning_2_7_4/.env b/dockge/immich-machine-learning_1_144_1/.env similarity index 100% rename from dockge/immich-machine-learning_2_7_4/.env rename to dockge/immich-machine-learning_1_144_1/.env diff --git a/appstore/immich-machine-learning/2.7.4/docker-compose.yml b/dockge/immich-machine-learning_1_144_1/docker-compose.yml similarity index 74% rename from appstore/immich-machine-learning/2.7.4/docker-compose.yml rename to dockge/immich-machine-learning_1_144_1/docker-compose.yml index 39714f1df..648ba2277 100644 --- a/appstore/immich-machine-learning/2.7.4/docker-compose.yml +++ b/dockge/immich-machine-learning_1_144_1/docker-compose.yml @@ -4,13 +4,13 @@ networks: external: true services: immich-machine-learning: - container_name: immich-machine-learning + container_name: immich-machine-learning-immich-machine-learning devices: - /dev/dri:/dev/dri env_file: - ./envs/global.env - .env - image: ghcr.io/immich-app/immich-machine-learning:v2.7.4 + image: ghcr.io/immich-app/immich-machine-learning:v1.144.1 labels: createdBy: Apps networks: diff --git a/dockge/immich-machine-learning_2_7_4/envs/default.env b/dockge/immich-machine-learning_1_144_1/envs/default.env similarity index 100% rename from dockge/immich-machine-learning_2_7_4/envs/default.env rename to dockge/immich-machine-learning_1_144_1/envs/default.env diff --git a/dockge/immich-machine-learning_2_7_4/envs/global.env b/dockge/immich-machine-learning_1_144_1/envs/global.env similarity index 100% rename from dockge/immich-machine-learning_2_7_4/envs/global.env rename to dockge/immich-machine-learning_1_144_1/envs/global.env diff --git a/dockge/immich-no-machine/docker-compose.yml b/dockge/immich-no-machine/docker-compose.yml index 949035e00..c80cbb091 100644 --- a/dockge/immich-no-machine/docker-compose.yml +++ b/dockge/immich-no-machine/docker-compose.yml @@ -21,7 +21,7 @@ services: volumes: - ${IMMICH_ROOT_PATH}/pg14/data:/var/lib/postgresql/data immich-server: - container_name: immich-server-immich-no-machine + container_name: immich-no-machine depends_on: - immich-pg14-vectors devices: @@ -29,7 +29,7 @@ services: env_file: - ./envs/global.env - .env - image: ghcr.io/immich-app/immich-server:v1.144.1 + image: ghcr.io/immich-app/immich-server:v2.7.5 labels: createdBy: Apps networks: diff --git a/dockge/immich-no-machine_2_7_4/.env b/dockge/immich-no-machine_1_144_1/.env similarity index 100% rename from dockge/immich-no-machine_2_7_4/.env rename to dockge/immich-no-machine_1_144_1/.env diff --git a/dockge/immich-no-machine_2_7_4/docker-compose.yml b/dockge/immich-no-machine_1_144_1/docker-compose.yml similarity index 90% rename from dockge/immich-no-machine_2_7_4/docker-compose.yml rename to dockge/immich-no-machine_1_144_1/docker-compose.yml index ddbd58270..949035e00 100644 --- a/dockge/immich-no-machine_2_7_4/docker-compose.yml +++ b/dockge/immich-no-machine_1_144_1/docker-compose.yml @@ -21,7 +21,7 @@ services: volumes: - ${IMMICH_ROOT_PATH}/pg14/data:/var/lib/postgresql/data immich-server: - container_name: immich-no-machine + container_name: immich-server-immich-no-machine depends_on: - immich-pg14-vectors devices: @@ -29,7 +29,7 @@ services: env_file: - ./envs/global.env - .env - image: ghcr.io/immich-app/immich-server:v2.7.4 + image: ghcr.io/immich-app/immich-server:v1.144.1 labels: createdBy: Apps networks: diff --git a/dockge/immich-no-machine_2_7_4/envs/default.env b/dockge/immich-no-machine_1_144_1/envs/default.env similarity index 100% rename from dockge/immich-no-machine_2_7_4/envs/default.env rename to dockge/immich-no-machine_1_144_1/envs/default.env diff --git a/dockge/immich-no-machine_2_7_4/envs/global.env b/dockge/immich-no-machine_1_144_1/envs/global.env similarity index 100% rename from dockge/immich-no-machine_2_7_4/envs/global.env rename to dockge/immich-no-machine_1_144_1/envs/global.env diff --git a/dockge/immich-server/docker-compose.yml b/dockge/immich-server/docker-compose.yml index 935d43054..c74184068 100644 --- a/dockge/immich-server/docker-compose.yml +++ b/dockge/immich-server/docker-compose.yml @@ -4,13 +4,13 @@ networks: external: true services: immich-server: - container_name: immich-server-immich-server + container_name: immich-server devices: - /dev/dri:/dev/dri env_file: - ./envs/global.env - .env - image: ghcr.io/immich-app/immich-server:v1.144.1 + image: ghcr.io/immich-app/immich-server:v2.7.5 labels: createdBy: Apps networks: diff --git a/dockge/immich-server_2_7_4/.env b/dockge/immich-server_1_144_1/.env similarity index 100% rename from dockge/immich-server_2_7_4/.env rename to dockge/immich-server_1_144_1/.env diff --git a/dockge/immich-server_2_7_4/docker-compose.yml b/dockge/immich-server_1_144_1/docker-compose.yml similarity index 80% rename from dockge/immich-server_2_7_4/docker-compose.yml rename to dockge/immich-server_1_144_1/docker-compose.yml index a10ba0702..935d43054 100644 --- a/dockge/immich-server_2_7_4/docker-compose.yml +++ b/dockge/immich-server_1_144_1/docker-compose.yml @@ -4,13 +4,13 @@ networks: external: true services: immich-server: - container_name: immich-server + container_name: immich-server-immich-server devices: - /dev/dri:/dev/dri env_file: - ./envs/global.env - .env - image: ghcr.io/immich-app/immich-server:v2.7.4 + image: ghcr.io/immich-app/immich-server:v1.144.1 labels: createdBy: Apps networks: diff --git a/dockge/immich-server_2_7_4/envs/default.env b/dockge/immich-server_1_144_1/envs/default.env similarity index 100% rename from dockge/immich-server_2_7_4/envs/default.env rename to dockge/immich-server_1_144_1/envs/default.env diff --git a/dockge/immich-server_2_7_4/envs/global.env b/dockge/immich-server_1_144_1/envs/global.env similarity index 100% rename from dockge/immich-server_2_7_4/envs/global.env rename to dockge/immich-server_1_144_1/envs/global.env diff --git a/dockge/immich/docker-compose.yml b/dockge/immich/docker-compose.yml index 1019b5f77..893e5f75a 100644 --- a/dockge/immich/docker-compose.yml +++ b/dockge/immich/docker-compose.yml @@ -4,13 +4,13 @@ networks: external: true services: immich-machine-learning: - container_name: immich-machine-learning-immich + container_name: machine-learning-immich devices: &id001 - /dev/dri:/dev/dri env_file: - ./envs/global.env - .env - image: ghcr.io/immich-app/immich-machine-learning:v1.144.1 + image: ghcr.io/immich-app/immich-machine-learning:v2.7.5 labels: createdBy: Apps networks: @@ -38,14 +38,14 @@ services: volumes: - ${IMMICH_ROOT_PATH}/pg14/data:/var/lib/postgresql/data immich-server: - container_name: immich-server-immich + container_name: immich depends_on: - immich-pg14-vectors devices: *id001 env_file: - ./envs/global.env - .env - image: ghcr.io/immich-app/immich-server:v1.144.1 + image: ghcr.io/immich-app/immich-server:v2.7.5 labels: createdBy: Apps networks: diff --git a/dockge/immich_2_7_4/.env b/dockge/immich_1_144_1/.env similarity index 100% rename from dockge/immich_2_7_4/.env rename to dockge/immich_1_144_1/.env diff --git a/appstore/immich/2.7.4/docker-compose.yml b/dockge/immich_1_144_1/docker-compose.yml similarity index 86% rename from appstore/immich/2.7.4/docker-compose.yml rename to dockge/immich_1_144_1/docker-compose.yml index cc3f74547..1019b5f77 100644 --- a/appstore/immich/2.7.4/docker-compose.yml +++ b/dockge/immich_1_144_1/docker-compose.yml @@ -4,13 +4,13 @@ networks: external: true services: immich-machine-learning: - container_name: machine-learning-immich + container_name: immich-machine-learning-immich devices: &id001 - /dev/dri:/dev/dri env_file: - ./envs/global.env - .env - image: ghcr.io/immich-app/immich-machine-learning:v2.7.4 + image: ghcr.io/immich-app/immich-machine-learning:v1.144.1 labels: createdBy: Apps networks: @@ -38,14 +38,14 @@ services: volumes: - ${IMMICH_ROOT_PATH}/pg14/data:/var/lib/postgresql/data immich-server: - container_name: immich + container_name: immich-server-immich depends_on: - immich-pg14-vectors devices: *id001 env_file: - ./envs/global.env - .env - image: ghcr.io/immich-app/immich-server:v2.7.4 + image: ghcr.io/immich-app/immich-server:v1.144.1 labels: createdBy: Apps networks: diff --git a/dockge/immich_2_7_4/envs/default.env b/dockge/immich_1_144_1/envs/default.env similarity index 100% rename from dockge/immich_2_7_4/envs/default.env rename to dockge/immich_1_144_1/envs/default.env diff --git a/dockge/immich_2_7_4/envs/global.env b/dockge/immich_1_144_1/envs/global.env similarity index 100% rename from dockge/immich_2_7_4/envs/global.env rename to dockge/immich_1_144_1/envs/global.env diff --git a/dockge/n8n/docker-compose.yml b/dockge/n8n/docker-compose.yml index eb55dae53..8f2518cf9 100644 --- a/dockge/n8n/docker-compose.yml +++ b/dockge/n8n/docker-compose.yml @@ -14,7 +14,7 @@ services: - N8N_PROTOCOL=http - N8N_DIAGNOSTICS_ENABLED=false - N8N_SECURE_COOKIE=false - image: n8nio/n8n:2.16.0 + image: n8nio/n8n:2.17.0 labels: createdBy: Apps networks: