User Tools

Site Tools


nethserver-linux-dash

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

nethserver-linux-dash [2015/05/21 20:38]
stephdl
nethserver-linux-dash [2019/06/05 19:48]
Line 1: Line 1:
-===== Linux-dash ===== 
-A simple, low-overhead web dashboard for GNU / Linux. (~1MB) 
  
-see https://github.com/afaqurk/linux-dash 
- 
-Add my repository 
- 
-  yum install http://mirror.de-labrusse.fr/NethServer/6/noarch/nethserver-stephdl-1.0.0-1.ns6.noarch.rpm 
- 
-then install the module 
- 
-  yum install nethserver-linux-dash --enablerepo=stephdl 
- 
-each time you want to update linux-dash, you must do 
- 
-  signal-event nethserver-linux-dash-update 
-==== Usage ==== 
-First only admin is allowed but you can add more users, linux-dash is restricted to the local network, but you can open it to the www if you want. 
- 
-    # config show linux-dash  
-    linux-dash=configuration 
-        Name=linux-dash 
-        Users=toto,titi,tutu 
-        access=private 
-        status=enabled 
- 
-  * add more users (at first only admin is allowed) 
- 
-    config setprop linux-dash Users user1,user2,user2 
-    signal-event nethserver-linux-dash-update 
- 
-  * allow it to www (public/private) 
- 
-    config setprop linux-dash access public 
-    signal-event nethserver-linux-dash-update 
- 
-  * stop the web service (enabled/disabled) 
- 
-    config setprop linux-dash status disabled 
-    signal-event nethserver-linux-dash-update 
- 
-  * change the url name 
-    config setprop linux-dash Name plop 
-    signal-event nethserver-linux-dash-update 
- 
-After that you can see your server-activity (bandwithd, cpu, nethwork, accounts...) in real time, go to https://IP/linux-dash (if you don't have changed the url) or go to dashboard->applications->linux-dash (think to set a password to the admin user) 
-==== Issues ==== 
- 
-Please raise Issues on [[https://github.com/stephdl/nethserver-linux-dash/issues|github]] 
- 
-{{tag>module}} 
nethserver-linux-dash.txt ยท Last modified: 2019/06/05 19:48 (external edit)