Added Beakon to Web Servers.

This commit is contained in:
Michael Royal 2023-10-08 12:09:17 -07:00 committed by GitHub
parent 2654c7dd66
commit 572f2350d7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.