Skip to content
This repository has been archived by the owner on Dec 17, 2023. It is now read-only.

Commit

Permalink
chore(docs): recommend to disable mirroring
Browse files Browse the repository at this point in the history
  • Loading branch information
piraces committed Jul 4, 2023
1 parent 903d581 commit d3a1d38
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 13 deletions.
14 changes: 3 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,19 +30,11 @@ Checkout the [wiki entry](https://github.com/piraces/rsslay/wiki/API) for furthe

## Mirroring events ("replaying")

Actually `rsslay` makes usage of a method named `AttemptReplayEvents` which is made to send the events to other relays of confidence to attempt to make the events and the profile more reachable (they are just mirror relays)...

Currently used relays:
- wss://nostr.data.haus
- wss://nostr.anchel.nl
- wss://relay.nostrgraph.net
- wss://nostr.mom
- wss://relay.nostr.band
- wss://nostr.mutinywallet.com
_**Note:** since v0.5.3 its recommended to set `REPLAY_TO_RELAYS` to false. There is no need to perform replays to other relays, the main rsslay should be able to handle the events._

This is needed nowadays, with further improvements in relays implementations or clients it may not be needed in the future.
Actually `rsslay` makes usage of a method named `AttemptReplayEvents` which is made to send the events to other relays of confidence to attempt to make the events and the profile more reachable (they are just mirror relays)...

Maybe in the future with other implementations we can avoid that, but nowadays its needed.
Currently used relays: none.

## Feeds from Twitter via Nitter instances

Expand Down
4 changes: 2 additions & 2 deletions fly.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ kill_timeout = 5
NITTER_INSTANCES = "birdsite.xanny.family,notabird.site,nitter.moomoo.me,nitter.fly.dev"
OWNER_PUBLIC_KEY = "4ac24d2ee822a34a9881eff526bf71f39704419837e4c14b34642d82e111ed39"
PORT = "8080"
RELAYS_TO_PUBLISH_TO = "wss://nostr.data.haus,wss://relay.nostrgraph.net,wss://nostr.mom,wss://relay.nostr.band,wss://nostr.mutinywallet.com"
REPLAY_TO_RELAYS = "true"
RELAYS_TO_PUBLISH_TO = ""
REPLAY_TO_RELAYS = "false"
VERSION = "0.5.3"

[[mounts]]
Expand Down

0 comments on commit d3a1d38

Please sign in to comment.