We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi. Thanks for your great work on this mod!
I have an app which I'd like to containerize and serve within my tailnet. The app only serves HTTPS and uses a self-signed CERT by default.
I saw the recent announcement reintroducing serve and this example caught my eye:
# Ignore an invalid or self-signed certificate $ tailscale serve https+insecure://localhost:5454 ...
# Ignore an invalid or self-signed certificate
$ tailscale serve https+insecure://localhost:5454 ...
I'd love to use this scheme to serve the local and self-signed HTTPS port but this mod seems hard-coded for http.
What's the likelihood of enhancing this code to support the new syntax?
Thanks!
brian
The text was updated successfully, but these errors were encountered:
That would also be handy for using it on UniFi Network application that does the same thing.
Sorry, something went wrong.
No branches or pull requests
Hi. Thanks for your great work on this mod!
I have an app which I'd like to containerize and serve within my tailnet. The app only serves HTTPS and uses a self-signed CERT by default.
I saw the recent announcement reintroducing serve and this example caught my eye:
I'd love to use this scheme to serve the local and self-signed HTTPS port but this mod seems hard-coded for http.
What's the likelihood of enhancing this code to support the new syntax?
Thanks!
brian
The text was updated successfully, but these errors were encountered: