Commit Graph

11 Commits

Author SHA1 Message Date
Jean Froment dd589dbe19 Remove OpenVPN + Sickrage + Syncthing, then adapt other resources 2017-03-06 20:55:19 +01: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 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 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 bf73c75653 Make irssi username irssi instead of root 2015-11-07 16:08:13 -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 f3af899de2 Initial commit 2015-11-06 18:54:20 -05:00