#1023·kutt

Feature Request: Configurable Dashboard Panel Path

Author: arsalansesCreated Jul 23, 2026Updated Jul 23, 2026

Currently, the dashboard is accessible at the root path (/). This can cause conflicts if I want to serve a public facing website or landing page at the root while keeping the admin interface separate.

Add a configuration option (e.g., DASHBOARD_PATH environment variable) that allows changing the dashboard's URL path. For example, setting DASHBOARD_PATH=/dashboard would make the dashboard accessible at yourdomain.com/dashboard instead of the root.

Using a reverse proxy to rewrite paths, but this adds unnecessary complexity and could break internal routing or API calls.