diff --git a/README.md b/README.md index c78b0cd..a249226 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,7 @@ Faery Rings is licensed under the CNPL, which forbids the use of Faery Ring for Running Faery Ring is pretty easy. First, make a `.txt` file somewhere, and fill it with all of the sites in your ring, one per line. Leave out the protocol (https://) and a trailing slash, so that it looks something like this: ``` +www.dragoness.space emii.gay garlic.garden/onionring queerings.gay @@ -56,7 +57,7 @@ faery-ring /path/to/domains.txt docker run -v /path/to/domains.txt:/domains.txt -p 3243:3243 alch0emi/faery-ring ``` -Right now, Faery Ring always binds to port 3243, but this might change in the future, who knows. Anyway, now you can point your webserver at Faery Ring and be on your way! The config below is for Caddy, but any webserver that supports reverse proxies will work! +Right now, Faery Ring always binds to port 3243, but this might change in the future, who knows. Anyway, now you can point your webserver at Faery Ring! The config below is for Caddy, but any webserver that supports reverse proxies will work! ```Caddyfile your.web.site { @@ -64,3 +65,5 @@ your.web.site { reverse_proxy /prev/* localhost:3243 } ``` + +Now your webring members can add links on their page to `https://your.web.site/next/\` `https://your.web.site/prev/\` in order to build the ring. For example, whoever runs the page at www.dragoness.space would add a link to `https://your.web.site/next/www.dragoness.space` and `https://your.web.site/prev/www.dragoness.space`