This project is a full-featured media center in docker. It is based on the following components:
- Emby or Plex for media server
- Radarr for movie management
- Sonarr for TV show management
- Lidarr for music management
- Prowlarr for indexer management
- Flexget for torrent management
- Jellyseerr or Overseerr for requesting media
- Qbittorrent and Transmission for downloading torrents
- Bazarr for subtitles
- Searcharr for telegram tool
- Clone this repository
- Create a
.env
file in the root directory of the repository:cp .env.example .env
- Modify the
.env
file to your needs - Start the media center:
This will only start indexers and downloaders.
make
- To start emby:
make emby
- To start plex:
make plex
- Emby: http://localhost:8096
- Plex: http://localhost:32400
- Radarr: http://localhost:7878
- Sonarr: http://localhost:8989
- Lidarr: http://localhost:8686
- Prowlarr: http://localhost:9696
- Flexget: http://localhost:5050
- Overseerr: http://localhost:5055
- Bazarr: http://localhost:6767