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

Avoid HTTPS requirement for local network testing #356

Open
decentral1se opened this issue Nov 12, 2022 · 1 comment
Open

Avoid HTTPS requirement for local network testing #356

decentral1se opened this issue Nov 12, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@decentral1se
Copy link
Member

Report coming from testing for #355:

I can tunnel the machine locally, but I think the whole https-domain thing stops me from being able to test without a public address with https.

I think we could disable the https requirement if we tweaked:

if httpsDomain == "" {
if !development {
return fmt.Errorf("https-domain can't be empty. See '%s -h' for a full list of options", os.Args[0])
}
httpsDomain = "localhost"
}

Maybe some other stuff needs changing then. It'd be nice to not have to deal with this so local network testing is much easier

/cc @luandro

@decentral1se decentral1se added the enhancement New feature or request label Nov 12, 2022
@decentral1se
Copy link
Member Author

decentral1se commented Nov 12, 2022

Another take on this is: document how to have https -> internet on a local setup 🙃 Some tunneling setup that doesn't require going all in on explaining port forwarding on your local router and such (down the rabbit hole for the docs...). I wonder would an alliance with https://greenhouse.server.garden be useful for this 🤔

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

No branches or pull requests

1 participant