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

Support for Headscale #56

Closed
Erisa opened this issue Jul 16, 2024 · 1 comment · Fixed by #57
Closed

Support for Headscale #56

Erisa opened this issue Jul 16, 2024 · 1 comment · Fixed by #57
Assignees
Labels
enhancement New feature or request headscale

Comments

@Erisa
Copy link
Member

Erisa commented Jul 16, 2024

An option (TNSET_CONTROL_URL) for an alt control server e.g. Headscale, was added in #55 however there may still be some remaining issues resulting in a "HTTPS is not enabled in the admin panel" error.

Making this issue to track Headscale usage testing, will be closed when all works to my liking.

@Erisa Erisa self-assigned this Jul 16, 2024
@Erisa Erisa added enhancement New feature or request headscale labels Jul 16, 2024
@Erisa Erisa closed this as completed in #57 Jul 18, 2024
@Erisa
Copy link
Member Author

Erisa commented Jul 18, 2024

I've added two new options you'll need to use in order for tclip to work with Headscale:

  • TSNET_CONTROL_URL needs to be set to your Headscale control server URL.
  • DISABLE_HTTPS=true needs to be set, due to Headscale not supporting Tailscale Serve.

If you don't use both those variables in that way, you will see failure with "HTTPS is not enabled in the admin panel".

A full list of configuration options is available here: https://github.com/tailscale-dev/tclip?tab=readme-ov-file#configuration

If you run into any issues, please set TSNET_VERBOSE=true and create a new Issue with relevant log lines.

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

Successfully merging a pull request may close this issue.

1 participant