When All Else Fails – The Garmin InReach Mini 2 – Part 3: Pricing and Message Handling

In this part, I’d like to muse a bit on Garmin’s pricing of the InReach service for my use-case and the general procedure of sending and receiving messages. While Garmin’s main application for InReach is outdoor communication and tracking in the wilderness, my use-case is to be able to communicate with far away family members … Continue reading When All Else Fails – The Garmin InReach Mini 2 – Part 3: Pricing and Message Handling

Dockerize-Me: Traefik as Reverse-Proxy – Part 6

In part 3 of my Dockerize-Me series I’ve been looking at how to run several web services on the same server, make them accessible on the same ports (80 for http and 443 for https) and add Letsencrypt TLS certificates for secure communication. This is typically done with a reverse http proxy setup as described … Continue reading Dockerize-Me: Traefik as Reverse-Proxy – Part 6

Dockerize Me – Containers Managing Containers – Part 5

In the previous episode, I’ve moved a WordPress Blog from the simple installation of part 1 to the more sophisticated reverse proxy setup I have put together in part 3 to demonstrate that containers are ‘portable’ between different servers with little effort. Moving the container also showed that the nginx-gen container recognizes when new containers … Continue reading Dockerize Me – Containers Managing Containers – Part 5

Dockerize Me – Cheat Sheet and Pyramid of Trust – Part 2

In part one of my ‘Dockerize Me’ story, I’ve been describing the reasons why I want to learn more about Docker and gave some first tips and tricks how to quickly install it with a few commands on a Debian based server. A first docker-compose project then demonstrated how to quickly spin-up a WordPress container … Continue reading Dockerize Me – Cheat Sheet and Pyramid of Trust – Part 2

Carrier Grade NAT Timeouts And How to Configure Your XMPP Server

For many years now I’m operating a Prosody XMPP server at home for private messaging between family members and friends. Together with Conversations on Android devices and the Dino App for Linux it’s the perfect solution. There is one client device, however, to which messages sometimes take a couple of minutes to be delivered. Also … Continue reading Carrier Grade NAT Timeouts And How to Configure Your XMPP Server