Go to file
Ricard Illa 92e39001be sassc 2021-02-15 14:48:21 +01:00
ansible initial commit 2020-12-29 17:20:36 +01:00
backup initial commit 2020-12-29 17:20:36 +01:00
buku initial commit 2020-12-29 17:20:36 +01:00
ddclient initial commit 2020-12-29 17:20:36 +01:00
git-daemon initial commit 2020-12-29 17:20:36 +01:00
gitolite initial commit 2020-12-29 17:20:36 +01:00
gitolite-pystagit fixed typos 2021-01-31 19:07:52 +01:00
gitolite-stagit separate sites 2021-01-03 21:07:21 +01:00
ledger-web initial commit 2020-12-29 17:20:36 +01:00
rss-bridge initial commit 2020-12-29 17:20:36 +01:00
sassc sassc 2021-02-15 14:48:21 +01:00
syncthing updated syncthing version 2021-01-14 16:15:10 +01:00
tasks initial commit 2020-12-29 17:20:36 +01:00
tor initial commit 2020-12-29 17:20:36 +01:00
vdirsyncer initial commit 2020-12-29 17:20:36 +01:00
wallabag initial commit 2020-12-29 17:20:36 +01:00
xandikos initial commit 2020-12-29 17:20:36 +01:00
.gitignore initial commit 2020-12-29 17:20:36 +01:00
LICENSE added LICENSE and README 2020-12-30 17:29:25 +01:00
Makefile sassc 2021-02-15 14:48:21 +01:00
README.md more stuff added to the readme 2020-12-30 17:39:14 +01:00

README.md

Dockerfiles

Collection of docker images for my personal use. I usually implement my own docker images if I don't find one built or recommended by the original developer of the software I intend to run.

Simply run make $IMG_NAME to build a specific image or run make to build them all. The created images are named as rilla/$IMG_NAME.

All images are made to suit my specific needs and taste, not to be generally useful.

Currently implemented images:

(many are self-explanatory)

  • ansible
  • backup: simple image used in some of my backup daemons
  • buku: buku and bukuserver
  • ddclient
  • git-daemon: for git-daemon and git-http-backend
  • gitolite-stagit: well, gitolite + stagit
  • gitolite: gitolite + docker, so that I can mount the docker socket inside of it and have it do useful things through docker in response to triggers
  • ledger-web
  • syncthing
  • tasks: intended to run a cron daemon to run arbitrary periodic tasks. I mount the docker socket inside of it to have it perform maintanance tasks outside of it's container.
  • vdirsyncer
  • wallabag
  • xandikos