3.1.0 taught Muximux to read your Docker daemon and import your containers as apps. 3.1.1 builds on that: see how those containers are doing and start, stop, and restart them from the dashboard, plus a new webhook-style button, every language filled in, and a handful of fixes.
Container status and controls
Docker-tracked apps now show a small status dot (and nothing at all when a container is happily running, so the overview stays quiet). Hover a card and Start / Stop / Restart appear just beneath it. This is off by default; turning it on takes a read-write socket mount and a single setting, and even then Muximux only ever starts, stops, and restarts the containers it already tracks, with every action audit-logged.
Full setup, role and group permissions, and the safety details are on the Docker discovery wiki page.
A button that just fires a request
Some "apps" are really just an action: trigger a backup, kick off a CI job, poke an n8n webhook. Give an app open_mode: http_action and a click fires an HTTP request through a server-side relay instead of opening a page, with an optional confirm prompt and audit logging. See the HTTP actions wiki page. Thanks to @victorstan for the idea (#341).
Every language, filled in
All of 3.1.1's new interface text is now translated across all 35 supported languages instead of falling back to English, including a full Russian translation contributed by @fgor09 (#346), reviewed before merging.
Also in this release
- Auto-hide navigation now starts collapsed on load instead of sitting open. Thanks @jaredjxyz (#347).
open_mode: redirectnow actually redirects instead of behaving likeiframe.- Discovery name matching is smarter: prefixed and suffixed names match the catalog, without false matches.
- Muximux keeps itself out of its own Discover list.
- The usual dependency updates.
Upgrading
Drop-in from 3.1.0, nothing to migrate. The Docker socket stays read-only until you opt into the container controls, so nothing changes until you ask for it.
Find a bug? Please open an issue. Enjoy!