Bitwarden

Running Bitwarden on a Raspberry Pi using Docker is Easy!

March 12, 2020 Patrick 11

Bitwarden is an open-source password manager that can be self-hosted at home to keep your passwords and other private data secure. The official Bitwarden image only supports the amd64 architecture and I needed a container that I could run on my Raspberry Pi 4 cluster. Luckily I found Bitwarden_rs which is not as resource intensive as the official image and is perfect for small self-hosted environments.

Gitea

Painlessly Running a Gitea Docker Container on Raspberry Pi

March 9, 2020 Patrick 0

While I typically use Gitlab to house my git repositories, I have been looking for a much lighter solution that can be installed as a Docker container on a Raspberry Pi 4. I’m just a hobbyist and was not able to take advantage of the advanced features that Gitlab has to offer. I wanted a solution that was lightweight, open-source, and cross-platform. After some research, I decided to install Gitea.

Ouroboros

Using Ouroboros to painlessly dominate Docker Container updates

March 3, 2020 Patrick 0

I use Docker to run many applications on my network. Typically, in order to update an application, you have to shut down the Docker container, pull the latest image, and redeploy. If you have one or two Docker containers it shouldn’t be that much of an issue, right? But what if you have 50 Docker containers?