Commit Graph

375 Commits

Author SHA1 Message Date
Kelvin Chen 3b04a54fc3 Switch Sickrage from old base image 2016-10-07 00:09:52 -04:00
Kelvin Chen 0ca861a2de Install plex with auto-update script 2016-10-06 23:51:56 -04:00
Kelvin Chen 2ce1c4fafc Update rtorrent image
- Switch to Ubuntu Xenial as base
 - Update PHP5->PHP7
 - Remove AutoDL-irssi since it causes more problems than it is worth
2016-10-06 23:11:58 -04:00
Kelvin Chen 0346e1b8f4 Update rtorrent/libtorrent to 0.9.6/0.13.6
Change the rtorrent image to use the stretch repo for packages. Not sure
how mixing jessie and stretch will work out for stability long term.
Everything appears to be working for now.
2016-04-25 14:44:45 -04:00
Kelvin Chen 4a13475f5f Merge pull request #2 2016-02-19 14:21:32 -05:00
Serut f5af7251d7 Improve README 2016-02-19 14:18:38 -05:00
Serut 07e3a8eec5 Fix build-all.sh path 2016-02-18 08:39:22 +01:00
Kelvin Chen 7736da1dce Remove push script concurrency
For some reason, the parallel pushing causes some EOF error and the
images are not properly pushed. Not sure if this is an issue with
Dockerhub or if it is some other reason.
2016-02-13 19:28:44 -05:00
Kelvin Chen 09c87b8b30 Upgrade to docker-compose.yml v2
This deprecates older docker-compose versions and would require >=v1.6.0
to run.
2016-02-05 12:31:07 -05:00
Kelvin Chen 2578827aa8 Update openvpn documentation 2016-01-26 18:01:38 -05:00
Kelvin Chen 80f6858e87 Switch to new sickrage repo 2016-01-26 17:41:28 -05:00
Kelvin Chen 2a41ff1cb5 Make push script concurrent 2016-01-26 17:07:12 -05:00
Kelvin Chen e2d72794d6 Update image building script
- Change building to build images concurrently
- Add flags to support some build options
2015-11-18 17:30:30 -05:00
Kelvin Chen 17ef4c980d Move static config from start script to Dockerfile 2015-11-17 16:58:22 -05: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 a2762c9f60 Add an OpenVPN container 2015-11-11 03:14:53 -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 3baef2d522 Remove previous .pid file before starting 2015-11-08 18:49:18 -05:00
Kelvin Chen 3f460ea41d Change ssl-gen utility to take in common name 2015-11-08 17:54:01 -05:00
Kelvin Chen bf73c75653 Make irssi username irssi instead of root 2015-11-07 16:08:13 -05:00
Kelvin Chen 1d572891f4 Change plex download link to "latest" mirror 2015-11-07 14:07:47 -05:00
Kelvin Chen c6f1e29bc4 Symlink entire autodl directory instead of just autodl.cfg 2015-11-07 04:24:32 -05:00
Kelvin Chen fa7b5c1139 Install autodl-irssi
I would prefer to make it on a separate container, but the way that it
and the rutorrent plugin is programmed, it has to be on the same host.
This only installs autodl-irssi and does not include the rutorrent
plugin.
2015-11-07 03:10:57 -05:00
Kelvin Chen 6c18d0a0dd Add script to push all images to dockerhub 2015-11-06 19:15:13 -05:00
Kelvin Chen f3af899de2 Initial commit 2015-11-06 18:54:20 -05:00