Allow Private CrewLink Servers to hide their net address.
I use Cloudflare to proxy requests that are coming to my home server to hide my home server, however when using CrewLink it still exposes my home IP and port.
https://i.gyazo.com/5240292fae50cfe7811dff5c761fa998.png
For ease of use for my friends they can use https://crewlink.foobar.com however it shows http://<my_home_ip>:9376
You can set the environment variable ADDRESS to whatever you would like to be displayed there.
You can set the environment variable
ADDRESSto whatever you would like to be displayed there.
How do I do this?
If you are are deploying the docker container, see the official Docker documentation. For example, you can add -e ADDRESS=my.public.address.com to the run command. For running from manual installation, you will need to investigate how to set environment variables on your particular OS (not hard to do on any system, and therefor easy to look up instructions)