No description
Client | ||
interverse-example.json | ||
LISCENSE | ||
readme.md |
Interverse
An inter-connected web-of-trust that allows you to easily discover like-minded sites.
Interverse aims to enable small-tech. That means
- No complicated software to run (beyond an existing website)
- No Cryptocurrency/NFT
- Scalable
- Extensible
Protocol neutrality
Clients should be able to easily be ported to TOR/Gemini/IPFS/ect
Can I join?
You don't need my permission! Simply follow the steps and you're online!
- Grab the example file
- Modify it with your data
- Serve that file from your.website/.well-known/interverse
- Ensure that the webserver also adds the correct header:
access-control-allow-origin *
- Feel free to test your setup by visiting: https://libresolutions.network/Interverse?url=your.website
How do I run the client myself?
git clone https://codeberg.org/gabe/Interverse.git
cd Interverse/Client
python -m http.server
- Hack away!
Can I create my own client?
Please do!