docs(deploy): add Kubero deployment guide and README entry#101
Merged
Conversation
LibreDB Studio is now in the official Kubero template catalog (kubero-dev/kubero#754). Add deploy/kubero/README.md with install, env var, and version-bump notes, and a Kubero subsection under Deployment (DevOps) in the main README.
LibreDB Studio is now live on the Kubero templates page (https://www.kubero.dev/templates); point the README and Kubero deploy guide at the catalog listing instead of the bare site.
Contributor
There was a problem hiding this comment.
Pull request overview
Documents deployment of LibreDB Studio via Kubero (now available in Kubero’s official template catalog) by adding a dedicated Kubero deployment guide and linking it from the main README alongside other DevOps deployment targets.
Changes:
- Add a new
deploy/kubero/README.mdwith Kubero install, template behavior, env vars, and post-install options. - Add a new “### Kubero” subsection under “Deployment (DevOps)” in the root
README.mdlinking to the Kubero guide. - Minor README heading tweak for the Koyeb subsection.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| README.md | Adds Kubero deployment documentation entry under Deployment (DevOps). |
| deploy/kubero/README.md | New Kubero deployment guide mirroring other PaaS/DevOps documentation targets. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+17
to
+18
| From a running Kubero instance (install Kubero itself with | ||
| `curl -L https://get.kubero.dev | bash`): |
|
|
||
| ### Kubero | ||
|
|
||
| LibreDB Studio is listed in the official [Kubero template catalog](https://www.kubero.dev/templates) (a self-hosted "Heroku alternative for Kubernetes"). From your Kubero dashboard, browse **Templates**, search **LibreDB Studio**, fill in the credentials / `JWT_SECRET`, and deploy. The template runs the prebuilt `ghcr.io/libredb/libredb-studio` image with SQLite persistence on a 5Gi volume at `/app/data`. See [`deploy/kubero/`](deploy/kubero/) for install and post-install details. As with Railway and CapRover, Docker-image templates require a manual version bump on each release. |
- Replace the pipe-to-shell Kubero install command with a link to the official Kubero install docs (avoid embedding curl | bash). - Wrap the README Kubero paragraph to match surrounding sections.
|
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 available in the official Kubero template catalog (a self-hosted "Heroku alternative for Kubernetes"), merged in kubero-dev/kubero#754.
This PR documents that on our side, mirroring how the other PaaS targets (CapRover, Railway, Koyeb) are documented.
Changes
deploy/kubero/README.md(new) — install steps from the Kubero template catalog, what the template does (prebuilt GHCR image, port 3000, 5Gi SQLite volume at/app/data), first-login, env vars, OIDC/Postgres/AI post-install options, and the manual version-bump caveat shared by the Docker-image templates.README.md— adds a### Kuberosubsection under Deployment (DevOps), linking todeploy/kubero/.The canonical template (a
KuberoAppCR) lives in the Kubero repo atservices/libredb-studio/app.yaml; this folder is a documentation mirror, not the source of truth.Notes
bun run formatpasses clean.