Merge pull request #272 from mikeroyal/mikeroyal-patch-169

Added Beakon to Web Servers.
This commit is contained in:
Michael Royal 2023-10-12 12:47:29 -07:00 committed by GitHub
commit 938203883c
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.