I purchased Dashboard Pro and am using the Docker version of BmuS. How do I add the dashboard to the Docker container?How
- Place the file
bmus_dashboard_pro.sh directly into the config folder.
(Do not rename the file).
- Open
bmus.conf
- Change
DASHBOARD_MODE="simple" to DASHBOARD_MODE="advanced"
- Change
DASHBOARD_GENERATOR="$HOME_PI/bmus_dashboard.sh" to
DASHBOARD_GENERATOR="/config/bmus_dashboard_pro.sh"
- Restart the container to apply permissions:
sudo docker compose restart bmus
- The Pro Dashboard will now be generated automatically after every backup.