This repository has been archived by the owner on Apr 14, 2020. It is now read-only.
[BREAKING] The websocktunnel server now takes a URL_PREFIX
env var, and no longer requires HOSTNAME
. The URL_PREFIX
should be the public URL at which the service is available, including the schema and any necessary port, e.g., https://websocktunnel.services.example.com
.
The PORT
env var remains, but now only specifies the port on which the service should listen.