Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable localhost tunnel configurations in containerized-nginx setup.py #101

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

MironVeryanskiy
Copy link

Some users opt to put huly behind a tunnel service implementation to avoid opening public-facing ports to their servers.

A tunnel service performs the task of routing external traffic directly to localhost:port of the huly instance.
A tunnel service also offers the option to provide an HTTPS endpoint to browsers without requiring it to be handled by the huly stack directly.
A few tunnel service examples are Cloudflare Zero Trust Tunnel, localhost.run, Tailscale Funnel, and many more anderspitman/awesome-tunneling.

This PR provides the configuration changes and documentation for how to implement a tunnel configuration with the huly project.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant