thinking geek

  • Links
  • About

geek dad writing...

Category: docker

Upgrading HeadScale from 0.28 to 0.29.1

Posted on June 26, 2026 by michael

I’ve been running headscale for a bit and getting it setup to start with had it’s challenges, but I figured it out. Partly due to the excellent error messages posted by the software as it starts up. Recently there was an update with at least one breaking change in it. It’s simple to fix if …

Continue reading “Upgrading HeadScale from 0.28 to 0.29.1”

Fonts for Collabora

Posted on June 5, 2026 by michael

I’m currently running NextCloud with Collabora as the online office suite through Docker. It’s been working well for me but I realized the other day it didn’t have fonts I just expected it to have. I had a look at the host system and noticed it didn’t either. The fonts I was particularly interested in …

Continue reading “Fonts for Collabora”

MQTT with Eclipse Mosquitto (Official Docker Image)

Posted on December 30, 2025 by michael

I have’ had a version of mosquitto running for some time. It’s a docker setup and it just worked. The author of the docker container has moved in a direction I’m not following. MQTT is a protocol for enabling devices that are “smart” to talk to your network and other devices or service you might …

Continue reading “MQTT with Eclipse Mosquitto (Official Docker Image)”

Calibre Web Automated Figuring Things Out for Kobo and Other Issues.

Posted on October 20, 2025 by michael

I was using the very awesome Calibre Web earlier. It is great software but I hadn’t bothered setting up Calibre itself on the server and I was rsyncing the database from my desktop every time I added or removed a book. This is great for getting the library started but once you’re adding and removing …

Continue reading “Calibre Web Automated Figuring Things Out for Kobo and Other Issues.”

A UI for Headscale (headplane setup)

Posted on September 6, 2025 by michael

updated Oct 12, 2025 I setup headscale a few days ago and have been thinking about a UI for it since. It feels like early days for this software despite headscale being 4 years old at time of writing. There are a number of UI packages out there for Headscale, all taking advantage of the …

Continue reading “A UI for Headscale (headplane setup)”

Headscale, Tailscale and the Boogata boogata (VPN connection via “magic”)

Posted on September 4, 2025 by michael

This is one I’ve been meaning to solve for about 2 years. After I first stood up a server for myself. I had an SSH tunnel but this is, in theory a little more flexible and usable. A number of individuals have advertised tailscale and it’s virtues. Tailscale, as I understand it, is a client …

Continue reading “Headscale, Tailscale and the Boogata boogata (VPN connection via “magic”)”

Paperless-NGX on Docker

Posted on May 8, 2024 by michael

This should be easy, since paperless very wisely provides pre-made docker images for you. The problem is that they aren’t complete unless you’re running absolutely bog standard and not so secure. There are others out there who have published their own experiences and I’ll add to the pile since I didn’t find what I was …

Continue reading “Paperless-NGX on Docker”

Docker Compose and the danger of copying existing configurations…

Posted on March 9, 2024 by michael

So, I have this docker server running a bunch of services through Traefik. This is working well for me as the services are picked up by traefik based on labels in the docker-compose for each app (instead of setting things up on the traefik side explicitly). Setting up a new app is painless with respect …

Continue reading “Docker Compose and the danger of copying existing configurations…”

ProjectSend as Docker

Posted on March 3, 2024 by michael

The projectsend page at LinuxServer.io is great but missing something… like the database config. You CAN stand up a database for this and other services but wanting my docker compose files to create complete working applications, I’m happy to spend the memory and CPU on yet another database instance just for this docker container. There’s …

Continue reading “ProjectSend as Docker”

Copyright © 2026 · All Rights Reserved · thinking geek