I purchased Dashboard Pro and am using the Docker version of BmuS. How do I add the dashboard to the Docker container?How

  1. Place the file bmus_dashboard_pro.sh directly into the config folder.
    (Do not rename the file).
  2. Open bmus.conf
  3. Change DASHBOARD_MODE="simple" to DASHBOARD_MODE="advanced"
  4. Change DASHBOARD_GENERATOR="$HOME_PI/bmus_dashboard.sh" to
    DASHBOARD_GENERATOR="/config/bmus_dashboard_pro.sh"
  5. Restart the container to apply permissions:
    sudo docker compose restart bmus
  6. The Pro Dashboard will now be generated automatically after every backup.