Comment on Show HN: Linux server monitoring web dashboardparentComments−amjd12yThere's no installation, just git clone and move to your www directory.$ git clone https://github.com/afaqurk/linux-dash.git$ mv linux-dash/ /var/www/−mryan12yThat assumes you have a web server configured to serve PHP out of /var/www.At the very least you would want to put some access control in front of this.−amjd12yThat assumes you have a web server configured to serve PHP out of /var/www.The example was for Apache webserver.At the very least you would want to put some access control in front of this.You're right, access control would be in order. Though I was merely suggesting the fastest way to try it out.
Comments
There's no installation, just git clone and move to your www directory.
$ git clone https://github.com/afaqurk/linux-dash.git
$ mv linux-dash/ /var/www/
That assumes you have a web server configured to serve PHP out of /var/www.
At the very least you would want to put some access control in front of this.
The example was for Apache webserver.
You're right, access control would be in order. Though I was merely suggesting the fastest way to try it out.