diff --git a/blueprints/revka/docker-compose.yml b/blueprints/revka/docker-compose.yml new file mode 100644 index 000000000..170d6b8fd --- /dev/null +++ b/blueprints/revka/docker-compose.yml @@ -0,0 +1,16 @@ +version: "3.8" +services: + revka: + image: ghcr.io/kumihoio/revka:2026.6.1 + restart: unless-stopped + environment: + - API_KEY=${API_KEY} + - PROVIDER=openrouter + - REVKA_ALLOW_PUBLIC_BIND=true + - REVKA_GATEWAY_PORT=42617 + volumes: + - revka-data:/revka-data + expose: + - 42617 +volumes: + revka-data: {} diff --git a/blueprints/revka/revka.png b/blueprints/revka/revka.png new file mode 100644 index 000000000..c825f517c Binary files /dev/null and b/blueprints/revka/revka.png differ diff --git a/blueprints/revka/template.toml b/blueprints/revka/template.toml new file mode 100644 index 000000000..c2acb7744 --- /dev/null +++ b/blueprints/revka/template.toml @@ -0,0 +1,17 @@ +[variables] +main_domain = "${domain}" +api_key = "${password:64}" +provider = "openrouter" + +[config] +env = [ + "API_KEY=${api_key}", + "PROVIDER=${provider}", + "REVKA_ALLOW_PUBLIC_BIND=true", + "REVKA_GATEWAY_PORT=42617" +] + +[[config.domains]] +serviceName = "revka" +port = 42617 +host = "${main_domain}" diff --git a/meta.json b/meta.json index 3ae0cb5ef..7363b8d12 100644 --- a/meta.json +++ b/meta.json @@ -5444,6 +5444,22 @@ "self-hosted" ] }, + { + "id": "revka", + "name": "Revka", + "version": "2026.6.1", + "description": "Fast, small, and fully autonomous AI personal assistant infrastructure. Deploy anywhere, swap anything. 100% Rust.", + "logo": "revka.png", + "links": { + "github": "https://github.com/KumihoIO/Revka", + "website": "https://kumiho.io", + "docs": "https://github.com/KumihoIO/Revka#readme" + }, + "tags": [ + "ai", + "self-hosted" + ] + }, { "id": "rocketchat", "name": "Rocketchat", @@ -5952,24 +5968,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",