Skip to content

FlixXR/Material-Usenet-Dashboard

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Material Usenet Dashboard

Material Usenet Dashboard (MUD) is a Node JS application that makes use of Google's Material Design standards.

MUD is able to provide:

  • Network services and their status e.g. CouchPotato, Sonarr, NZBGet, Transmission
  • TV Shows from Sonarr, and their status
  • Movies from CouchPotato and their status
  • The weather in a chosen location
  • System information such as CPU, memory and disk usage
  • An iFrame which can be filled with anything, but optimised for PRTG Network Maps (645x350 perfect resolution 1080p screens)

Installation

Install NodeJS (tested on 4.2.3 LTS) & npm on your computer and download/clone MUP.

Inside the MUP folder, npm install to grab all the dependencies required by MUP.

npm install

Make changes to the 'new.config.json' file to match it to your own settings then renamed it to 'config.json'.

Start the program by running

node app.js

Access the site at http://localhost:3000

Stuff used to make this

About

Personalised dashboard built using Material Design. Outdated demo:

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 56.0%
  • CSS 27.1%
  • HTML 16.9%