m1k1o / neko-rooms

Selfhosted collaborative browser - room management for n.eko
Apache License 2.0
437 stars 59 forks source link

Lets encrypt certificate for neko rooms. #97

Closed Armrisch1 closed 1 year ago

Armrisch1 commented 1 year ago

Hello. I need to set lets encrypt certificate for neko rooms, how can I do this? Is there some param in env variables to pass path to my certificate keys? Thanks fo advance.

m1k1o commented 1 year ago

Normally that should be handled by your reverse proxy, but you can pass cetrificate directly to neko-rooms as vell using:

Armrisch1 commented 1 year ago

Thanks, where can I set this?

m1k1o commented 1 year ago

As environment variables to the docker container.

Armrisch1 commented 1 year ago

ok, thank you for your time!