From 6b5985c2c6bfb0ca68601752570e9dcaeb815cf3 Mon Sep 17 00:00:00 2001 From: H0mer <108570942+13Homer13@users.noreply.github.com> Date: Mon, 11 Dec 2023 16:48:41 +0100 Subject: [PATCH] Nostr guide small fix (#558) * nostr-guide * nostr-guide * minor fixes * small-fix * numbers fix --------- Co-authored-by: H0mer --- site/source/service-guides/nostr/index.rst | 5 +++-- site/source/service-guides/nostr/iris.rst | 2 ++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/site/source/service-guides/nostr/index.rst b/site/source/service-guides/nostr/index.rst index b361789..1fb7a2c 100644 --- a/site/source/service-guides/nostr/index.rst +++ b/site/source/service-guides/nostr/index.rst @@ -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. - .. figure:: /_static/images/services/nostr/nostr-1.png + .. figure:: /_static/images/services/nostr/nostr-1.png :width: 50% :alt: nostr install #. 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% :alt: nostr whitelist pubkey diff --git a/site/source/service-guides/nostr/iris.rst b/site/source/service-guides/nostr/iris.rst index 3c420e4..f078b62 100644 --- a/site/source/service-guides/nostr/iris.rst +++ b/site/source/service-guides/nostr/iris.rst @@ -42,9 +42,11 @@ Using Iris on StartOS :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. + .. note:: If you plan to connect to your own private relay, you must first make sure you are already :ref:`running Tor` on your system and we suggest using Firefox which must be :ref:`configured to use Tor`. 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 :width: 50% :alt: iris add url