This is a minimal nostr relay implementation which accepts kind 30390 push subscription events on behalf of public relays.
The following env variables are accepted:
PORT- the port to run the server onSECRET- a hex secret key for the relay's identityDATA_DIR- a directory where the sqlite database should be stored (defaults to.)CORS_DOMAIN- restrict domains able to connect (defaults to*)