aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-03-17 13:37:07 +0000
committerFuwn <[email protected]>2024-03-17 13:52:57 +0000
commitcf3c564b9603a46552afacb277eefa9bc32fda74 (patch)
treed85fb4b55084da902658d51743961e21fd6bf0b1
parentfeat(response): html head variable (diff)
downloadseptember-cf3c564b9603a46552afacb277eefa9bc32fda74.tar.xz
september-cf3c564b9603a46552afacb277eefa9bc32fda74.zip
docs(readme): add example usage
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 04944a5..7e13132 100644
--- a/README.md
+++ b/README.md
@@ -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