[PR #931] [MERGED] feat(blueprint): add LibreDB Studio #16243

Closed
opened 2026-07-14 23:15:49 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Dokploy/templates/pull/931
Author: @yusuf-gundogdu
Created: 6/21/2026
Status: Merged
Merged: 7/7/2026
Merged by: @Siumauricio

Base: canaryHead: add-libredb-studio


📝 Commits (10+)

  • 2095219 feat: add libredb-studio compose
  • c13b529 feat: add libredb-studio template.toml
  • 4c8ae3f feat: add libredb-studio to meta.json
  • 0075e10 fix: sort libredb-studio entry alphabetically in meta.json
  • 17c2f24 fix: expand libredb-studio tags to match meta.json formatting
  • 52c7043 fix: remove invalid mounts block from libredb-studio template.toml
  • 35dbdec fix: correct indentation of libredb-studio tags in meta.json
  • 81fb31c feat: add libredb-studio logo
  • 7810b33 fix: bump libredb-studio image to v0.9.27
  • e1ae52c fix: update LibreDB Studio version to v0.9.27

📊 Changes

4 files changed (+83 additions, -0 deletions)

View changed files

blueprints/libredb-studio/docker-compose.yml (+17 -0)
blueprints/libredb-studio/libredb-studio.svg (+32 -0)
blueprints/libredb-studio/template.toml (+18 -0)
📝 meta.json (+16 -0)

📄 Description

What is this PR about?

New PR of LibreDB Studio — an MIT-licensed, AI-powered open-source SQL IDE (PostgreSQL, MySQL, Oracle, SQL Server, SQLite, MongoDB, Redis).

Files added:

  • blueprints/libredb-studio/docker-compose.yml
  • blueprints/libredb-studio/template.toml
  • meta.json entry

Details:

  • Single container via ghcr.io/libredb/libredb-studio:0.9.27
  • SQLite storage with a persistent mount at /app/data
  • Admin/user passwords and JWT secret auto-generated via template variables
  • Exposes port 3000 on the primary domain
  • No container_name, no custom network (per contribution guidelines)

Links:

Checklist

Before submitting this PR, please make sure that:

  • I have read the suggestions in the README.md file
  • I have tested the template in my instance, so the maintainers don't spend time trying to figure out what's wrong.
  • I have added tests that demonstrate that my correction works or that my new feature works.

N/A

Screenshots or Videos

See the project README for screenshots: https://github.com/libredb/libredb-studio


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Dokploy/templates/pull/931 **Author:** [@yusuf-gundogdu](https://github.com/yusuf-gundogdu) **Created:** 6/21/2026 **Status:** ✅ Merged **Merged:** 7/7/2026 **Merged by:** [@Siumauricio](https://github.com/Siumauricio) **Base:** `canary` ← **Head:** `add-libredb-studio` --- ### 📝 Commits (10+) - [`2095219`](https://github.com/Dokploy/templates/commit/2095219857dc7b11967bbf7582c1623208d34c15) feat: add libredb-studio compose - [`c13b529`](https://github.com/Dokploy/templates/commit/c13b5295eabf353b213e0bbac63840f9e52cba67) feat: add libredb-studio template.toml - [`4c8ae3f`](https://github.com/Dokploy/templates/commit/4c8ae3f6acde0d7483e3192cedaf56985675ca05) feat: add libredb-studio to meta.json - [`0075e10`](https://github.com/Dokploy/templates/commit/0075e103066655b21349401150c603691b14be3c) fix: sort libredb-studio entry alphabetically in meta.json - [`17c2f24`](https://github.com/Dokploy/templates/commit/17c2f24b9d5bfbb214a6adcddd642fb64b8fb993) fix: expand libredb-studio tags to match meta.json formatting - [`52c7043`](https://github.com/Dokploy/templates/commit/52c7043f0e8a25dd3065b56a4d54b354a9efbb7d) fix: remove invalid mounts block from libredb-studio template.toml - [`35dbdec`](https://github.com/Dokploy/templates/commit/35dbdec65d9b3588abfc1f38a1e299e678fe14a3) fix: correct indentation of libredb-studio tags in meta.json - [`81fb31c`](https://github.com/Dokploy/templates/commit/81fb31ccc15f3b48bc60029a6be108b27545697b) feat: add libredb-studio logo - [`7810b33`](https://github.com/Dokploy/templates/commit/7810b337cb1db975bfe80b3f985eb22054e08721) fix: bump libredb-studio image to v0.9.27 - [`e1ae52c`](https://github.com/Dokploy/templates/commit/e1ae52ce418597a4bbc356f8e82f90b13a7b2859) fix: update LibreDB Studio version to v0.9.27 ### 📊 Changes **4 files changed** (+83 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `blueprints/libredb-studio/docker-compose.yml` (+17 -0) ➕ `blueprints/libredb-studio/libredb-studio.svg` (+32 -0) ➕ `blueprints/libredb-studio/template.toml` (+18 -0) 📝 `meta.json` (+16 -0) </details> ### 📄 Description ## What is this PR about? New PR of **LibreDB Studio** — an MIT-licensed, AI-powered open-source SQL IDE (PostgreSQL, MySQL, Oracle, SQL Server, SQLite, MongoDB, Redis). Files added: - `blueprints/libredb-studio/docker-compose.yml` - `blueprints/libredb-studio/template.toml` - `meta.json` entry Details: - Single container via `ghcr.io/libredb/libredb-studio:0.9.27` - SQLite storage with a persistent mount at `/app/data` - Admin/user passwords and JWT secret auto-generated via template variables - Exposes port `3000` on the primary domain - No `container_name`, no custom network (per contribution guidelines) Links: - GitHub: https://github.com/libredb/libredb-studio - Website: https://libredb.org/ ## Checklist Before submitting this PR, please make sure that: - [x] I have read the suggestions in the README.md file - [x] I have tested the template in my instance, so the maintainers don't spend time trying to figure out what's wrong. - [x] I have added tests that demonstrate that my correction works or that my new feature works. ## Issues related (if applicable) N/A ## Screenshots or Videos See the project README for screenshots: https://github.com/libredb/libredb-studio --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-07-14 23:15:50 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/templates#16243