Skip to content

docs(deploy): add Kubero deployment guide and README entry#101

Merged
cevheri merged 4 commits into
mainfrom
feat/kubero-deploy
Jun 27, 2026
Merged

docs(deploy): add Kubero deployment guide and README entry#101
cevheri merged 4 commits into
mainfrom
feat/kubero-deploy

Conversation

@cevheri

@cevheri cevheri commented Jun 27, 2026

Copy link
Copy Markdown
Contributor

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 ### Kubero subsection under Deployment (DevOps), linking to deploy/kubero/.

The canonical template (a KuberoApp CR) lives in the Kubero repo at services/libredb-studio/app.yaml; this folder is a documentation mirror, not the source of truth.

Notes

  • Docs-only change. No code, deps, or build config touched. bun run format passes clean.
  • Kubero has no external one-click deploy button (apps install from within a running Kubero instance's catalog), so it is intentionally placed under Deployment (DevOps) alongside CapRover, not in the one-click button row.

cevheri added 2 commits June 27, 2026 15:13
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.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.md with Kubero install, template behavior, env vars, and post-install options.
  • Add a new “### Kubero” subsection under “Deployment (DevOps)” in the root README.md linking 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 thread deploy/kubero/README.md Outdated
Comment on lines +17 to +18
From a running Kubero instance (install Kubero itself with
`curl -L https://get.kubero.dev | bash`):
Comment thread README.md Outdated

### 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.
cevheri added 2 commits June 27, 2026 17:42
- 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.
@cevheri cevheri merged commit 01c8785 into main Jun 27, 2026
8 checks passed
@cevheri cevheri deleted the feat/kubero-deploy branch June 27, 2026 14:44
@sonarqubecloud

Copy link
Copy Markdown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants