Jean Froment
efd7b2d0c0
Fix extraction path of webtools (plex)
2017-03-27 17:05:10 +02:00
Jean Froment
f0e87369ce
Remove extra spaces
2017-03-27 16:56:05 +02:00
Jean Froment
df30d2fc97
Add update instruction in plex dockerfile
2017-03-27 16:41:12 +02:00
Jean Froment
d0dd7b3e21
Remove plex-webtools from docker-compose file
2017-03-27 16:37:26 +02:00
Jean Froment
d846e0ea29
Merge plex webtools into plex
2017-03-27 16:36:37 +02:00
Jean Froment
2e6e5f3253
Fix plex-webtools
2017-03-27 16:12:16 +02:00
Jean Froment
0321415c58
Fix second typo
2017-03-27 15:31:17 +02:00
Jean Froment
3553345b56
Fix typo *shame*
...
P
2017-03-27 15:27:41 +02:00
Jean Froment
bed71a665e
Add update to apk commands in webtools dockerfile
2017-03-27 15:23:48 +02:00
Jean Froment
a9bdb574f9
Merge remote-tracking branch 'origin/master'
2017-03-27 15:19:03 +02:00
Jean Froment
02b1f26fb1
Add plex-webtools (still testing phase)
2017-03-27 15:18:50 +02:00
Jean Froment
9801bef4bd
Add License
2017-03-24 14:55:08 +01:00
Jean Froment
8c97457e73
Cosmetic changes + more info in README.md
2017-03-24 12:41:44 +01:00
Jean Froment
4648c5fde3
Use local-persist plugin as volume driver
2017-03-23 16:31:25 +01:00
Jean Froment
3b00bfd19a
Add mono-devel package to Sonarr image
2017-03-17 16:50:13 +01:00
Jean Froment
238c383edf
Sonarr dockerfile: single RUN command to bypass Docker hub cache
2017-03-17 16:18:24 +01:00
Jean Froment
6c3af5a1aa
Fix typo in sonarr dockerfile
2017-03-17 15:56:57 +01:00
Jean Froment
0057e5e494
Update to latest Jackett release and use mono
2017-03-17 15:50:45 +01:00
Jean Froment
381ab68118
Cleanup frontend regarding rtorrent (removed)
2017-03-15 17:25:20 +01:00
Jean Froment
a1820b2428
Remove rtorrent + do not expose ports which do not need to be
2017-03-15 17:19:22 +01:00
Jean Froment
65ab5f42fe
Fix root path in nginx config of h5ai: h5ai working
2017-03-09 19:33:50 +01:00
Jean Froment
3f9bd47846
change port strategy for h5ai
2017-03-09 19:18:10 +01:00
Jean Froment
476e1a2f40
Fix typo in h5ai patch name
2017-03-09 18:29:21 +01:00
Jean Froment
c23226a922
Change h5ai config, patch, volume share and nginx conf
2017-03-09 18:22:31 +01:00
Jean Froment
3eff1c7f7c
Change port for h5ai
2017-03-09 17:34:42 +01:00
Jean Froment
8f53b12699
Add missing port mappings to Deluge container
2017-03-09 17:13:49 +01:00
Jean Froment
46161aab01
Revert to user-defined network
2017-03-09 16:01:33 +01:00
Jean Froment
2c3ddc88c4
Use of network_type host instead of bridge for DNS resolving issues in frontend
2017-03-09 15:52:01 +01:00
Jean Froment
cc9168e0dc
Fix network mode in docker-compose.yml
2017-03-09 15:05:26 +01:00
Jean Froment
dd608ca96b
Use bridge network for all services
2017-03-09 14:55:33 +01:00
Jean Froment
0ed4d78d19
Add h5ai patch
2017-03-06 22:57:53 +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
76822df992
Use my own plexupdate fork
2017-02-13 20:38:53 -05:00
Kelvin Chen
67fad018c2
Change args for updated plexupdate script
2017-02-02 16:46:50 -05:00
Kelvin Chen
feb6649cae
Update compose file to v3
2017-01-31 11:58:57 -05:00
Kelvin Chen
0472a0ecd6
Reorganize OpenVPN and use s6-overlay
2016-12-27 00:48:47 -05:00
Kelvin Chen
311d1b4ad6
Really fix syncthing this time
2016-11-29 18:50:36 -05:00
Kelvin Chen
32c9e0e9f6
Fix Syncthing build failing
2016-11-21 00:25:44 -05: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
b437f09ed5
Remove unused file leftover from previous version
2016-10-29 04:12:27 -04:00
Kelvin Chen
0834d43314
Replace supervisord with s6-overlay
...
Also restructure container to have all the container relevant files in
container-root to minimize the amount of COPY instructions and to make
the file structure more organized.
2016-10-13 18:54:31 -04:00
Kelvin Chen
12947572c7
Use exec to start main processes
2016-10-12 18:29:33 -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
2d8129865f
Fix a few minor things
2016-10-08 00:00:24 -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
bb83ddd2e7
Merge branch 'v0.2.0'
2016-10-07 02:45:52 -04:00
Kelvin Chen
6d9f404658
Update README
2016-10-07 02:45:27 -04:00
Kelvin Chen
058ebc3b07
Auto-install plexpass update
2016-10-07 02:35:38 -04:00