m1k1o / neko-rooms

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

configure https without using treafik #126

Closed rainy0404 closed 7 months ago

rainy0404 commented 7 months ago

Can I configure the HTTPS access method without using treafik?

m1k1o commented 7 months ago

Its not supported with the auto-build script. But you can do it manually:

Just use docker-compose.yaml, and either proxy it with your own reverse proxy to add https or if you have your certificate add it to NEKO_ROOMS_CERT and NEKO_ROOMS_KEY to env.

Make sure to include it in volumes as well, to be available inside container.