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
A simple and easy to deploy nostr relay using `asyncio` & `websockets` to server Nostr clients
5
+
A purely Python, easy to deploy nostr relay using `asyncio` & `websockets` to server Nostr clients
11
6
12
7
## Description
13
8
14
9

15
10
16
11
17
12
18
-
A containerized Python relay paried with a Postgres databse, reachable via a NGINX reverse proxy. This has been tested on [Coracle](https://coracle.social), [Iris.to](https://Iris.to) and [Snort.social](https://Snort.social) clients and works for the NIPS listed below.
13
+
A containerized Python relay paried with a Postgres databse, reachable via a NGINX reverse proxy. This has been tested on [Nostrudel](https://nostrudel.ninja/), [Iris.to](https://Iris.to) and [Snort.social](https://Snort.social) clients and works for the NIPS listed below.
19
14
20
15
Numerous branches in development, trying to improve performance, reliability and ease of use. The Datadog branch deploys a Datadog agent container to collect logs, metrics and traces to better observe application performance.
This will bring up the menu below and you can control the program from there!
60
58
59
+
**Usage notes**
60
+
* Option 1 `Execute server setup script` needs to be run to create the `relay_service` user and set proper file permissions
61
+
* After creating the `.env` that file is meant to stay encrypted(encrypted suring `Execute server script`), option2 `Start Nostpy relay` will not run unless the file is encypted
62
+
* You can encrypt/decrypt the file with option 5
63
+
61
64
62
65
63
66

0 commit comments