From 886328b609b51df6d186a1faf10d7ca869352415 Mon Sep 17 00:00:00 2001 From: QYG2297248353 Date: Mon, 13 Apr 2026 10:48:57 +0000 Subject: [PATCH] Processed apps directory via GitHub Actions --- appstore/openclaw/{2026.4.11 => 2026.4.12}/.env | 0 appstore/openclaw/{2026.4.11 => 2026.4.12}/config/openclaw.json | 0 appstore/openclaw/{2026.4.11 => 2026.4.12}/data.yml | 0 appstore/openclaw/{2026.4.11 => 2026.4.12}/docker-compose.yml | 2 +- appstore/openclaw/{2026.4.11 => 2026.4.12}/envs/default.env | 0 appstore/openclaw/{2026.4.11 => 2026.4.12}/envs/global.env | 0 appstore/openclaw/{2026.4.11 => 2026.4.12}/scripts/init.sh | 0 appstore/openclaw/{2026.4.11 => 2026.4.12}/scripts/uninstall.sh | 0 appstore/openclaw/{2026.4.11 => 2026.4.12}/scripts/upgrade.sh | 0 dockge/openclaw/docker-compose.yml | 2 +- 10 files changed, 2 insertions(+), 2 deletions(-) rename appstore/openclaw/{2026.4.11 => 2026.4.12}/.env (100%) rename appstore/openclaw/{2026.4.11 => 2026.4.12}/config/openclaw.json (100%) rename appstore/openclaw/{2026.4.11 => 2026.4.12}/data.yml (100%) rename appstore/openclaw/{2026.4.11 => 2026.4.12}/docker-compose.yml (95%) rename appstore/openclaw/{2026.4.11 => 2026.4.12}/envs/default.env (100%) rename appstore/openclaw/{2026.4.11 => 2026.4.12}/envs/global.env (100%) rename appstore/openclaw/{2026.4.11 => 2026.4.12}/scripts/init.sh (100%) rename appstore/openclaw/{2026.4.11 => 2026.4.12}/scripts/uninstall.sh (100%) rename appstore/openclaw/{2026.4.11 => 2026.4.12}/scripts/upgrade.sh (100%) diff --git a/appstore/openclaw/2026.4.11/.env b/appstore/openclaw/2026.4.12/.env similarity index 100% rename from appstore/openclaw/2026.4.11/.env rename to appstore/openclaw/2026.4.12/.env diff --git a/appstore/openclaw/2026.4.11/config/openclaw.json b/appstore/openclaw/2026.4.12/config/openclaw.json similarity index 100% rename from appstore/openclaw/2026.4.11/config/openclaw.json rename to appstore/openclaw/2026.4.12/config/openclaw.json diff --git a/appstore/openclaw/2026.4.11/data.yml b/appstore/openclaw/2026.4.12/data.yml similarity index 100% rename from appstore/openclaw/2026.4.11/data.yml rename to appstore/openclaw/2026.4.12/data.yml diff --git a/appstore/openclaw/2026.4.11/docker-compose.yml b/appstore/openclaw/2026.4.12/docker-compose.yml similarity index 95% rename from appstore/openclaw/2026.4.11/docker-compose.yml rename to appstore/openclaw/2026.4.12/docker-compose.yml index fbbeaf225..769b34b5e 100644 --- a/appstore/openclaw/2026.4.11/docker-compose.yml +++ b/appstore/openclaw/2026.4.12/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.4.11 + image: ghcr.io/openclaw/openclaw:2026.4.12 init: true labels: createdBy: Apps diff --git a/appstore/openclaw/2026.4.11/envs/default.env b/appstore/openclaw/2026.4.12/envs/default.env similarity index 100% rename from appstore/openclaw/2026.4.11/envs/default.env rename to appstore/openclaw/2026.4.12/envs/default.env diff --git a/appstore/openclaw/2026.4.11/envs/global.env b/appstore/openclaw/2026.4.12/envs/global.env similarity index 100% rename from appstore/openclaw/2026.4.11/envs/global.env rename to appstore/openclaw/2026.4.12/envs/global.env diff --git a/appstore/openclaw/2026.4.11/scripts/init.sh b/appstore/openclaw/2026.4.12/scripts/init.sh similarity index 100% rename from appstore/openclaw/2026.4.11/scripts/init.sh rename to appstore/openclaw/2026.4.12/scripts/init.sh diff --git a/appstore/openclaw/2026.4.11/scripts/uninstall.sh b/appstore/openclaw/2026.4.12/scripts/uninstall.sh similarity index 100% rename from appstore/openclaw/2026.4.11/scripts/uninstall.sh rename to appstore/openclaw/2026.4.12/scripts/uninstall.sh diff --git a/appstore/openclaw/2026.4.11/scripts/upgrade.sh b/appstore/openclaw/2026.4.12/scripts/upgrade.sh similarity index 100% rename from appstore/openclaw/2026.4.11/scripts/upgrade.sh rename to appstore/openclaw/2026.4.12/scripts/upgrade.sh diff --git a/dockge/openclaw/docker-compose.yml b/dockge/openclaw/docker-compose.yml index fbbeaf225..769b34b5e 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.4.11 + image: ghcr.io/openclaw/openclaw:2026.4.12 init: true labels: createdBy: Apps