From 115c546e7adb8ee92102387af819c65930f1a6c5 Mon Sep 17 00:00:00 2001 From: Addison Schuhardt Date: Tue, 10 Oct 2023 09:26:23 -0700 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index d51e8a8..9af1108 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ A HTTP proxy frontent for the gemini protocol. +## Overview Loxy serves a website that proxies incoming requests to a preconfigured gemini capsule. Gemtext is transformed into HTML. Links to external capsules are translated into links that will proxy requests to those capsules. For example: @@ -10,6 +11,8 @@ Links to external capsules are translated into links that will proxy requests to - Loxy will proxy incoming requests to `gemini://geminiprotocol.net` by default - A link that points to `gemini://geminispace.info` will be translated to `/lxy/external/geminispace.info`, and from that route Loxy will proxy requests to the external capsule +Loxy supports injecting CSS stylesheets, JavaScript, and `` contents. By setting a content root directory, static files may be served. + ## Usage Execute the 'loxy' binary to start the service. ```