Commit Graph

366 Commits

Author SHA1 Message Date
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