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

docs/examples: Tailscale installation on Ubuntu; requires apt-key add #35

Closed
vielmetti opened this issue Mar 17, 2021 · 4 comments
Closed

Comments

@vielmetti
Copy link

Motivation: one of the first things I do when setting up a new node is put it on my Tailscale private network. comtrya should make this very easy, at the minimum by installing the necessary binaries, and (ideally) by propagating the necessary secrets or documenting the auth steps needed to turn up the network.

The Tailscale docs here https://tailscale.com/download/linux show the steps, which include downloading a signing key and adding a repository; the signing key in particular may require some updates to the Aptitude libraries to interface to apt-key add.

@vielmetti vielmetti changed the title docs/examples: Tailscale installation docs/examples: Tailscale installation on Ubuntu; requires apt-key add Mar 17, 2021
@vielmetti
Copy link
Author

My workaround version of this is a script at https://github.com/vielmetti/vielmetti-shelltools/blob/master/files/bin/setup-tailscale-ubuntu-focal which I install with a file.copy command and then run with sh -x. I do need to cut and paste a URL into my browser on my laptop to authenticate. Much faster and less error-prone that following the instructions by hand.

@rawkode rawkode added this to the v0.5.0 milestone Mar 17, 2021
@rawkode rawkode modified the milestones: v0.6.0, v0.7.0 May 17, 2021
@rawkode rawkode modified the milestones: v0.7.0, v0.8.0 May 25, 2021
@rawkode rawkode self-assigned this Mar 4, 2022
@rawkode
Copy link
Member

rawkode commented Mar 4, 2022

This is currently available in a PR: #138

@icepuma
Copy link
Member

icepuma commented Mar 18, 2022

This issue is resolved?

@rawkode
Copy link
Member

rawkode commented Mar 18, 2022

Yep, #138 was merged. Thanks

@rawkode rawkode closed this as completed Mar 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

3 participants