Self Hosting your own Riot.im Front End and Matrix server using Docker

IntroductionThis is a home project, a should not be used in a production environment type project. The scope of what I’m trying to do here is a simple one, its to bring in the chat services I use into a single client. A similar concept we had back in the… Read more

Similar

Building a Golang Docker Image

Let's build a Docker container with Golang! It sounds complicated, but it really isn't. All you need are a few tools, a couple of simple commands, and ideally some cake. (The cake isn't strictly necessary, but coding is hungry work. It's a good idea to ha... (more…)

Read more »

Run More Stuff in Docker

In 2020, Docker is the best medium for distributing and running most developer-facing software. It’s widely accepted that Docker is great for building and deploying the artifacts for your enterprise web app, but this is less well known when it comes to th... (more…)

Read more »