💾 Archived View for gemini.schuhardt.net › loxy.gmi captured on 2023-01-29 at 15:42:06. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2022-07-16)
-=-=-=-=-=-=-
Here is a live example (this capsule)
Documentation and source code are on my GitHub page
Loxy is a Gemini-to-HTTP proxy service written using ASP.NET Core 6.0.
Execute the 'loxy' binary to start the service.
./loxy --remote=gemini.circumlunar.space
Executing the binary without specifying a remote URI argument will result a usage page being shown in response to web requests.
Various command-line arguments can be used to configure the proxy, and are described below.
The following are the typical command-line arguments that you'll use to configure Loxy.
Note that because Loxy is built upon the ASP.NET Core framework, there are many more options for configuration than those shown here. See documentation here and here.
Command-line Arguments