docker Setting up a matrix server I was curious and wanted to try setting up a Matrix server again. I'd already attempted it a few years back, using Synapse as the server and Element as the client. My conclusion then was that it was a bit annoying to set up, and the client’s
docker Building an open mapping stack I started working on a little vacation planner app as a side project. It's nothing fancy – just a map with markers on one side and a list of places on the other. I find it helpful for figuring out which places are close enough to visit in a
laravel Laravel Docker Permission Madness I already wrote about the basic setup of my docker images in my other post but it still had some permission issues. So I decided to write a little follow-up: The Docker Images In the context of my project "flow" there are a few images involved: laravel-base * FROM