manueljpconde turns mikeEU into a self-host appliance

A one-command Docker stack and an admin screen for plugging in your own AI models - mikeEU is being shaped for firms that want to run it themselves.

infrastructuresecurity

manueljpconde has bundled mikeEU into a single Docker stack - database, file storage, backend, and frontend all come up together - so a firm's IT team can stand the whole thing up without stitching cloud services together. Alongside it, a new admin screen lets the person running the deployment register their own AI model providers, with API keys encrypted at rest in the database. The fork now speaks to any OpenAI-compatible model, including a locally-running one on the same machine.

A follow-up tightened the screws: pinned versions on the storage components, a small networking fix so the backend can reach a model running on the host, and the removal of a server-only secret that had been leaking into the frontend build. That last one matters - it's the kind of mistake that turns a self-hosted product into a credential disclosure.

So what Worth a look for any legal-tech team weighing whether to deploy a Mike fork inside their own walls rather than as a cloud product.

View this fork on GitHub →

Spotted something wrong? Or know the PR text has fresher detail than the writeup above?

Commits in this thread

6 commits from manueljpconde/mikeEU, oldest first. Source extracted verbatim from the harvested git log.

SHA Subject Author Date
d39706fc Add Docker stack and managed model support Manuel Conde 2026-05-10 ↗ GitHub
e9d96136 Merge pull request #7 from manueljpconde/codex/docker-local-stack Manuel Conde 2026-05-10 ↗ GitHub
[codex] Add Docker stack and managed model support
91ea79c4 Document managed model configuration Manuel Conde 2026-05-10 ↗ GitHub
ec1dc09a Merge pull request #8 from manueljpconde/codex/readme-managed-models Manuel Conde 2026-05-10 ↗ GitHub
[codex] Document managed model configuration
f8873309 Harden Docker quickstart config Manuel Conde 2026-05-10 ↗ GitHub
ec3c8758 Merge pull request #13 from manueljpconde/codex/docker-hardening-fixes Manuel Conde 2026-05-10 ↗ GitHub
[codex] Harden Docker quickstart config

Capture this thread into my fork

Download a single Markdown prompt that tells Claude how to port every commit above into your working tree — adapting paths and structure to match your repo. Run it via claude -p < capture-thread-217.md from inside the repo you want the changes in.

⬇ Download capture-thread-217.md