nostr icon indicating copy to clipboard operation
nostr copied to clipboard

Provide releases

Open Giszmo opened this issue 3 years ago • 2 comments

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.

Giszmo avatar Apr 06 '22 03:04 Giszmo

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

Giszmo avatar Apr 06 '22 03:04 Giszmo

So the above worked for me but ... why do the relays only have messages from nostr launch day (plus my test just now)?

Screenshot from 2022-04-05 23-55-31

Giszmo avatar Apr 06 '22 03:04 Giszmo