Skip to content

Latest commit

 

History

History
54 lines (27 loc) · 1.56 KB

README.md

File metadata and controls

54 lines (27 loc) · 1.56 KB

home-media-server

This repo is a compilation of services that runs a media server that is able to automatically download and watch for TV Series and Movies. The services, listed below, are managed in containers run via docker and docker-compose.

Initial Configuration Steps

To be done

Services

Docker Image: https://hub.docker.com/r/linuxserver/plex/

Handles the work of serving media files to various player clients

Docker Image: https://hub.docker.com/r/linuxserver/sonarr/

Automatically searches for torrents for TV series, watches for new episodes

Docker Image: https://hub.docker.com/r/linuxserver/radarr/

Automatically searches for torrents for Movies

Docker Image: https://hub.docker.com/r/linuxserver/jackett/

Proxy for various tracker sites. Takes queries from Sonarr/Radarr and translates them into tracker-site-specific queries and relays responses

Docker Image: https://hub.docker.com/r/linuxserver/transmission/

BitTorrent client with a web interface, handles downloads given by Sonarr/Radarr

Docker Image: https://hub.docker.com/r/linuxserver/ombi

Bridges the gap between Radarr and Sonarr. Tools for allowing non-admin users to request movies

Docker Image: https://hub.docker.com/r/linuxserver/tautulli

Displays stats about Docker Service