From f237ef7e0f63e30888649ec639d081ad9bebb89c Mon Sep 17 00:00:00 2001 From: Tobias Krug Date: Wed, 13 May 2026 21:44:29 +0200 Subject: [PATCH] docs: add Beszel and Pangolin to monitoring and VPN sections Beszel is a lightweight server monitoring platform (21k+ stars) with Docker stats, historical data, and alerts using a hub-and-agent model. Pangolin is an identity-aware tunneled reverse proxy built on WireGuard (20k+ stars) for secure remote access without opening inbound ports. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index d33fba1..f0708f4 100644 --- a/README.md +++ b/README.md @@ -1198,6 +1198,8 @@ Minio's test-server called "play" is already configured in the default client, y [Headscale](https://github.com/juanfont/headscale) is an open source, self-hosted implementation of the Tailscale coordination server. +[Pangolin](https://github.com/fosrl/pangolin) is an identity-aware tunneled reverse proxy and VPN built on WireGuard® that enables secure remote access to self-hosted services without opening inbound firewall ports. + [MeshCentral](https://meshcentral.com/) is a full computer management web site. It can run your own web server to remotely manage and control computers on a local network or anywhere on the internet. Once you get the server started, create device group and download and install an agent on each computer you want to manage. [VNC Viewer](https://www.realvnc.com/en/connect/download/viewer/) is a free remote desktop application that use can use on your iPhone, iPad, Mac, Windows and Linux computers from anywhere in the world. @@ -1645,6 +1647,8 @@ Minio's test-server called "play" is already configured in the default client, y [Uptime Kuma](https://uptime.kuma.pet/) is a fancy self-hosted monitoring tool. +[Beszel](https://beszel.dev/) is a lightweight server monitoring platform that includes Docker statistics, historical data, and alert functions. It uses a hub-and-agent architecture and supports SSH-tunneled connections so agents never need to be directly exposed to the internet. + [Gatus](https://gatus.io/) is a developer-oriented health dashboard that gives you the ability to monitor your services using HTTP, ICMP, TCP, and even DNS queries as well as evaluate the result of said queries by using a list of conditions on values like the status code, the response time, the certificate expiration, the body and many others. [Upptime](https://upptime.js.org) is the open-source uptime monitor and status page, powered entirely by GitHub Actions, Issues, and Pages.