From 076bd01f2889ac4e14196993081e37ce155104ce Mon Sep 17 00:00:00 2001 From: Michel Roegl-Brunner <73236783+michelroegl-brunner@users.noreply.github.com> Date: Wed, 11 Feb 2026 09:20:01 +0100 Subject: [PATCH] Delete frontend/public/json/openclaw.json --- frontend/public/json/openclaw.json | 49 ------------------------------ 1 file changed, 49 deletions(-) delete mode 100644 frontend/public/json/openclaw.json diff --git a/frontend/public/json/openclaw.json b/frontend/public/json/openclaw.json deleted file mode 100644 index db42a4263..000000000 --- a/frontend/public/json/openclaw.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "name": "OpenClaw", - "slug": "openclaw", - "categories": [ - 22, - 20 - ], - "date_created": "2026-02-03", - "type": "ct", - "updateable": true, - "privileged": false, - "interface_port": 18789, - "documentation": "https://docs.openclaw.ai", - "website": "https://openclaw.ai", - "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/openclaw.webp", - "config_path": "/root/.openclaw/openclaw.json", - "description": "OpenClaw is a personal AI assistant that runs locally and integrates with messaging platforms like WhatsApp, Telegram, Discord, and Slack.", - "install_methods": [ - { - "type": "default", - "script": "ct/openclaw.sh", - "resources": { - "cpu": 2, - "ram": 2048, - "hdd": 4, - "os": "debian", - "version": "13" - } - } - ], - "default_credentials": { - "username": null, - "password": null - }, - "notes": [ - { - "text": "After installation, run 'openclaw onboard' inside the container to configure AI providers.", - "type": "info" - }, - { - "text": "After onboarding, start the gateway with 'systemctl start openclaw'.", - "type": "info" - }, - { - "text": "The Control UI requires a secure context (HTTPS or localhost). Either use a reverse proxy with HTTPS, or connect via SSH port forwarding: ssh -L 18789:localhost:18789 root@, then open http://localhost:18789 in your browser.", - "type": "warning" - } - ] -} \ No newline at end of file