nostr
nostr copied to clipboard
Provide releases
I watched the installation tutorial and already having a static website I wonder why I should quasar stuff and reverse-proxy etc. if all I would need is to add a nostr folder in my website with the nostr files. Wouldn't that work?
Please provide the compiled "installable" website as a download, preferably here on GitHub, signed and reproducible as a Release.
As a second best approach, provide container solution to building those files.
$ podman run --rm --volume $PWD:/t -it node bash
/# npm install -g @quasar/cli
/# cd /t
/t# git clone https://github.com/arcbtc/nostr.git
/t# cd nostr/
/t/nostr# npm install
/t/nostr# export NODE_OPTIONS=--openssl-legacy-provider # this was because of https://stackoverflow.com/questions/69692842/error-message-error0308010cdigital-envelope-routinesunsupported
/t/nostr# quasar build pwa
So the above worked for me but ... why do the relays only have messages from nostr launch day (plus my test just now)?
