hazcod / Gunther

Easy web frontend for media streaming - Fork me! (NO LONGER MAINTAINED)
27 stars 5 forks source link

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

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
  3. 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
  4. Set your API keys in config.php.
  5. 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
  6. 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