Sure thing I can help you out.
- Generate a long random secret using `openssl rand -hex 128`
- Create a local.env file within the nostream project folder.
- I have two variables set there ZEBEDEE_API_KEY=replacewithyourapikey and SECRET=yoursecret (Not sure if secret needs to be set here, but I have it in here too)
- I also updated the SECRET environment variable in the docker-compose.yml with the same value
- Do ./scripts/stop from the Nostream folder and then ./scripts/start