diff --git a/api/nostr.py b/api/nostr.py index ada3513b..54c9ceb4 100644 --- a/api/nostr.py +++ b/api/nostr.py @@ -27,6 +27,7 @@ class Nostr: # Add relays and connect await client.add_relay("ws://localhost:7777") + await client.add_relay("ws://localhost:7778") await client.connect() robot_name = await self.get_robot_name(order) diff --git a/docker/strfry/strfry.conf b/docker/strfry/strfry.conf index 01fb191a..05061fc6 100644 --- a/docker/strfry/strfry.conf +++ b/docker/strfry/strfry.conf @@ -44,7 +44,7 @@ relay { bind = "0.0.0.0" # Port to open for the nostr websocket protocol (restart required) - port = 7777 + port = 7778 # Set OS-limit on maximum number of open files/sockets (if 0, don't attempt to set) (restart required) nofiles = 1000000