https://github.com/whizzzkid/linux-system-info-webpage
Material Design Dashboard for Linux System Info. Great for RPi and other linux Distros
https://github.com/whizzzkid/linux-system-info-webpage
dash dashboard google-charts google-material infoscreen javascript linux material php raspberry-pi raspberry-pi-3 raspberrypi rpi
Last synced: about 1 month ago
JSON representation
Material Design Dashboard for Linux System Info. Great for RPi and other linux Distros
- Host: GitHub
- URL: https://github.com/whizzzkid/linux-system-info-webpage
- Owner: whizzzkid
- License: mit
- Created: 2016-04-24T10:50:31.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-04-24T18:33:22.000Z (over 9 years ago)
- Last Synced: 2025-08-31T18:58:45.829Z (about 1 month ago)
- Topics: dash, dashboard, google-charts, google-material, infoscreen, javascript, linux, material, php, raspberry-pi, raspberry-pi-3, raspberrypi, rpi
- Language: PHP
- Homepage: https://nishantarora.in/adding-front-end-to-your-raspberry-pi-server.naml
- Size: 6.84 KB
- Stars: 20
- Watchers: 2
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RPi-System-Info-Script
This script is inspired from https://gist.github.com/jvhaarst/4388108/ and uses [MDL](https://getmdl.io/) and [Google Charts](https://developers.google.com/chart/interactive/docs/gallery).# Why
The original script renders a boring page with no beauty. What's more beautiful than material design. This script can be used on any linux based distro, but I am using this for my RPi Print Server which I set up [here](https://nishantarora.in/minimal-raspberry-pi-google-cloud-print-server.naml).#Screenshots

# Installation
#apt-get install -y libapache2-mod-php5 lsb-release lsscsi git -y
# cd /var/www/html
# wget https://raw.githubusercontent.com/whizzzkid/RPi-System-Info-Script/master/index.phpDone!
# Features
- Completely rewritten with performance in mind.
- Less processing on server side (we’re running this on Pi) more processing to the user.
- Complete Material Design Compliance.
- Google Charts :-)
- No dependency.
- Responsive Design.# License: MIT
# Blog Post: https://nishantarora.in/adding-front-end-to-your-raspberry-pi-server.naml