Rootless Docker is fun, but you’d better set those environment variables in your systemd and crontab files as well.
Tag: docker
-
Bookmarked https://github.com/RSS-Bridge/rss-bridge. Set up an RSS-Bridge instance for …
Bookmarked https://github.com/RSS-Bridge/rss-bridge.
Set up an RSS-Bridge instance for the sole purpose of having an actual RSS feed, that I can add to my feed reader, for a certain column in a certain paper. Used Docker Compose, and volumes to get my custom bridge (a single PHP file) inside the container. (_Another_ service I can add to my nonexistent list of self-hosted web software.)
-
Long overdue, and not very well written (yet). …
Long overdue, and not very well written (yet). “Use Docker to Run Aperture, a Microsub Server” https://jan.boddez.net/articles/use-docker-to-run-aperture-a-microsub-server
-
Using Docker to Run Aperture, a Microsub Server
A Microsub server—like Aperture—is very much like an RSS feed aggregator, though it supports more than just RSS, like JSON, and even Microformats. Most, if not all, Microsub servers also require a separate client-side application. An IndieWeb reader, if you like. Now, because of Aperture’s many dependencies, I’ve gone the Docker Compose route.
-
Self-Hosting Matomo on a Small VPS, Alongside Other Services
I’ve recently taken up experimenting with a small Ubuntu VPS, and while still directly hosting a few Laravel-based applications, I’ve also started fiddling with Docker (Compose) as a means to keep the host OS somewhat lean. That said, let’s have a look at some of the work that went into installing Matomo on top of…