mirror of
https://github.com/Start9Labs/documentation.git
synced 2026-03-26 02:11:55 +00:00
Nostr guide small fix (#558)
* nostr-guide * nostr-guide * minor fixes * small-fix * numbers fix --------- Co-authored-by: H0mer <h0mer@ubuntu22.04.2>
This commit is contained in:
@@ -14,12 +14,13 @@ Nostr is a simple, open protocol that enables global, decentralized, and censors
|
|||||||
|
|
||||||
#. Install **Nostr RS relay** service from Start9 Registry on your server.
|
#. Install **Nostr RS relay** service from Start9 Registry on your server.
|
||||||
|
|
||||||
.. figure:: /_static/images/services/nostr/nostr-1.png
|
.. figure:: /_static/images/services/nostr/nostr-1.png
|
||||||
:width: 50%
|
:width: 50%
|
||||||
:alt: nostr install
|
:alt: nostr install
|
||||||
|
|
||||||
#. In the service, page click **CONFIGURE** and add the pubkey in hex format to whitelist your client. Click save.
|
#. In the service, page click **CONFIGURE** and add the pubkey in hex format to whitelist your client. Click save.
|
||||||
.. figure:: /_static/images/services/nostr/nostr-2.png
|
|
||||||
|
.. figure:: /_static/images/services/nostr/nostr-2.png
|
||||||
:width: 50%
|
:width: 50%
|
||||||
:alt: nostr whitelist pubkey
|
:alt: nostr whitelist pubkey
|
||||||
|
|
||||||
|
|||||||
@@ -42,9 +42,11 @@ Using Iris on StartOS
|
|||||||
:alt: iris sign in
|
:alt: iris sign in
|
||||||
|
|
||||||
#. To connect to your own private relay, go to Settings -> Network and paste in your Nostr Relay Websocket URL (e.g. ws://address.onion). You can find this value in the Properties section of your Nostr RS Relay service.
|
#. To connect to your own private relay, go to Settings -> Network and paste in your Nostr Relay Websocket URL (e.g. ws://address.onion). You can find this value in the Properties section of your Nostr RS Relay service.
|
||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
If you plan to connect to your own private relay, you must first make sure you are already :ref:`running Tor<connecting-tor>` on your system and we suggest using Firefox which must be :ref:`configured to use Tor<connecting-ff>`.
|
If you plan to connect to your own private relay, you must first make sure you are already :ref:`running Tor<connecting-tor>` on your system and we suggest using Firefox which must be :ref:`configured to use Tor<connecting-ff>`.
|
||||||
It is recommended to use your Relay's Tor websocket URL (ws://address.onion), since the LAN websocket URL (wss://address.local) will only work when you are home.
|
It is recommended to use your Relay's Tor websocket URL (ws://address.onion), since the LAN websocket URL (wss://address.local) will only work when you are home.
|
||||||
|
|
||||||
.. figure:: /_static/images/services/nostr/iris-5.png
|
.. figure:: /_static/images/services/nostr/iris-5.png
|
||||||
:width: 50%
|
:width: 50%
|
||||||
:alt: iris add url
|
:alt: iris add url
|
||||||
|
|||||||
Reference in New Issue
Block a user