diff --git a/appstore/ech0/4.7.4/.env b/appstore/ech0/4.7.5/.env similarity index 100% rename from appstore/ech0/4.7.4/.env rename to appstore/ech0/4.7.5/.env diff --git a/appstore/ech0/4.7.4/data.yml b/appstore/ech0/4.7.5/data.yml similarity index 100% rename from appstore/ech0/4.7.4/data.yml rename to appstore/ech0/4.7.5/data.yml diff --git a/appstore/ech0/4.7.4/docker-compose.yml b/appstore/ech0/4.7.5/docker-compose.yml similarity index 93% rename from appstore/ech0/4.7.4/docker-compose.yml rename to appstore/ech0/4.7.5/docker-compose.yml index cc5e518bb..69490c95d 100644 --- a/appstore/ech0/4.7.4/docker-compose.yml +++ b/appstore/ech0/4.7.5/docker-compose.yml @@ -10,7 +10,7 @@ services: environment: - TZ=Asia/Shanghai - HTTPS_PROXY=${HTTP_PROXY} - image: sn0wl1n/ech0:v4.7.4 + image: sn0wl1n/ech0:v4.7.5 labels: createdBy: Apps networks: diff --git a/appstore/ech0/4.7.4/envs/default.env b/appstore/ech0/4.7.5/envs/default.env similarity index 100% rename from appstore/ech0/4.7.4/envs/default.env rename to appstore/ech0/4.7.5/envs/default.env diff --git a/appstore/ech0/4.7.4/envs/global.env b/appstore/ech0/4.7.5/envs/global.env similarity index 100% rename from appstore/ech0/4.7.4/envs/global.env rename to appstore/ech0/4.7.5/envs/global.env diff --git a/appstore/ech0/4.7.4/scripts/init.sh b/appstore/ech0/4.7.5/scripts/init.sh similarity index 100% rename from appstore/ech0/4.7.4/scripts/init.sh rename to appstore/ech0/4.7.5/scripts/init.sh diff --git a/appstore/ech0/4.7.4/scripts/uninstall.sh b/appstore/ech0/4.7.5/scripts/uninstall.sh similarity index 100% rename from appstore/ech0/4.7.4/scripts/uninstall.sh rename to appstore/ech0/4.7.5/scripts/uninstall.sh diff --git a/appstore/ech0/4.7.4/scripts/upgrade.sh b/appstore/ech0/4.7.5/scripts/upgrade.sh similarity index 100% rename from appstore/ech0/4.7.4/scripts/upgrade.sh rename to appstore/ech0/4.7.5/scripts/upgrade.sh diff --git a/appstore/ghost/6.36.0/.env b/appstore/ghost/6.37.0/.env similarity index 100% rename from appstore/ghost/6.36.0/.env rename to appstore/ghost/6.37.0/.env diff --git a/appstore/ghost/6.36.0/data.yml b/appstore/ghost/6.37.0/data.yml similarity index 100% rename from appstore/ghost/6.36.0/data.yml rename to appstore/ghost/6.37.0/data.yml diff --git a/appstore/ghost/6.36.0/docker-compose.yml b/appstore/ghost/6.37.0/docker-compose.yml similarity index 95% rename from appstore/ghost/6.36.0/docker-compose.yml rename to appstore/ghost/6.37.0/docker-compose.yml index 46ffc2477..01fc60468 100644 --- a/appstore/ghost/6.36.0/docker-compose.yml +++ b/appstore/ghost/6.37.0/docker-compose.yml @@ -14,7 +14,7 @@ services: - database__client=mysql - mail__options__service=Email - mail__options__secure=true - image: ghost:6.36.0 + image: ghost:6.37.0 labels: createdBy: Apps networks: diff --git a/appstore/ghost/6.36.0/envs/default.env b/appstore/ghost/6.37.0/envs/default.env similarity index 100% rename from appstore/ghost/6.36.0/envs/default.env rename to appstore/ghost/6.37.0/envs/default.env diff --git a/appstore/ghost/6.36.0/envs/global.env b/appstore/ghost/6.37.0/envs/global.env similarity index 100% rename from appstore/ghost/6.36.0/envs/global.env rename to appstore/ghost/6.37.0/envs/global.env diff --git a/appstore/ghost/6.36.0/scripts/init.sh b/appstore/ghost/6.37.0/scripts/init.sh similarity index 100% rename from appstore/ghost/6.36.0/scripts/init.sh rename to appstore/ghost/6.37.0/scripts/init.sh diff --git a/appstore/ghost/6.36.0/scripts/uninstall.sh b/appstore/ghost/6.37.0/scripts/uninstall.sh similarity index 100% rename from appstore/ghost/6.36.0/scripts/uninstall.sh rename to appstore/ghost/6.37.0/scripts/uninstall.sh diff --git a/appstore/ghost/6.36.0/scripts/upgrade.sh b/appstore/ghost/6.37.0/scripts/upgrade.sh similarity index 100% rename from appstore/ghost/6.36.0/scripts/upgrade.sh rename to appstore/ghost/6.37.0/scripts/upgrade.sh diff --git a/appstore/n8n/2.20.4/.env b/appstore/n8n/2.20.5/.env similarity index 100% rename from appstore/n8n/2.20.4/.env rename to appstore/n8n/2.20.5/.env diff --git a/appstore/n8n/2.20.4/data.yml b/appstore/n8n/2.20.5/data.yml similarity index 100% rename from appstore/n8n/2.20.4/data.yml rename to appstore/n8n/2.20.5/data.yml diff --git a/appstore/n8n/2.20.4/docker-compose.yml b/appstore/n8n/2.20.5/docker-compose.yml similarity index 94% rename from appstore/n8n/2.20.4/docker-compose.yml rename to appstore/n8n/2.20.5/docker-compose.yml index 48088ce8a..d463a5ada 100644 --- a/appstore/n8n/2.20.4/docker-compose.yml +++ b/appstore/n8n/2.20.5/docker-compose.yml @@ -14,7 +14,7 @@ services: - N8N_PROTOCOL=http - N8N_DIAGNOSTICS_ENABLED=false - N8N_SECURE_COOKIE=false - image: n8nio/n8n:2.20.4 + image: n8nio/n8n:2.20.5 labels: createdBy: Apps networks: diff --git a/appstore/n8n/2.20.4/envs/default.env b/appstore/n8n/2.20.5/envs/default.env similarity index 100% rename from appstore/n8n/2.20.4/envs/default.env rename to appstore/n8n/2.20.5/envs/default.env diff --git a/appstore/n8n/2.20.4/envs/global.env b/appstore/n8n/2.20.5/envs/global.env similarity index 100% rename from appstore/n8n/2.20.4/envs/global.env rename to appstore/n8n/2.20.5/envs/global.env diff --git a/appstore/n8n/2.20.4/scripts/init.sh b/appstore/n8n/2.20.5/scripts/init.sh similarity index 100% rename from appstore/n8n/2.20.4/scripts/init.sh rename to appstore/n8n/2.20.5/scripts/init.sh diff --git a/appstore/n8n/2.20.4/scripts/uninstall.sh b/appstore/n8n/2.20.5/scripts/uninstall.sh similarity index 100% rename from appstore/n8n/2.20.4/scripts/uninstall.sh rename to appstore/n8n/2.20.5/scripts/uninstall.sh diff --git a/appstore/n8n/2.20.4/scripts/upgrade.sh b/appstore/n8n/2.20.5/scripts/upgrade.sh similarity index 100% rename from appstore/n8n/2.20.4/scripts/upgrade.sh rename to appstore/n8n/2.20.5/scripts/upgrade.sh diff --git a/appstore/nexus3/3.91.1/.env b/appstore/nexus3/3.92.0/.env similarity index 100% rename from appstore/nexus3/3.91.1/.env rename to appstore/nexus3/3.92.0/.env diff --git a/appstore/nexus3/3.91.1/data.yml b/appstore/nexus3/3.92.0/data.yml similarity index 100% rename from appstore/nexus3/3.91.1/data.yml rename to appstore/nexus3/3.92.0/data.yml diff --git a/appstore/nexus3/3.91.1/docker-compose.yml b/appstore/nexus3/3.92.0/docker-compose.yml similarity index 91% rename from appstore/nexus3/3.91.1/docker-compose.yml rename to appstore/nexus3/3.92.0/docker-compose.yml index 465b615b2..1c3d5daa6 100644 --- a/appstore/nexus3/3.91.1/docker-compose.yml +++ b/appstore/nexus3/3.92.0/docker-compose.yml @@ -9,7 +9,7 @@ services: - .env environment: - TZ=Asia/Shanghai - image: sonatype/nexus3:3.91.1 + image: sonatype/nexus3:3.92.0 labels: createdBy: Apps networks: diff --git a/appstore/nexus3/3.91.1/envs/default.env b/appstore/nexus3/3.92.0/envs/default.env similarity index 100% rename from appstore/nexus3/3.91.1/envs/default.env rename to appstore/nexus3/3.92.0/envs/default.env diff --git a/appstore/nexus3/3.91.1/envs/global.env b/appstore/nexus3/3.92.0/envs/global.env similarity index 100% rename from appstore/nexus3/3.91.1/envs/global.env rename to appstore/nexus3/3.92.0/envs/global.env diff --git a/appstore/nexus3/3.91.1/scripts/init.sh b/appstore/nexus3/3.92.0/scripts/init.sh similarity index 100% rename from appstore/nexus3/3.91.1/scripts/init.sh rename to appstore/nexus3/3.92.0/scripts/init.sh diff --git a/appstore/nexus3/3.91.1/scripts/uninstall.sh b/appstore/nexus3/3.92.0/scripts/uninstall.sh similarity index 100% rename from appstore/nexus3/3.91.1/scripts/uninstall.sh rename to appstore/nexus3/3.92.0/scripts/uninstall.sh diff --git a/appstore/nexus3/3.91.1/scripts/upgrade.sh b/appstore/nexus3/3.92.0/scripts/upgrade.sh similarity index 100% rename from appstore/nexus3/3.91.1/scripts/upgrade.sh rename to appstore/nexus3/3.92.0/scripts/upgrade.sh diff --git a/appstore/openclaw/2026.5.6/.env b/appstore/openclaw/2026.5.7/.env similarity index 100% rename from appstore/openclaw/2026.5.6/.env rename to appstore/openclaw/2026.5.7/.env diff --git a/appstore/openclaw/2026.5.6/config/openclaw.json b/appstore/openclaw/2026.5.7/config/openclaw.json similarity index 100% rename from appstore/openclaw/2026.5.6/config/openclaw.json rename to appstore/openclaw/2026.5.7/config/openclaw.json diff --git a/appstore/openclaw/2026.5.6/data.yml b/appstore/openclaw/2026.5.7/data.yml similarity index 100% rename from appstore/openclaw/2026.5.6/data.yml rename to appstore/openclaw/2026.5.7/data.yml diff --git a/appstore/openclaw/2026.5.6/docker-compose.yml b/appstore/openclaw/2026.5.7/docker-compose.yml similarity index 96% rename from appstore/openclaw/2026.5.6/docker-compose.yml rename to appstore/openclaw/2026.5.7/docker-compose.yml index e4362c00c..d59900973 100644 --- a/appstore/openclaw/2026.5.6/docker-compose.yml +++ b/appstore/openclaw/2026.5.7/docker-compose.yml @@ -30,7 +30,7 @@ services: - -e - fetch('http://127.0.0.1:18789/healthz').then((r)=>process.exit(r.ok?0:1)).catch(()=>process.exit(1)) timeout: 5s - image: ghcr.io/openclaw/openclaw:2026.5.6 + image: ghcr.io/openclaw/openclaw:2026.5.7 init: true labels: createdBy: Apps diff --git a/appstore/openclaw/2026.5.6/envs/default.env b/appstore/openclaw/2026.5.7/envs/default.env similarity index 100% rename from appstore/openclaw/2026.5.6/envs/default.env rename to appstore/openclaw/2026.5.7/envs/default.env diff --git a/appstore/openclaw/2026.5.6/envs/global.env b/appstore/openclaw/2026.5.7/envs/global.env similarity index 100% rename from appstore/openclaw/2026.5.6/envs/global.env rename to appstore/openclaw/2026.5.7/envs/global.env diff --git a/appstore/openclaw/2026.5.6/scripts/init.sh b/appstore/openclaw/2026.5.7/scripts/init.sh similarity index 100% rename from appstore/openclaw/2026.5.6/scripts/init.sh rename to appstore/openclaw/2026.5.7/scripts/init.sh diff --git a/appstore/openclaw/2026.5.6/scripts/uninstall.sh b/appstore/openclaw/2026.5.7/scripts/uninstall.sh similarity index 100% rename from appstore/openclaw/2026.5.6/scripts/uninstall.sh rename to appstore/openclaw/2026.5.7/scripts/uninstall.sh diff --git a/appstore/openclaw/2026.5.6/scripts/upgrade.sh b/appstore/openclaw/2026.5.7/scripts/upgrade.sh similarity index 100% rename from appstore/openclaw/2026.5.6/scripts/upgrade.sh rename to appstore/openclaw/2026.5.7/scripts/upgrade.sh diff --git a/dockge/ech0_4_7_4/.env b/dockge/ech0_4_7_5/.env similarity index 100% rename from dockge/ech0_4_7_4/.env rename to dockge/ech0_4_7_5/.env diff --git a/dockge/ech0_4_7_4/docker-compose.yml b/dockge/ech0_4_7_5/docker-compose.yml similarity index 93% rename from dockge/ech0_4_7_4/docker-compose.yml rename to dockge/ech0_4_7_5/docker-compose.yml index cc5e518bb..69490c95d 100644 --- a/dockge/ech0_4_7_4/docker-compose.yml +++ b/dockge/ech0_4_7_5/docker-compose.yml @@ -10,7 +10,7 @@ services: environment: - TZ=Asia/Shanghai - HTTPS_PROXY=${HTTP_PROXY} - image: sn0wl1n/ech0:v4.7.4 + image: sn0wl1n/ech0:v4.7.5 labels: createdBy: Apps networks: diff --git a/dockge/ech0_4_7_4/envs/default.env b/dockge/ech0_4_7_5/envs/default.env similarity index 100% rename from dockge/ech0_4_7_4/envs/default.env rename to dockge/ech0_4_7_5/envs/default.env diff --git a/dockge/ech0_4_7_4/envs/global.env b/dockge/ech0_4_7_5/envs/global.env similarity index 100% rename from dockge/ech0_4_7_4/envs/global.env rename to dockge/ech0_4_7_5/envs/global.env diff --git a/dockge/ghost/docker-compose.yml b/dockge/ghost/docker-compose.yml index 46ffc2477..01fc60468 100644 --- a/dockge/ghost/docker-compose.yml +++ b/dockge/ghost/docker-compose.yml @@ -14,7 +14,7 @@ services: - database__client=mysql - mail__options__service=Email - mail__options__secure=true - image: ghost:6.36.0 + image: ghost:6.37.0 labels: createdBy: Apps networks: diff --git a/dockge/n8n/docker-compose.yml b/dockge/n8n/docker-compose.yml index 48088ce8a..d463a5ada 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.20.4 + image: n8nio/n8n:2.20.5 labels: createdBy: Apps networks: diff --git a/dockge/nexus3/docker-compose.yml b/dockge/nexus3/docker-compose.yml index 465b615b2..1c3d5daa6 100644 --- a/dockge/nexus3/docker-compose.yml +++ b/dockge/nexus3/docker-compose.yml @@ -9,7 +9,7 @@ services: - .env environment: - TZ=Asia/Shanghai - image: sonatype/nexus3:3.91.1 + image: sonatype/nexus3:3.92.0 labels: createdBy: Apps networks: diff --git a/dockge/openclaw/docker-compose.yml b/dockge/openclaw/docker-compose.yml index e4362c00c..d59900973 100644 --- a/dockge/openclaw/docker-compose.yml +++ b/dockge/openclaw/docker-compose.yml @@ -30,7 +30,7 @@ services: - -e - fetch('http://127.0.0.1:18789/healthz').then((r)=>process.exit(r.ok?0:1)).catch(()=>process.exit(1)) timeout: 5s - image: ghcr.io/openclaw/openclaw:2026.5.6 + image: ghcr.io/openclaw/openclaw:2026.5.7 init: true labels: createdBy: Apps