Explore >> Select a destination


You are here

jan.wildeboer.net
| | blog.michal.pawlik.dev
6.7 parsecs away

Travel
| | In the previous post in the series I described the process of externalizing you HA (Home Assistant) using my custom addon. Make sure to check that out if you haven't already. This time I'll share the details of the add-on development process. First steps When building the add-on my first steps obviously went towards the existing online resources. The first thing I've found was the extensive tutorial on https://developers.home-assistant.io/docs/add-ons/tutorial, but there seems to be an easier hands-on approach.
| | robr.dev
3.5 parsecs away

Travel
| | Three things from this week. When you've got a home server or a lab computer that you want to keep on all the time there are a lot of ways to set up the jobs you want it to do. My current lab machine is a pretty capable 5th gen AMD Ryzen 7. I decided to try Debian Testing as the OS and I installed with a desktop environment even though I expect that most of the time I won't be using that interface.
| | brandonrozek.com
2.5 parsecs away

Travel
| | LXC is a containerization technology that allows us to create system containers. We can set it up so that we can SSH into a container and perform many of the same tasks we would on a regular Linux box. I currently have two uses cases for this. First, these system containers allows me to follow instruction documentation for projects that do not treat docker/podman as a first class distribution method. Maybe the project relies on being able to access systemd, or perhaps I don't want the additional burden o...
| | hypernephelist.com
51.4 parsecs away

Travel
| Traefik is a modern, dynamic load-balancer that was designed specifically with containers in mind. It is able to react to service deployment events from many...