Very basic Nostr client setup and notification transport setup. Most notable change with impact to look out for in unrelated code parts is a new optional field (nostr_npub) on Identity and IdentityPublicData. This is just the transport (send) the notification processor will probably be a bit more involved.
Question: We already have a lot of stuff that needs configuration. Should we add some configuration file eg. config.toml.
Doing all of this just with ENV vars will get tedious at some point. We just have to make sure secrets are set from a safe place.
Very basic Nostr client setup and notification transport setup. Most notable change with impact to look out for in unrelated code parts is a new optional field (nostr_npub) on Identity and IdentityPublicData. This is just the transport (send) the notification processor will probably be a bit more involved.
Question: We already have a lot of stuff that needs configuration. Should we add some configuration file eg.
config.toml
. Doing all of this just with ENV vars will get tedious at some point. We just have to make sure secrets are set from a safe place.