Skip to content

psagat/plex-server-status

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This code has been heavily modified from Ryan Christensen's original project for his OSX server: https://bitbucket.org/ryanchristensen/d4rk.co. Original credit goes to Ryan, thanks for the framework!

Home Lab DASHBOARD

I have made a number of changes:

  • Updated to use PHP7 so ssh login functionality now works with newer systems. PHPSeclib was getting long in the tooth.
  • Changed the weather API to VisualCrossing as DarkSky is now defunct :(
  • Created a weather 7 day forcast
  • Added Google calander API functionality so that I can get the next 5 days of my Cal.
  • Added functionality to pull data from influxdb, getting this like temperature and humidity in house.
  • Added new functionality to pull from SabNZB queue and list was is being pulled and whats recently completed.
  • Removed Plex Play
  • Removed services I don't have on my server and added others.
  • Moved user credentials to a config.ini you can place outside of your web root. Just make sure it is correctly included in the relevant functions that require it

You will need to run this on Apache or NGINX, using PHP7 and have a google developer account to get an API key.

About

Server status page, focused on Plex

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 86.2%
  • HTML 13.1%
  • CSS 0.7%