From 77a8e505468a40a8e05042bc47c6e2a88351612f Mon Sep 17 00:00:00 2001 From: cevheri Date: Sun, 28 Jun 2026 00:22:20 +0300 Subject: [PATCH] feat(deploy): promote Cosmos to official one-click integration LibreDB Studio was accepted into the official Cosmos servapp marketplace (azukaar/cosmos-servapps-official#218), installable in one click from the Cosmos dashboard Marketplace. Promote the Cosmos deploy target from 'planned' to 'official', add a docsUrl pointing to deploy/cosmos, and update the blurb to reflect the marketplace listing. It now appears in the "Official one-click integrations" featured grid on /deploy. Bump version to 0.5.5. Co-Authored-By: Claude Opus 4.8 (1M context) --- package.json | 2 +- src/data/deploy-targets.ts | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index f29fae2..a592e4a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "libredb-studio-website", "type": "module", - "version": "0.5.4", + "version": "0.5.5", "scripts": { "dev": "astro dev", "build": "node scripts/sync-docker-compose.mjs && astro build", diff --git a/src/data/deploy-targets.ts b/src/data/deploy-targets.ts index 66964fe..1698e60 100644 --- a/src/data/deploy-targets.ts +++ b/src/data/deploy-targets.ts @@ -182,10 +182,11 @@ export const deployTargets: DeployTarget[] = [ name: 'Cosmos', slug: 'cosmos', category: 'oss-paas', - status: 'planned', + status: 'official', url: 'https://cosmos-cloud.io', github: 'azukaar/Cosmos-Server', - blurb: 'Self-hosted server with reverse proxy', + docsUrl: 'https://github.com/libredb/libredb-studio/tree/main/deploy/cosmos', + blurb: 'Official servapp — one-click marketplace install', }, // ③ Kubernetes & orchestration — Helm chart install; stars shown (open-source)