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)