Commit Graph

19 Commits

Author SHA1 Message Date
Jean Froment f782c919c6 Add Organizr 2017-12-08 11:52:15 +01:00
Jean Froment 197a77966f Fix proxy rule of nginx for owncloud 2017-11-22 18:01:44 +01:00
Jean Froment f198af2db5 Add owncloud 2017-11-22 16:32:56 +01:00
Jean Froment 94a97d43d0 Remove frontend rule for CP, adapt README 2017-08-22 17:57:00 +02:00
Jean Froment e1a47a2540 Adapt frontend rules to new containers 2017-08-13 17:33:18 +02:00
Jean Froment ace6d79d0f Add couchpotato 2017-08-12 17:15:43 +02:00
Jean Froment 8c97457e73 Cosmetic changes + more info in README.md 2017-03-24 12:41:44 +01:00
Jean Froment 381ab68118 Cleanup frontend regarding rtorrent (removed) 2017-03-15 17:25:20 +01:00
Jean Froment cf62b213dc Add h5ai 2017-03-06 22:29:00 +01:00
Jean Froment 83fc195c05 Add Deluge 2017-03-06 21:27:17 +01:00
Jean Froment dd589dbe19 Remove OpenVPN + Sickrage + Syncthing, then adapt other resources 2017-03-06 20:55:19 +01:00
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 aaf37c5d9e Restyle Dockerfiles
Use leading ampersands instead of trailing ampersands as per the
examples on the docker website. e.g.
long command \
&& another command

Also change the build-all script to update the debian image when
building the base image.
2015-11-11 21:29:01 -05:00
Kelvin Chen 85328b8eea Auto create self-signed keys
If the USE_SSl var is true and the private key and certificate does not
exist, then automatically create self signed keys. The common name would
be invalid so you would have to change it later. This addition was added
so the server would not crash if USE_SSL is true and keys do not exist.
2015-11-11 00:10:08 -05:00
Kelvin Chen 3f460ea41d Change ssl-gen utility to take in common name 2015-11-08 17:54:01 -05:00
Kelvin Chen f3af899de2 Initial commit 2015-11-06 18:54:20 -05:00