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 …
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 …
Akaunting Installed on Docker – Self-Hosted Accounting and Invoicing
In this post we’ll take a look at how to install Akaunting on your Docker server setup. From invoicing to expense tracking to accounting, Akaunting has all the tools you need to manage your money online, for free. Today’s video sponsor is Porkbun!! Please take a look if you’re interested in getting a low-cost domain that includes domain privacy for …
Homebridge Installed on Docker – HomeKit on Docker
In this post we’ll look at how to install Homebridge Installed on Docker. Homebridge allows you to integrate with smart home devices that do not natively support HomeKit. There are over 2,000 Homebridge plugins supporting thousands of different smart accessories. Installing Homebridge This Docker container is pretty quick and easy to get setup. All we need to do is copy …
Firefly III Installed on Docker – Self-hosted Personal Finance
In this post we’ll take a look at installing Firefly III on Docker. Firefly III is a free and open source personal finance manager. Because the docker-compose is a version 3.3 and uses a separate environmental variables file, we won’t be able to launch this via portainer. Instead, we’ll need a couple of programs. The first program we’ll need is …
WordPress Installed on Docker – Host Your Own Website!
In this video we’ll take a look at installing WordPress on Docker! WordPress is open source software you can use to create a beautiful website, blog, or app. In order to setup a WordPress container on your Docker server, you’ll need a few additional things: Domain Name – I use Porkbun, today’s video/blog post sponsor CloudFlare Account – You can …
Chevereto on Docker – Self-hosted Imgur
In this post we’ll look at how to install Chevereto on your Docker setup! An image hosting script that allows you to get your own image hosting website. It’s your hosting and your rules, say goodbye to the closures and restrictions. First thing, you’ll need to go to Portainer and copy this to a new stack: https://gist.github.com/dnburgess/18b2b90ba73aedbb434e521388a1390a You can map …