Nostream v1.24.1 has been released.

https://github.com/Cameri/nostream/compare/v1.24.0...v1.24.1

### Bug Fixes

* lnbits broken after lnurl-pay support (https://github.com/Cameri/nostream/issues/310)

Reply to this note

Please Login to reply.

Discussion

why did the LNURL payment processor actually drop out of the readme?

I was never added

https://github.com/Cameri/nostream/commit/f23740073f6b59b230157528376a89ca44af3f27

I just emailed Adithya to help me put the steps together to ensure we have them, but if you can help me I’d appreciate it!

Btw I’ve added a whitelist for zap receipts for paid relays which is on by default.

oh, I thought it was. sorry.

I guess Adithya is best to help. I am a bit busy right now. but can check next week if it's not done by then.

no worries, thanks. I’ll try and ping you if that’s the case

Shouldn't there be a "env_file:" entry in docker-compose.yml? The default one does not have it, but the full guide in README.md assumes it is there.

turns out we don’t need that, rename your file to `.env` and remove the `env_file:` entry on your docker-compose.yml file

Well, this didn't work out for me, so I had to add the line backup docker-compose.yml. šŸ¤”

oh i missed something. after adding the env vars to the `.env` file, on your docker-compose.yml you must add the env vars individually like: ENV_NAME: ${ENV_NAME}

I see, like it is done with "SECRET: ${SECRET}" right?

Yes sir