ajitid / telltail-center

Telltail: Universal Clipboard for Text
https://guide-on.gitbook.io/telltail
BSD 3-Clause "New" or "Revised" License
40 stars 2 forks source link

Any plan to support self-hosted Headscale server? #11

Closed yqs112358 closed 1 month ago

yqs112358 commented 1 month ago

Headscale is an official-support, self-hosted implementation of the Tailscale control server. It allows users who are in an intranet or have a poor connection to the official Tailscale to set up their own Tailscale control server.

If there can be support to self-hosted Headscale server, it will be a great surprise to a large number of Tailscale lovers. 🥰

The work shouldn't be too complicated. I think it involves only some substitutions of URLs.

ajitid commented 1 month ago

Heya. I'm not planning to support Headscale. But feel free to hack on it and send a PR. I'll keep the issue open.

Headscale and Tailscale may share PRs with each other but I don't think Tailscale officially supports it.

yqs112358 commented 1 month ago

Sorry, but I finally found that Telltail works well with Headscale without any additional configuration needed. 😊 Firstly, get a pre-auth key by command headscale preauthkeys create -u <USER>. Then just follow the instuctions in docs. Everything will be ok.

Cool project~ 😋