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 …
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 …
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 …
Lychee Installed in Docker with Portainer
In this post we’ll look at installing Lychee on your Docker setup! Lychee is a free photo-management tool, which runs on your server or web-space. Installing is a matter of seconds. Upload, manage and share photos like from a native application. Lychee comes with everything you need and all your photos are stored securely. We’re going to use a Docker …
Adguard Home Installed on Docker
In this post we’ll look at how easy it is to install Adguard Home on your Docker server. AdGuard is the best way to get rid of annoying ads and online tracking and protect your computer from malware. The process is simple, so I’ll show you 2 ways to do this. Method 1: Stacks Open Portainer and create a new …
Invoice Ninja Installed in Docker
I had a request on Reddit the other day to get InvoiceNinja setup and running in Docker. I thought, “sure, that’s no big deal.” Boy was I wrong. I spent days poring over Reddit posts and forums and hub.docker.com and kept winding up with nothing that worked. Finally, after more searching I ran across this page on hub.docker.com. So I …
Install Nginx Proxy Manager on a Raspberry Pi 4
In this post we’ll look at how to Install Nginx Proxy Manager on a Raspberry Pi 4. We’re going to use the setup from nginxproxymanager.com, but we’re going to change one thing: the database. The database that is being used in the docker-compose file on the site isn’t compatible with ARM processors, so we’ll need to change that in a …