Wireguard on qnap docker container
I will explain you how to run Wireguard on your Qnap NAS as a docker container using Container Station. Read More »Wireguard on qnap docker container
I will explain you how to run Wireguard on your Qnap NAS as a docker container using Container Station. Read More »Wireguard on qnap docker container
This is a dns dynamic ip updater bash script for Cloudflare. In case you self host a server and your provider gives you a dynamic external ip that changes from time to time, you can use this script that monitors ip changes and push the changes to the Cloudflare API. Read More »Cloudflare dns dynamic ip updater script
Today we are going to learn how to password protect our mosquitto mqtt broker. As a result no one else will connect to your broker and will be able to read your messages if the proper authentication is not provided. Read More »Password protect mosquitto mqtt broker
We are going to learn how to access our Home Assistant panel_iframe with nginx reverse proxy. We saw in our last post how to access our Home Assistant using nginx proxy and Let’s Encrypt Read More »Home Assistant panel_iframe access with nginx proxy
We are going to learn how to enable external access to our Home Assistant instance using nginx reverse proxy and securing it with Let’s Encrypt ssl certificates. Read More »Home Assistant access with nginx proxy and Let’s Encrypt
Today we are going to see how to install Home Assistant and some complements on docker using a docker-compose file. Consequently, this stack will provide the following services: In addition, we will be able to… Read More »Home Assistant install with docker-compose
Hi, I am going to show you how to enable remote ssh unlocking of your LUKS encrypted file system. This procedure has been tested in Debian Buster and Ubuntu 20.04. For older versions configuration probably may be different. Read More »LUKS encryption: Enable remote ssh unlocking
Here is how to upgrade a Home Assistant instance to python 3.8.6 using python virtual environments. This is my own experience, with some minor problems that I will explain later, yours could be different. Read More »Home Assistant: upgrade to Python 3.8
Here are my notes on how to compile and install the latest version of the Linux kernel, at this moment version 5.9.1, on Debian 10 ‘Buster’ and Ubuntu 20.04 LTS from source code. Procedure should be similar for other flavours of linux. Read More »Compile latest kernel on Debian and Ubuntu
Recipe on How to Install docker and docker-compose on your Raspberry Pi with Ansible.
We saw how to manually install docker and docker-compose on the Raspberry Pi in our last post. If you are using ansible, Read More »How to install docker and docker-compose on your Raspberry Pi with Ansible