As you may be aware, I’m part of linuxserver.io where I maintain a number of Docker containers such as grav and syslog-ng but there are times when I need a container that isn’t a suitable linuxserver candidate for any number of reasons so I just publish it myself. It occurred to me that I should probably make an effort to promote them given how difficult docker discovery is on places like Docker Hub where there are hundreds of containers for any given thing, almost all of which had one image push 3 years ago and haven’t been touched since. So, without further ado…

apcupsd_exporter

ghcr.io/thespad/apcupsd_exporter

apcupsd_exporter provides a Prometheus exporter for the apcupsd Network Information Server (NIS).

arr-in-one

ghcr.io/thespad/arr-in-one

arr-in-one is a really dumb proof of concept that bundles the nightly branch builds (develop for Sonarr as it lacks a nightly branch) of all of the *arr applications into a single container, built daily.

dive

ghcr.io/thespad/dive

dive is a tool for exploring a docker image, layer contents, and discovering ways to shrink the size of your Docker/OCI image. These are armhf and aarch64 ARM builds because the official builds are amd64 only.

get_iplayer

ghcr.io/thespad/get_iplayer

get_iplayer is a BBC iPlayer/BBC Sounds Indexing Tool and PVR. My container includes SonarrAutoImport for automation.

docker-kopia-server

ghcr.io/thespad/kopia-server

Kopia is a fast and secure open-source backup/restore tool that allows you to create encrypted snapshots of your data and save the snapshots to remote or cloud storage of your choice, to network-attached storage or server, or locally on your machine. I built my image to add the docker CLI for use with automating pre/post backup processes with other containers.

planka

ghcr.io/thespad/planka

Planka is an elegant open source project tracking tool.

py-kms

ghcr.io/thespad/py-kms

py-kms is a port of node-kms created by cyrozap, and is derived from the reverse-engineered code of Microsoft’s official KMS. My builds simply add support for Windows Server 2022 as the official builds are currently broken due to the discontinuation of Docker Hub’s free image build service.

whisparr

ghcr.io/thespad/whisparr

whisparr is an adult movie collection manager for Usenet and BitTorrent users. It can monitor multiple RSS feeds for new movies and will interface with clients and indexers to grab, sort, and rename them.

All of my containers support amd64 and aarch64 and are published to both Docker Hub and GHCR. Hopefully you’ll find something useful in there.