diff --git a/blueprints/zeroclaw/docker-compose.yml b/blueprints/zeroclaw/docker-compose.yml new file mode 100644 index 000000000..516fe161c --- /dev/null +++ b/blueprints/zeroclaw/docker-compose.yml @@ -0,0 +1,16 @@ +version: "3.8" +services: + zeroclaw: + image: ghcr.io/zeroclaw-labs/zeroclaw:0.7.0-beta.1047 + restart: unless-stopped + environment: + - API_KEY=${API_KEY} + - PROVIDER=${PROVIDER:-openrouter} + - ZEROCLAW_ALLOW_PUBLIC_BIND=true + - ZEROCLAW_GATEWAY_PORT=42617 + volumes: + - zeroclaw-data:/zeroclaw-data + expose: + - 42617 +volumes: + zeroclaw-data: {} diff --git a/blueprints/zeroclaw/template.toml b/blueprints/zeroclaw/template.toml new file mode 100644 index 000000000..b8b701c40 --- /dev/null +++ b/blueprints/zeroclaw/template.toml @@ -0,0 +1,16 @@ +[variables] +main_domain = "${domain}" +api_key = "${password:64}" + +[config] +env = [ + "API_KEY=${api_key}", + "PROVIDER=openrouter", + "ZEROCLAW_ALLOW_PUBLIC_BIND=true", + "ZEROCLAW_GATEWAY_PORT=42617" +] + +[[config.domains]] +serviceName = "zeroclaw" +port = 42617 +host = "${main_domain}" diff --git a/blueprints/zeroclaw/zeroclaw.png b/blueprints/zeroclaw/zeroclaw.png new file mode 100644 index 000000000..fc5bb1a3d Binary files /dev/null and b/blueprints/zeroclaw/zeroclaw.png differ diff --git a/meta.json b/meta.json index 3ae0cb5ef..e79a1b4a7 100644 --- a/meta.json +++ b/meta.json @@ -5952,24 +5952,6 @@ "media" ] }, - { - "id": "strapi", - "name": "Strapi", - "version": "v5.33.0", - "description": "Open-source headless CMS to build powerful APIs with built-in content management.", - "logo": "strapi.svg", - "links": { - "github": "https://github.com/strapi/strapi", - "discord": "https://discord.com/invite/strapi", - "docs": "https://docs.strapi.io", - "website": "https://strapi.io" - }, - "tags": [ - "headless", - "cms", - "content-management" - ] - }, { "id": "supabase", "name": "SupaBase", @@ -6741,6 +6723,22 @@ "alerting" ] }, + { + "id": "zeroclaw", + "name": "ZeroClaw", + "version": "0.7.0-beta.1047", + "description": "Fast, small, and fully autonomous AI personal assistant infrastructure. Deploy anywhere, swap anything. 100% Rust.", + "logo": "zeroclaw.png", + "links": { + "github": "https://github.com/zeroclaw-labs/zeroclaw", + "website": "https://zeroclaw.com/", + "docs": "https://github.com/zeroclaw-labs/zeroclaw#readme" + }, + "tags": [ + "ai", + "self-hosted" + ] + }, { "id": "zipline", "name": "Zipline",