Tag: Docker

  • Task Management with Vikunja

    Vikunja is a task / project management application. The unpronounceable name apparently comes from a relative of the llama, overlooking the name for a moment this appears to be a great application. Deployment is a little trickier than with most applications as it, at a minimum, comes as three parts. You have a database, the…

  • Running Calibre on a Virtual Machine with a Network Library

    This article started out as just a guide on running Calibre with a network library, a difficult task at the best of times, it has since had to morph into a guide on running Calibre Web in the same way since that too is non-trivial. Calibre Calibre is certainly a powerful application, of that there…

  • Creating a Personal Music Server – Navidrome

    In this article I’ll be installing an configuring a personal music server based on Navidrome. The first part of the install will be specific to my home network setup which is covered in numerous other posts. Music Share Setup The step assumes that you have a file server configured as per the Building a NAS…

  • Installing Docker and Portainer on a Proxmox VM

    This article will cover installing Docker and Portainer on a Proxmox VM, we created the VM in the previous article. There’s a bit of a shift in the home server Proxmox world over to using containers rather than Docker. Personally, I’m on the fence with this. On the one hand containers are good because they…

  • Running Docker on a Raspberry Pi

    Docker has, for a lot of cases, become the go to way to install and run certain services. Docker is a container system which means it comes with all the advantages of containers such as ease of installation, resource management and security. Docker is also fairly low overhead so it’s possible to run a number…

  • Making a Docker Container Use a VPN

    A while back I wrote a post on routing all traffic through a VPN under Linux. The solution discussed in that post is fine if you are only dealing with regular applications but when you are dealing with containers the world is a difference place. Docker networks are, or at least can be, complicated. By…