[Request] phpSysInfo

Hello,

Because Raspcontrol isn’t available for the Jessie update anymore, phpSysInfo would be a great alternative.
It installs very easily.

See https://phpsysinfo.github.io/phpsysinfo/ for more info. They even have an app for Androidand iOS!

Install steps:

cd /tmp
wget https://github.com/phpsysinfo/phpsysinfo/archive/v3.2.3.tar.gz
tar -zxvf v3.2.3.tar.gz -C /var/www/ 
mv /var/www/phpsysinfo-3.2.3 /var/www/phpsysinfo
cp /var/www/phpsysinfo/phpsysinfo.ini.new /var/www/phpsysinfo/phpsysinfo.ini

If you want to add CPU temp, you need to enable ‘PiTemp’ on line 183.

And behold: https://share.pilovali.nl/System_information_server02_(10.0.1.2)_-_Mozilla__2015-10-13_09-50-10.png
NOTE: Loading can take a while depending on what system you use.

If you want to test it, feel free to use this:
http://s6.pilovali.nl/phpsysinfo/
I’m using this phpsysinfo: http://s6.pilovali.nl/phpsysinfo/phpsysinfo.ini

Looks awesome. As you have kindly provided the installation steps, i’ll get this added for next release. :slight_smile:

I recommend using this phpsysinfo.ini, it’s optimized: http://s6.pilovali.nl/phpsysinfo/phpsysinfo.ini

Will do, thanks, i’ve downloaded it.
https://github.com/Fourdee/DietPi/issues/89

The ini file was spot on. Good work.

I also reduced the .ini file from 17KB down to 3KB. As these are stored on the DietPi ramdisk, every little counts :smiley: https://github.com/Fourdee/DietPi/blob/dev/dietpi/conf/phpsysinfo.ini

You can better change

INSTALL_URL_ADDRESS='https://github.com/phpsysinfo/phpsysinfo/archive/v3.2.3.zip'

to

INSTALL_URL_ADDRESS='https://github.com/phpsysinfo/phpsysinfo/archive/master.zip'

It will always download the latest one that way.

Done, good spot :slight_smile:

Available in DietPi v97: https://dietpi.com/forum/t/dietpi-software-details-for-all-installation-options/22/33