caseyWebb / seedbox

:tv: Docker-based Seedbox / HTPC

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

📺 seedbox

Provisions a ready to go HTPC complete with:

  • Deluge, for torrents
  • NZBget, for usenet
  • CouchPotato, Sonarr, and Headphones for Movie, TV, and Music PVR
  • Plex

Usage

You will need a domain. The setup script uses certbot (formerly letsencrypt) to create SSL certs and it expects to be able to reach the domain configured in .env on port ${HTTPS_PORT}.

Copy .env.defaults to .env, and change the values accordingly. They are self-explanatory.

Then you're ready to run the setup script and start the seedbox with docker-compose

./setup.sh && docker-compose start && docker-compose logs -f

About

:tv: Docker-based Seedbox / HTPC


Languages

Language:HTML 66.3%Language:Shell 33.7%