Raspberry Pi Dashboard Versions Save

Web-App Dashboard to monitor Raspberry Pi hardware and software status. Nothing more than Webserver + PHP required.

v1.1.5

6 months ago

In this release:

  • [new] added installer script (alpha) for automated dashboard setup
  • [fix] correct display of CPU loads

Stay tuned for more to come soon!

Feel free to create an issue in case you experience any problems! Use the discussions to request new features or ideas for RPi Dashboard! Thanks!

v1.1.4

7 months ago

In this release:

  • fixed bug where dashboard live stats are not shown on systems using with PHP version 8.1+ (#61)

Stay tuned for more to come soon!

Also: Feel free to create an issue if you experience any problems! Use the discussions to request new features or ideas for RPi Dashboard! Thanks!

v1.1.3

8 months ago

Hi folks! It has been a while since the last update. Now I am back and this release is the beginning of a major upgrade of the RPi Dashboard!

In this release:

  • updated dependencies
  • improvements to theme and layout
    • migrated to new bootstrap's own dark mode
  • minor changes / bugfixes

Stay tuned for more to come soon!

Feel free to create an issue if you experience any problems! Use the discussions to request new features or ideas for RPi Dashboard! Thanks!

v1.1.2

10 months ago

Hi folks! It has been a while since the last update. Now I am back and this release is the beginning of a major upgrade of the RPi Dashboard!

In this release:

  • allow permanently changing temperature unit to Fahrenheit (#56)

Stay tuned for more to come soon!

Feel free to create an issue if you experience any problems! Use the discussions to request new features or ideas for RPi Dashboard! Thanks!

v1.1.1

1 year ago

Hi folks! It has been a while since the last update. Now I am back and this release is the beginning of a major upgrade of the RPi Dashboard!

Stay tuned for upcoming changes / features:

  • check GPIO status from the dashboard
  • upgrade of all components / dependencies
  • and more to come!

Feel free to create an issue if you experience any problems! Use the discussions to request new features or ideas for RPi Dashboard! Thanks!

v1.1.0

2 years ago

Added

  • live page title with hostname + status of monitored RPi
  • new project logo and improved readme.md design (thanks @Roo7K1d)

Changed

  • renamed SD Card to Disk Space
  • second options button placed in navbar for easier access
  • autofocus login modal password field

As always: Update your existing dashboard setup by navigating to root folder and running git pull in the terminal.

For a new / clean installation

  • just clone repo again to a specific subfolder of /var/www/html of your choice
  • migrate your settings simply by copying local.config (if existent) to new location.

❗ If you run into issues and getting error message "Permission denied" or "unable to open file" see issue #22 or the README (easier) for help and instructions to solve. ❗

v1.0.1

2 years ago

Changed

  • filter tmpfs not showing up in storage / partitions view (thanks @wannadrunk)
  • updated readme setup section for setting correct permissions

Fixed

  • bugs in setup page (resources)

Since 1.0.0: especially with regard to the setup page and a universal approach of detecting correct prequisites for the dashboard, individual tests would be helpful - therefore: call for testing ❕

v1.0.0

2 years ago

It is recommended to start with a fresh installation:

For a new / clean installation

  • just clone repo again to a specific subfolder of /var/www/html of your choice
  • migrate your settings simply by copying local.config (if existent) to new location.

Added

  • brand-new setup and welcome page for easier setup and configuration instructions 💯 🎆

Changed

  • notably updated readme with more comprehensive help / info
  • minor dark mode improvements
  • extended descriptions and help/instructions on error (- since v0.10 revamped user config options (major change requiring valid permissions set on /var/www/html - see prequisites & installation instructions in readme ❕ )

Fixed

  • auto-detection of missing permissions for retrieving advanced system information via vcgencmd
  • small improvements on settings

Especially with regard to the setup page and a universal approach of detecting correct prequisites for the dashboard, individual tests would be helpful - therefore: call for testing ❕

v0.10

3 years ago

❗ If you run into issues and getting error message "Permission denied" or "unable to open file" see issue #22 for help and instructions to solve. ❗

As always: Update your existing dashboard setup by navigating to root folder and running git pull in the terminal.

For a new / clean installation

  • just clone repo again to a specific subfolder of /var/www/html of your choice
  • migrate your settings simply by copying local.config (if existent) to new location.

Added

  • allow changing password from options modal 💯

Changed (❕)

  • revamped user config options (major change requiring valid permissions set on /var/www/html - see #22)
  • notably updated readme with better structuring and more comprehensive help / info
    • replaced top image (use transparent background) adjusted to Github's web site dark theme

Last release before a major 1.0.0 ❕

v0.9.2

3 years ago

As always: Update your existing dashboard setup by navigating to root folder and running git pull in the terminal.

Changed

  • updated dependencies (bootstrap-icons and mdtoast)
    • alignment of icons much better! 🎆 👍 💯
  • forced toast to use global font of dashboard
  • add version string as query on includes to help refresh files (prevent caching files for too long)
  • code formatting: use spaces (instead of tabs) consistently
  • misc dev env improvements

Fixed

  • fixed icons in overall status view in case of warnings