From 572f2350d751ab4de7dc15f2fa223da442d695cd Mon Sep 17 00:00:00 2001 From: Michael Royal <45159366+mikeroyal@users.noreply.github.com> Date: Sun, 8 Oct 2023 12:09:17 -0700 Subject: [PATCH] Added Beakon to Web Servers. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 822d844..7ab8cda 100644 --- a/README.md +++ b/README.md @@ -435,6 +435,8 @@ Most self-hosted software can be installed using [Docker](https://en.wikipedia.o [Apache](https://httpd.apache.org/) - Most popular web server. +[Beakon](https://github.com/RealDudePerson/beakon) - A self-host location sharing webserver. Beakon aims to leak as little data as possible and uses mostly self-contained libraries and local database files. Where possible, it will reference local files and not reach out over any network. + [Caddy](https://caddyserver.com/) - The HTTP/2 Web Server with Fully Managed TLS. [Cherokee](https://cherokee-project.com/) - Lightweight, high-performance web server/reverse proxy.