Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 1.06 KB

README.md

File metadata and controls

24 lines (14 loc) · 1.06 KB

docker-tv

Entertainment automation for homelabs on docker

What does the composition contain?

  • Transmission server for downloading media from torrents.
  • Jackett as the torrent search aggregator backend.
  • TorDash for search bar, transmission web and downloads directory browser all in one.

How to use?

  • Install docker.

  • Clone this repo: git clone https://github.com/viranch/docker-tv

  • cd docker-tv and edit the relevant docker compose file to insert any secrets/configuration.

  • Run the composition with a VPN (recommended): docker-compose -f docker-compose-with-vpn.yml up -d

  • Or, without a VPN: docker-compose -f docker-compose-without-vpn.yml up -d

  • Navigate to http://your-ip/ to access the dashboard.

  • In most practical cases, you'd want to import/copy the sample compose setup in this repo to your own compose files and put the dashboard behind your reverse proxy container.