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
Route configuration and API payloads no longer support path_patterns. Remove it from YAML routes, Docker labels, and any tooling that emits route JSON. FileServer routing no longer uses path-pattern multiplexing aligned with this field.
Bug Fixes
FileServer routes that combine static files with rules ran middleware too early. Response headers and body paths from rule handlers such as SPA shells and embedded /api traffic now travel through the same middleware chain operators expect after rules settle.
Improvements
In-app wiki content and screenshots refresh, benchmark docs show inline docker stats, and idle/gallery visuals line up with the current loading page and dashboards.
scripts/setup.sh and README curl-based install snippets use POSIX-friendly sh patterns so installs behave more consistently on dash BusyBox and BSD-style shells.
Full Changelog
refactor(route): remove path_patterns; sync OpenAPI and webui submodule (f8d0257)
fix(route): wrap FileServer handlers with middleware after rules (93d526b)