Aight. Anyone know of a "web server" that sends the payload to a shell script? That way, I could just run nak and post on a pubkey in Nostr. xD
Now that'd be a fun deployment, making a "webhook to nostr" thing.
- Put privkey in a secret
- Load it in env
- Tell nak about it
- Start a webserver that calls a command upon receiving a HTTP message
- Verify the payload (origin, format, ...)
- Post.