In this video we’re going to look at how to help secure your home server to make sure that only the people you want to have access to your applications will be able to access your server. I’m not a security professional or a network professional, but I’ve picked up a few tips to help keep your server safer. So …
Self-Hosting & Home Server Security Tips
In this video we’re going to look at how to help secure your home server to make sure that only the people you want to have access to your applications will be able to access your server. I’m not a security professional or a network professional, but I’ve picked up a few tips to help keep your server safer. So …
Turing Pi – Flashing Compute Modules and Setting Up Docker Swarm – Ep 2
In this post we’re going to continue looking at the Turing Pi. Specifically in this video we’re going to flash compute units and get a swarm up and running. I’d like to give another shoutout to Turing Pi for sending the board and the compute units over for me to take a look at. If you want to get your …
Turing Pi – Flashing Compute Modules and Setting Up Docker Swarm – Ep 2
In this post we’re going to continue looking at the Turing Pi. Specifically in this video we’re going to flash compute units and get a swarm up and running. I’d like to give another shoutout to Turing Pi for sending the board and the compute units over for me to take a look at. If you want to get your …
Turing Pi – Intro to Raspberry Pi Clusters Ep. 1
The folks over at Turing Pi reached out and asked if I would be interested in taking a look at their Turing Pi device. If you want to get your own Turing PI, check out this link (affiliate link) and get 10% off your order!! The Turing Pi board allows for up to 7 compute modules to be installed and …
WGER Installed on Docker – Self-Hosted MyFitnessPal (Almost)
If you have had a 2020 like I have, there’s a chance that all the social distancing has left you sitting on the couch watching Netflix and, unfortunately, with a few extra pounds around your midsection. In this post we’ll look at installing an application container called “wger” that will help you keep track of your new exercise plan. “wger …
WGER Installed on Docker – Self-Hosted MyFitnessPal (Almost)
If you have had a 2020 like I have, there’s a chance that all the social distancing has left you sitting on the couch watching Netflix and, unfortunately, with a few extra pounds around your midsection. In this post we’ll look at installing an application container called “wger” that will help you keep track of your new exercise plan. “wger …
Whoogle Installed on Docker – Your Own Private Google Search
In our continuing effort to de-Google our lives, we’re going to take a look at hosting our own search engine to replace Google for our home use. We’re going to install Whoogle on Docker. “Get Google search results, but without any ads, javascript, AMP links, cookies, or IP address tracking. Easily deployable in one click as a Docker app, and …
Update Portainer to Version 2.0 – Super Easy!
In this post we’ll look at how to update Portainer from version 1.24.1 to 2.0. In the accompanying video, I show a couple of methods that don’t work. We won’t be covering that in this blog post. We’re only going to focus on how to do it the right way. To update Portainer to version 2, we’ll need to open …
Wiki.js Installed on Docker
In this post we’ll look at how to install Wiki.js on your Docker Setup. Wiki.js’s website says it is “The most powerful and extensible open source Wiki software”. To install Wiki.js, copy the following into a Portainer stack: https://gist.github.com/dnburgess/d36f7bed10863ec9b05f8ddf9f08d142 There is something to note here: There’s a chance that you’ll get a permissions issue when you try to run the …