Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
5 changes: 3 additions & 2 deletions src/data/deploy-targets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
Loading