diff options
| author | Fuwn <[email protected]> | 2024-03-17 13:37:07 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-03-17 13:52:57 +0000 |
| commit | cf3c564b9603a46552afacb277eefa9bc32fda74 (patch) | |
| tree | d85fb4b55084da902658d51743961e21fd6bf0b1 | |
| parent | feat(response): html head variable (diff) | |
| download | september-cf3c564b9603a46552afacb277eefa9bc32fda74.tar.xz september-cf3c564b9603a46552afacb277eefa9bc32fda74.zip | |
docs(readme): add example usage
| -rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -6,6 +6,10 @@ A simple and efficient Gemini-to-HTTP proxy written in Rust. ## Usage +A production deployment of September can be found at https://fuwn.me, with the root capsule set as [gemini://fuwn.me](gemini://fuwn.me). + +You can try proxying any external capsule through the /proxy route: e.g., https://fuwn.me/proxy/geminiprotocol.net/ + ### Docker ```shell |