linux_dash
startSectionEdit: $data "section" is NOT an array! One of your plugins needs an update.
Linux Dash
Quellen:
mkdir -p /var/www/html/meinekleinefarm.net/dash/ git clone --depth 1 https://github.com/linux-dash/linux-dash.git /var/www/html/meinekleinefarm.net/dash/
Cloning into 'dash'... remote: Counting objects: 78, done. remote: Compressing objects: 100% (71/71), done. remote: Total 78 (delta 5), reused 48 (delta 3), pack-reused 0 Unpacking objects: 100% (78/78), done. Checking connectivity... done.
chown www-data:www-data -R /var/www/html/
Das Monitoring Dashboard über Apache2 Basic Authentication absichern.
htpasswd -B -c /etc/apache2/.htpasswd demo-user New password: Re-type new password: Adding password for user demo-user htpasswd -B /etc/apache2/.htpasswd demo-user2 New password: Re-type new password: Adding password for user demo-user2
nano /etc/apache2/sites-available/dash.meinekleinefarm.net.conf
a2ensite dash.meinekleinefarm.net.conf service apache2 reload
linux_dash.txt · Zuletzt geändert: 2016/11/09 19:56 von xenadmin