Skip to content
This repository has been archived by the owner on Jan 15, 2018. It is now read-only.

hazcod/Gunther

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gunther - NO LONGER MAINTAINED

~ Easy web frontend for your media on a debian VPS.

Gunther can be used as a easy-to-use web frontend for your personal media. You can stream your media, aswell as automatically request new media to programs controlled by API. (think CouchPotato, Sickbeard, ...)

The idea is to have a central place for the less tech-savvy user. If you want to contribute, application/ is the folder you need.

Note: This can install downloaders for you. Use the setupDownloaders.sh script for that..

Features

  • Works with the high performance web server nginx
  • Uses the high performant Webdav protocol for sharing; almost every client supports this
  • No running database required; uses SQlite
  • Caches posters and actor images; a little slower, but at least everything is over HTTPS
  • Fetches all media info directly from providers.

Installation

  1. Start with a fresh debian installation and be logged in as root.
  2. Download the setup file to your VPS.
cd /tmp && wget --no-check-certificate https://raw.githubusercontent.com/HazCod/Gunther/master/setup/setup.sh
  1. Set your desired admin password in the script (default is Gunth3r!) and run the setup script to setup everything on your Debian host.
nano setup.sh
chmod +x setup.sh
./setup.sh
  1. Set your API keys in config.php.
  2. Setup a daily cron job to keep the site snappy. (not mandatory) 01 0 * * * www-data wget --no-check-certificate -q http://localhost/cache &>/dev/null
  3. Login with admin and the password.

TODO

See issue tracker.

Screenshots

Gunther login screenshot

Gunther dashboard

Movie info

Series info

Gunther stream screenshot

Gunther admin screenshot

Project dependencies

(HTML/PHP/CSS/SHELL/JS), VideoJS, Bootswatch Flatly, Bootstrap, IMDB, TheTVDB, SQLite

About

Easy web frontend for media streaming - Fork me! (NO LONGER MAINTAINED)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published