Skip to content

edbizarro/friday

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Friday

Included Software

  • Transmission
  • Sonarr
  • Lidarr
  • Radarr
  • Emby
  • Ombi
  • Heimdall
  • Nzbget
  • Jackett
  • Flaresolverr

Requirements

Set up

  • Clone this repository, cd into it.
  • Copy the file .env.example to .env and edit accordingly.
  • The only thing you really need to care about in the .env file are the PGID, PUID and the MEDIA FOLDERS config block. Ensure they are the same as the user you wish to run the containers as. You may create a user just for this or you can use your own user. You can use the command id $(whoami) to find you user id. Linux boxes usually have 1000 as your UID and macOS usually 501 (it may vary). For the GID, Linux should work with 1000 and macOS usually is 20.
  • Run docker-compose up -d
  • Add the following to your hosts file:
# Friday
127.0.0.1 heimdall.friday
127.0.0.1 emby.friday
127.0.0.1 sonarr.friday
127.0.0.1 lidarr.friday
127.0.0.1 radarr.friday
127.0.0.1 ombi.friday
127.0.0.1 jackett.friday
127.0.0.1 flaresolverr.friday
127.0.0.1 transmission.friday
127.0.0.1 nzbget.friday
127.0.0.1 hydra.friday

URLs

🚧 This area is under construction

TO-DO

  • Add TRAEFIK as reverse proxy to drop ports on hostnames
  • Add better monitoring solution (netdata?, prometheus?)
  • Make a better README

forthebadge forthebadge