Want your own replica server? Want your own replica server that is also able to serve content from your shares through the web?
- Click the button above.
- Create a file at
.data/known_shares.json
- Add the shares you'd like your replica server to know about as an array, like
this:
["+myshare.a123", "yourshare.b234"]
- Open the
.env
file and assign a share toSOURCE_SHARE
, like this:SOURCE_SHARE=+myshare.a123
- Check the logs for the URL to sync with!
If you'd like to further customise your replica server, you can learn more about replica servers and their extensions at the main replica server repo.