feat(template): add LibreDB Studio - #262
Open
yusuf-gundogdu wants to merge 2 commits into
Open
Conversation
Add LibreDB Studio to the database category templates. LibreDB Studio is a modern, AI-powered open-source SQL IDE that supports PostgreSQL, MySQL, Oracle, SQL Server, SQLite, MongoDB and Redis. - type: 1 (container) - category: database - image: ghcr.io/libredb/libredb-studio:v0.9.27 - port: 3000
- Remove v prefix from image tag (GHCR tags do not use v prefix) - Add STORAGE_PROVIDER=sqlite preset env (without this, data is stored in browser localStorage only — not persistent server-side storage) - Add STORAGE_SQLITE_PATH preset env to explicitly map the volume path
|
Maintainer of LibreDB Studio here, thanks for taking a look. Portainer users already run databases in their stacks; LibreDB Studio gives them a browser-based SQL IDE for PostgreSQL, MySQL, Oracle, SQL Server, SQLite, MongoDB and Redis — no separate client to install. It's MIT-licensed, actively maintained, and already an official one-click template on CapRover and Railway. We'd be glad to see it in the catalog, and happy to adjust anything to fit your conventions. |
2 tasks
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.
Add LibreDB Studio to the database category templates.
LibreDB Studio is a modern, AI-powered open-source SQL IDE that supports PostgreSQL, MySQL, Oracle, SQL Server, SQLite, MongoDB and Redis.