GithubHelp home page GithubHelp logo

kryndex / linux-dash Goto Github PK

View Code? Open in Web Editor NEW

This project forked from tariqbuilds/linux-dash

0.0 2.0 0.0 4.51 MB

A beautiful web dashboard for Linux

Home Page: http://linuxdash.afaqtariq.com

License: MIT License

JavaScript 32.12% CSS 13.90% HTML 11.60% Python 22.20% Go 1.32% PHP 0.24% Shell 15.35% Perl 3.28%

linux-dash's Introduction


linux-dash

A simple, low-overhead web dashboard for Linux

Demo  |  Features  |  Installation  |  Support

Linux Dash Gitter chat


Linux Dash screenshot


Features

  • A beautiful, simple web-based dashboard for monitoring a linux server
  • Only ~1MB on disk! (.git removed)
  • Live graphs, refresh-able widgets, and a growing # of supported modules
  • Drop-in installation for PHP, Node.js, Python, and Go

Installation

Step 1: Download Linux Dash

Clone the git repo

git clone https://github.com/afaqurk/linux-dash.git

Or download it here.

Step 2: Secure Linux Dash

Linux Dash does not provide any security or authentication features.

It is strongly recommended that all Linux Dash installations be protected via a security measure of your choice.

Step 3: Start Linux Dash

Linux Dash can be run in: Node.js, PHP, Go, or Python.
* Node.js is the recommended platform since it has native support for websockets and fast I/O.

First, navigate to the linux-dash folder you downloaded or cloned.

Then, refer to the section for your preferred platform:

Node.js

Install NPM dependencies

npm install

Start Linux Dash

node server/

Default port for Linux Dash is 80. You may change this with the LINUX_DASH_SERVER_PORT environment variable (eg. LINUX_DASH_SERVER_PORT=8080 node server) or editing the server/index.js on line 9

PHP
  1. Make sure you have the exec, shell_exec, and escapeshellarg functions enabled
  2. Restart your web server (Apache, nginx, etc.)
Go

Go to the linux-dash/server folder and run

go run index.go

To build a binary, run go build && ./server -h. See @tehbilly's notes here for binary usage options

Python 2

Run ./python-server.py will run a server on port 80 which is the default. You can provide a specific port via the --port flag.

Support

For help with general setup and configuration issues please use the Linux Dash Gitter chat room.

The following distributions are supported:

  • Arch
  • Debian 6,7
  • Ubuntu 11.04+
  • Linux Mint 16+
  • CentOS 5, 6
  • openSUSE

linux-dash's People

Contributors

tariqbuilds avatar commonquail avatar arnaudbey avatar triforce avatar caramelomartins avatar mattlicense avatar vernes avatar albertbrufau avatar mlitbk avatar lgaetz avatar glidership avatar alozovskoy avatar prawnsalad avatar thebouv avatar andreyvital avatar q-max avatar dongweiming avatar steverobbins avatar lacivert avatar xiedezhuo avatar sbrl avatar simounet avatar spapas avatar donatj avatar jasonwbarnett avatar hakandilek avatar cmfcmf avatar 0verbyte avatar andi98 avatar amalfra avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.