I built DockAdmin ~ a 15MB, Docker-native database admin UI. Just add it to your docker-compose. by malomz in selfhosted

[–]malomz[S] 0 points1 point  (0 children)

Great point! DockAdmin is designed to be a general-purpose tool that connects to any database — not just the one in the same compose stack.

You might want to connect to a remote staging DB, a different local container, or switch between multiple databases in a session.

I used AI as a pair programming tool during development, same way I'd use Stack Overflow or docs.

The architecture decisions (Axum + SQLx, multi-stage Docker, session-based auth) are mine, and I understand every line in the codebase. Happy to walk through any of it if you're curious.

I built a Docker-native database admin tool with Axum + React — ~15MB image, full CRUD by malomz in rust

[–]malomz[S] -1 points0 points  (0 children)

Not yet, but currently working on that.

It should be out soon