agate

Simple gemini server for static files
git clone https://github.com/mbrubeck/agate.git
Log | Files | Refs | README

commit a90e38f6293d4aaafd73a3bdc0642925f1dee397
parent 24877548f3d3d8913b4308185c5e1333e56cb8bd
Author: Matt Brubeck <mbrubeck@limpet.net>
Date:   Tue,  9 Jan 2024 10:12:16 -0800

Update link to Gemini home page

Diffstat:
MREADME.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -205,7 +205,7 @@ Agate uses some status codes that are not valid Gemini status codes when logging If you want to run agate on a multi-user system, you should be aware that all certificate and key data is loaded into memory and stored there until the server stops. Since the memory is also not explicitly overwritten or zeroed after use, the sensitive data might stay in memory after the server has terminated. -[Gemini]: https://gemini.circumlunar.space/ +[Gemini]: https://geminiprotocol.net/ [Rust]: https://www.rust-lang.org/ [home]: gemini://qwertqwefsday.eu/agate.gmi [source]: https://github.com/mbrubeck/agate