Add LibreDB Studio template#1446
Conversation
Adds the service generator for LibreDB Studio: a single app service from ghcr.io/libredb/libredb-studio, exposing port 3000, with a persistent /app/data volume and auto-generated admin/user passwords and JWT secret. SQLite storage by default.
Adds the meta.yaml for LibreDB Studio: name, description, schema (service name, image, admin/user email inputs), website and GitHub links, benefits, features and Databases/Developer Tools tags.
Adds the official LibreDB Studio logo (logo.svg) to the template assets so it is displayed on the template card in the Easypanel marketplace.
Adds the LibreDB Studio promotional screenshot (1200x630) to the template assets so it appears on the marketplace template page.
✅ Deploy Preview for easypanel-templates ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Update image tag from v0.9.13 to v0.9.27 in appServiceImage default value
GHCR tags do not use v prefix (0.9.27 not v0.9.27)
|
Maintainer of LibreDB Studio here — this one felt like a natural fit for Easypanel, so let me explain why. You already treat databases as first-class citizens: a Postgres or MySQL service is one click away. The template keeps to that spirit: a single service, secrets generated for you, a persistent /app/data volume, ready in seconds. It's MIT-licensed and actively maintained, and we already run it as an official template on CapRover and Railway — we keep those current with every release, so the Easypanel one wouldn't drift after merge. @deiucanta, would love your review whenever the queue allows — and if anything about the structure isn't how you prefer templates, tell us and we'll match it. |
This PR adds a template for LibreDB Studio — an MIT-licensed, AI-powered open-source SQL IDE that connects to PostgreSQL, MySQL, Oracle, SQL Server, SQLite, MongoDB and Redis from the browser.
Files added under
templates/libredb-studio/:index.ts— single app service fromghcr.io/libredb/libredb-studio:0.9.27, port 3000, persistent/app/datavolume, auto-generated admin/user passwords and JWT secretmeta.yaml— name, description, schema, links, benefits, features, tagsassets/logo.svg— official logoassets/screenshot.png— promotional screenshotDefaults to SQLite storage, so no external database is required for the IDE itself.
Links: