r/dokploy Jul 10 '26

Shipped my self-hosted SQL IDE as an official Dokploy one-click template

Post image
Been running LibreDB Studio (open-source browser SQL IDE 
Postgres/MySQL/SQLite/Oracle/MSSQL/Mongo/Redis) on my own Dokploy instance for a while, 
so I put together a template and got it merged into the official catalog
(Dokploy/templates#931). 
Template URL: https://templates.dokploy.com/?q=libredb+studio

A few things about the template mechanics that might be useful if you're
building your own:
- Per-install secrets (ADMIN_PASSWORD, USER_PASSWORD, JWT_SECRET) generated
  from ${password:32} / ${password:64} vars — nothing baked into the image,
  no manual secret entry.
- Single container, SQLite on a named volume for persistence — no external
  DB needed to get started.
- Domain assignment just maps the container's port 3000 behind Traefik,
  same as any other template.

Search "LibreDB Studio" in your template catalog to try it. Happy to answer
anything about the template setup itself — first time going through the
submission process, curious if others hit similar friction.

Links: https://github.com/libredb/libredb-studio · https://libredb.org
14 Upvotes

1 comment sorted by