Skip to content

Add suggestion for using tailscale to guide.md #7328

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions docs/guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

- [Expose code-server](#expose-code-server)
- [Port forwarding via SSH](#port-forwarding-via-ssh)
- [Connect Using Tailscale (For IPads)](#using-tailscale)
- [Using Let's Encrypt with Caddy](#using-lets-encrypt-with-caddy)
- [Using Let's Encrypt with NGINX](#using-lets-encrypt-with-nginx)
- [Using a self-signed certificate](#using-a-self-signed-certificate)
Expand Down Expand Up @@ -47,6 +48,7 @@ machine.
There are several approaches to operating and exposing code-server securely:

- Port forwarding via SSH
- Connect using a free VPN (tailscale)
- Using Let's Encrypt with Caddy
- Using Let's Encrypt with NGINX
- Using a self-signed certificate
Expand Down Expand Up @@ -113,6 +115,16 @@ we recommend using another method, such as [Let's Encrypt](#let-encrypt) instead
> [GPG agent](https://wiki.gnupg.org/AgentForwarding) to the instance to
> securely access GitHub and sign commits without having to copy your keys.

### Using Tailscale

[Tailscale](http://tailscale.com) is a free secure VPN. Although this depends
on a third-party service, tailscale to be [up and
running](https://status.tailscale.com/), it is a worthwhile alternative for
those that want to setup a secure connection to their IPads without the need of
setting up an external domain.
See instructions [here](https://tailscale.com/kb/1166/vscode-ipad) on how to
connect using tailscale.

### Using Let's Encrypt with Caddy

Using [Let's Encrypt](https://letsencrypt.org) is an option if you want to
Expand Down