You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,6 +67,7 @@ Muximux v3 is a complete rewrite. The original PHP bookmark portal has been repl
67
67
- Collapsible groups with drag-and-drop reordering
68
68
- Command palette with fuzzy search (`/` or `Ctrl+K`)
69
69
- Iframe caching -- visited app iframes stay in the DOM for instant switching without reload
70
+
- Split view -- display two apps side by side (horizontal) or stacked (vertical) with a draggable divider, toggle on/off with a single click, URL hash routing with `#app1+app2` format
70
71
- Hash-based app routing -- URL hash links to specific apps (e.g. `#plex`) with browser back/forward navigation
71
72
- Dynamic themed favicons matching the current theme's accent color
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,8 +67,8 @@ Muximux v3 is a ground-up rewrite. The original [Muximux](https://github.com/mes
67
67
-**Built-in authentication** - username/password, forward auth (Authelia/Authentik), or OIDC
68
68
-**Optional TLS and gateway** - an embedded Caddy instance can handle HTTPS certificates and serve other sites alongside Muximux
69
69
-**Guided onboarding** - a setup wizard walks you through security setup and adding your first apps
70
+
-**Split view** - display two apps side by side or stacked with a draggable divider
70
71
-**1,600+ icons** from Lucide plus thousands of service-specific icons from [Dashboard Icons](https://github.com/homarr-labs/dashboard-icons)
71
-
-**Keyboard shortcuts** for power users - switch apps, toggle navigation, search, all from the keyboard
72
72
-**Themes** - built-in light and dark modes, plus custom themes via CSS
73
73
74
74
---
@@ -197,9 +197,10 @@ For the full configuration reference, authentication options, TLS setup, and mor
197
197
| **Authentication** | Built-in users (bcrypt), forward auth (Authelia/Authentik), or OIDC - with user management and roles |
198
198
| **TLS / HTTPS** | Automatic Let's Encrypt certificates or manual cert/key, powered by embedded Caddy |
199
199
| **Gateway** | Reverse proxy other sites and services on your network -- things that don't need to be in the Muximux menu -- via a standard Caddyfile |
200
+
| **Split View** | Display two apps side by side or stacked with a draggable divider - toggle on and off with a single click |
0 commit comments