/downloadserver

The Ultimate Download Server a collection of software which provides you the possibility to fully automated download films, tv shows, music, etc. The big advance of The Ultimate Download Server is that all software will be installed and configured for you.

Primary LanguageShellApache License 2.0Apache-2.0

Description

The Ultimate Download Server a collection of software which provides you the possibility to fully automated download films, tv shows, music, etc. The big advance of The Ultimate Download Server is that all software will be installed and configured for you.

What does it include?

  • A handy portal to access all the components
  • Sickrage
  • CouchPotato
  • LazyLibrarian
  • Headphones
  • Sabnzbd
  • rTorrent
  • Spotweb

Getting Started

pre-Requirements

Installation

  1. git clone https://github.com/The-Ultimate/downloadserver.git
  2. Edit configure.env with your favorite text editor and set the correct path to your media files and configure news server credentials
  3. Save and exit the editor
  4. ./downloadserver_<platform>.sh
  5. Grab a beer and watch till the magic is done

Usage

  1. Start your favorite browser and hit: http://<dockerhost> to start the portal

Clean installation

Linux

  1. Install git (sudo yum -y install git (Fedora, CentOS, Redhat) / sudo apt-get -y install git (Ubuntu, Debian))
  2. Install Docker (https://docs.docker.com/engine/installation/linux/)
  3. Install Docker Compose (https://docs.docker.com/compose/install/)
  4. Change directory to location where you want to checkout the downloadserver source
  5. git clone https://github.com/The-Ultimate/downloadserver.git
  6. cd downloadserver
  7. Edit configure.env with your favorite text editor and set the correct path to your media files and configure news server credentials
  8. Save and exit the editor
  9. ./downloadserver_linux.sh

MacOS

  1. Install xcode from the AppStore to get git on your system
  2. Download Docker (https://download.docker.com/mac/stable/Docker.dmg)
  3. Install Docker
  4. Change directory to location where you want to checkout the downloadserver source
  5. git clone https://github.com/The-Ultimate/downloadserver.git
  6. cd downloadserver
  7. Edit configure.env with your favorite text editor and set the correct path to your media files and configure news server credentials
  8. Save and exit the editor
  9. ./downloadserver_macos.sh

Windows

TBD

FAQ

Q. What is the default user/pass for Spotweb

A. U: admin / P: bewtops

Q. Why is Windows not (yet) supported?

A. It's Windows

Used sources

Getting help

Reporting bugs & contributing

  • Want to report a bug or request a feature? Please open an issue
  • Want to help us build The Ultimate Download Server? Follow our contribution guidelines to build it locally and make a pull request

Roadmap

Special thanks

Wouter Oet (https://github.com/WouterOet) for his Docker knowledge and beer talk

Jeroen Geusebroek (https://github.com/jgeusebroek) for his projects I used for examples