snikket-im / snikket-server

Image builder for Snikket server
https://snikket.org/service/
Apache License 2.0
272 stars 31 forks source link

Could the getting started bit on the website include support for reverse-proxies and ports? #227

Closed driftywinds closed 4 months ago

driftywinds commented 4 months ago

I have multiple services running on different ports on my VPS and would like to setup snikket with docker-compose such that the containers have configurable ports as endpoints that I can reverse proxy through caddy, (and thus not work around snikket hogging the :80 port for itself).

Is this possible? and if yes, how do I configure it in the docker-compose.yml file?

Would appreciate this being added into the getting-started part on the website too.

mwild1 commented 4 months ago

Hi! Sure, you can find information about running Snikket behind a reverse proxy here: https://snikket.org/service/help/advanced/reverse_proxy/

It's linked to from the quickstart guide, though maybe it needs to be more prominent (as it already is in this version of the guide).

If you need any help with the setup, there are many experienced (and new) self-hosters you can find in our chat channel.

Good luck with your Snikket adventure!

driftywinds commented 4 months ago

Hi! Sure, you can find information about running Snikket behind a reverse proxy here: https://snikket.org/service/help/advanced/reverse_proxy/

It's linked to from the quickstart guide, though maybe it needs to be more prominent (as it already is in this version of the guide).

If you need any help with the setup, there are many experienced (and new) self-hosters you can find in our chat channel.

Good luck with your Snikket adventure!

Thanks a ton!