You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -44,14 +44,16 @@ cd rssnotes
44
44
-**RANDOM_SECRET** --- This is used to generate the nostr public/private keys for the rss feeds. This should be a randomly generated string at least 20 characters long.
45
45
-**RELAY_URL** --- the URL of your relay ex.: myrssrelay.com. This is only used for display on the relay's main page. It does not affect your relays actual URL.
46
46
47
-
9. Save and exit the `.env` file.
47
+
9.The remaining variables in the `.env` file are optional. Save and exit the `.env` file.
48
48
49
49
10. Create a file called `seedrelays.json`.
50
50
51
51
11. Copy and paste the contents from the [sample.seedrelays.json](https://github.com/trinidz/rssnotes/blob/main/sample.seedrelays.json) file into your `seedrelays.json` file. Save and exit the file.
52
52
53
53
12. Run `docker-compose up -d` while in the `rssnotes` directory. This will start the rssnotes container in the background.
4. Open the .env file and add values for the following REQUIRED environment variables.
75
77
-**RELAY_PRIVKEY** --- Use a nostr key generator to create a new set of nostr private and public keys for the relay. DO NOT USE your own existing nostr keys. The relay will use these keys to follow all of your rss feeds and for other background tasks.
76
78
-**RELAY_PUBKEY** --- acquired from the new private key created above.
77
-
-**RELAY_URL** --- the URL of your relay ex.: myrssrelay.com. This is only used for display on the relay's main page. It does not affect your relays actual URL.
78
79
-**RANDOM_SECRET** --- This is used to generate the nostr public/private keys for the rss feeds. This should be a randomly generated string at least 20 characters long.
80
+
-**RELAY_URL** --- the URL of your relay ex.: myrssrelay.com. This is only used for display on the relay's main page. It does not affect your relays actual URL.
79
81
80
82
5. The remaining variables in the .env file are optional.
0 commit comments