Replying to Avatar Ezofox

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

Avatar
Ezofox 2y ago

Also to add for anyone else reading - update your docker-compose.yml file and add the following so that docker compose knows that you have an environment variable. Do this before stopping and starting your instance of nostream.

env_file:

- local.env

Reply to this note

Please Login to reply.

Discussion

No replies yet.