Headscale is an alternative option to Tailscale. One key advantage is that it is fully open-source software, making it more transparent than Tailscale. Moreover, some application requires low latency, such as forming a Proxmox Cluster; Headscale could be a better option than Tailscale as Tailscale may not have relay servers in some countries. If…
Category: Nginx Proxy Manager
How to combine Dashy with Authelia to protect your personal homepage
As mentioned in the previous article, Dashy is a perfect fit for people who have purchased dozens of SaaS apps / self-hosting services like me. However, it seems there is a minor bug that you have to enable guest mode in order to use the basic auth. It may lead to security issues. Instead…
How to create your customised homepage using Dashy dashboard with Docker Compose
As a Sumoling, I have purchased dozens of SaaS apps from AppSumo. I need a customised homepage to organise my SaaS and self-hosted service. I have tried a few options on the market, but only Dashy is a perfect fit for me. It provides not only an intuitive GUI but also a lot of…
How to combine Nginx Proxy Manager with Cloudflare to access your websites/ web services securely
The previous article taught you how to install Nginx Proxy Manager using Docker Compose in Ubuntu 22.04. Cloudflare provides a DNS proxy service which will hide your server IP address, adding an additional security layer to your website. This article will teach you how to combine Nginx Proxy Manager with Cloudflare in order to…
How to install Nginx Proxy Manager with Docker Compose on Ubuntu 22.04
Nginx Proxy Manager is a powerful tool for managing web proxies. It can act as a reverse proxy to forward requests to your internal web services. In other words, you can host multiple websites with just 1 IP. Compared to Traefik and Nginx, Nginx Proxy Manager provides an intuitive GUI to create your own…