{{ message }}
Add WebDataStudio 1.3.0 - #6039
Open
fgilde wants to merge 2 commits into
Open
Conversation
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.

WebDataStudio 1.3.0
A database client that runs on the server instead of on one laptop: PostgreSQL, MySQL/MariaDB, SQL
Server, SQLite, Oracle, DuckDB, ClickHouse, MongoDB and Redis in one container. Schema explorer, SQL
editor with completion and history, a visual query builder, result charts, ER diagrams drawn from the
foreign keys, schema editing, a column-by-column comparison between two connections, saved and
scheduled queries with file export, and an MCP endpoint so an agent can query the same connections
under the same rules.
ghcr.io/fgilde/webdatastudio:v1.3.0, pinned to the manifest-list digestsha256:e7769d9690315217296bc7cb7bd0ea278ea02eef41c7cb4911e5b767f0ed3347(
linux/amd64+linux/arm64, public, built by the project's own CI)Package
One service behind
app_proxy(port: 8118→ container8080), running as1000:1000, with${APP_DATA_DIR}/data:/datafor saved connections, query history, layouts and the studio's ownSQLite database. No host paths, no Docker socket, no privileged mode, no extra capabilities, no
raw published ports, no dependencies.
Credentials
The studio has no login screen at all when neither
WDS_USERnorWDS_PASSWORDis set, so thepackage always sets both:
adminand${APP_PASSWORD}, withdeterministicPassword: truesoumbrelOS shows the password on the app page.
Testing
npm run lint:apps -- webdatastudio --check-images: clean.docker buildx imagetools inspect ghcr.io/fgilde/webdatastudio:v1.3.0listslinux/amd64andlinux/arm64under the pinned index digest.--user 1000:1000and the same bind mount: the UI answers,/api/*gives
401without a session, a login with the packaged credentials returns200and a wrongpassword
401, andwebdatastudio.dbis created in the mounted directory. Restarting thecontainer against the same directory keeps the data.
committed in this PR.
Screenshots and logo
Logo: https://raw.githubusercontent.com/fgilde/WebDataStudio/master/docs/assets/icon.png (SVG source:
https://raw.githubusercontent.com/fgilde/WebDataStudio/master/docs/assets/icon.svg)
Screenshots: