interverse/readme.md

45 lines
1.5 KiB
Markdown
Raw Normal View History

2022-01-26 05:24:59 -05:00
# Interverse
[Try it out!](https://libresolutions.network/Interverse)
2022-01-31 10:23:47 -05:00
2022-02-11 20:19:15 -05:00
[Demo video](https://storage.gabe.rocks/LibreSolutionsNetwork/Interverse%20Demo.mp4)
2022-03-10 02:39:23 -05:00
## A decentralized discovery service that allows you to easily discover like-minded sites.
2022-01-26 05:24:59 -05:00
Interverse aims to enable [small-tech](https://small-tech.org#small-tech-is).
2022-01-30 12:45:36 -05:00
2022-01-26 05:24:59 -05:00
That means
* No complicated software to run (beyond an existing website)
2022-01-26 05:31:14 -05:00
* No Cryptocurrency/NFT
2022-01-26 05:24:59 -05:00
* Scalable
* Extensible
### Protocol neutrality
Clients should be able to easily be ported to TOR/Gemini/IPFS/ect
2022-01-26 05:27:47 -05:00
### Can I join?
You don't need my permission!
2022-01-30 12:45:36 -05:00
Simply follow these steps and you're online!
1) Grab the [example file](https://codeberg.org/gabe/Interverse/src/branch/main/interverse-example.json) or you can grab the one from [the Libre Solutions Network](https://libresolutions.network/.well-known/interverse)
2) [Check out the docs](Docs/readme.md)
3) Modify it with your data
4) Serve that file from **your.website/.well-known/interverse**
5) Ensure that the webserver also adds the correct header: `access-control-allow-origin *`
6) Feel free to test your setup by visiting:
2022-01-26 05:27:47 -05:00
https://libresolutions.network/Interverse?url=your.website
2022-01-26 05:28:51 -05:00
2022-01-26 06:50:04 -05:00
### How do I run the client myself?
1) `git clone https://codeberg.org/gabe/Interverse.git`
2) `cd Interverse/Client`
3) `python -m http.server`
4) Hack away!
### Can I create my own client?
Please do!
2022-01-26 05:28:51 -05:00
## If you need any help getting started feel free to get in touch with me by e-mailing gabriel@libresolutions.network
2022-01-26 05:27:47 -05:00
2022-01-26 05:24:59 -05:00
2022-01-25 23:28:06 -05:00