Nginx
How to configure NGINX as reverse proxy with TLS
Do you have a service running that needs to be reached via a domain name? Do you want to secure it with TLS? Read on to find out how you can use NGINX for this.
Nginx
Do you have a service running that needs to be reached via a domain name? Do you want to secure it with TLS? Read on to find out how you can use NGINX for this.
Self-Host
If you are thinking of using a linux machine to setup services, best way forward is to use docker-compose and portainer is a free and open-source tool to manage docker-compose with ease. Read on to find how to set up Portainer.
Self-Host
MongoDB is a performant NoSQL Database, and packs a ton of features. You can self-host MongoDB instances on a Raspberry Pi. Read on to find out how.
Self-Host
Object storage is the cheapest form of cloud storage solutions. Setting Up Minio Object storage isn't that complicated. Read on to find out.
Nginx
Planning on serving multiple websites using a couple of devices? Wondering how to redirect the incoming URL requests to multiple devices on LAN using a reverse-proxy like NGINX? Read on to find more...
Self-Host
Postgres is a performant SQL Database, and packs a ton of features. You can self-host Postgres on any linux machine including a Raspberry Pi. Read on to find out how.