Summary
Adding a --ui-path option to the CLI to allow subpath configuration for the web server (e.g., localhost:80/path).
Motivation:
This feature enables users to serve applications from specific paths, improving organization for multiple apps on the same server.
For example: example.com/logs for logdy only service
Implementation:
Include --ui-path option, modify routing logic, and update documentation accordingly.