Commit Graph

5 Commits

Author SHA1 Message Date
Kelvin Chen 12ad9c4d2e Remove basic auth from Plex
Plex now has authentication even for local servers. The basic auth for
the plex endpoint is redundant.
2016-10-31 21:52:05 -04:00
Kelvin Chen 33817a2ab7 Add Jackett support
Add jackett to the sonarr image. Adjust the reverse proxy to route the
jackett subdomain
2016-10-12 17:33:00 -04:00
Kelvin Chen 09475ed565 Add Sonarr container and some changes to frontend
Sonarr
 - Add support for http://sonarr.tv/ in its own docker container

 Frontend
 - Add sonarr as a endpoint for the frontend proxy
 - Don't resolve hostnames initially which fixes an longstanding issue
   where nginx will crash if the other containers aren't up since their
   hostnames won't be resolvable:
     - Set resolver to 127.0.0.11 which is Docker's DNS for resolving
       services
     - Removed upstream block and declared upstream in set statements

Signed-off-by: Kelvin Chen <kelvin@kelvinchen.org>
2016-10-07 23:39:13 -04:00
Kelvin Chen e598317386 Switch frontend from old base image to alpine 2016-10-07 01:43:03 -04:00
Kelvin Chen f3af899de2 Initial commit 2015-11-06 18:54:20 -05:00