interverse/Docs/instance.md

17 lines
702 B
Markdown
Raw Normal View History

2022-10-12 06:02:00 -04:00
# Running your own instance
The reference instance is running at [libresolutions.network](https://libresolutions.network/interverse)
If all your connections are adding the [CORS header](getting-started.md) all you need is to serve the content of [Client/index.html](../Client/index.html) from your page.
That file is written so that it can be easily pasted into an existing page, or used as a hugo shortcode.
Known instances:
* [jamespearson.xyz](https://jamespearson.xyz/interverse/)
## interverse-proxy
2022-10-12 06:21:26 -04:00
For compatibility with [Discover](https://codeberg.org/onasaft/Discover) or for displaying previews of sites not serving the CORS header you'll want to setup the [server](Server/readme.md)