Entertainment automation for homelabs on docker
- 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.
-
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.