docs(deploy): add Cosmos servapp deployment guide#102
Merged
Conversation
LibreDB Studio is now listed in the official Cosmos servapp marketplace (azukaar/cosmos-servapps-official#218). Mirror the marketplace servapp as a documentation reference under deploy/cosmos/ and link it from the README One-Click Deploy and Deployment sections, alongside the existing Koyeb/Railway/CapRover/Kubero entries.
Contributor
There was a problem hiding this comment.
Pull request overview
Adds documentation for deploying LibreDB Studio via the Cosmos servapp marketplace, aligning Cosmos with existing one-click deploy/provider docs.
Changes:
- Added a new
deploy/cosmos/README.mdguide covering install, first login, env vars, and version bump caveats. - Updated root
README.mdto mention Cosmos under One-Click Deploy and add a Deployment (DevOps) → Cosmos subsection.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| README.md | Adds Cosmos as a one-click deploy option and documents Cosmos deployment details in the DevOps section. |
| deploy/cosmos/README.md | New Cosmos-specific deployment guide mirroring other provider docs. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Address Copilot review on #102: Cosmos calls its app store "Marketplace" (one word), not "Market Place". Fix all three occurrences in README.md and deploy/cosmos/README.md.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Summary
LibreDB Studio is now listed in the official Cosmos servapp marketplace — merged in azukaar/cosmos-servapps-official#218. Cosmos is a self-hosted server manager and secure reverse proxy that installs apps one-click from a community marketplace.
This PR documents the integration, mirroring the existing Kubero/Railway/CapRover deploy docs:
deploy/cosmos/README.md— install steps, what the servapp does (SQLite persistence on/app/data, auto-generated secrets, SmartShield-protected route), first-login, env vars, post-install options (OIDC / Postgres / AI), and the version-bump caveat. Notes that the canonical servapp definition lives upstream inservapps/LibreDB-Studio/; this folder is a documentation mirror.### Cosmossubsection under Deployment (DevOps).Docs-only change.
bun run formatpasses (464 files).Related