Clarify how to authenticate service with Tailscale for local dev

This commit is contained in:
Gabriel Simmer 2023-08-17 21:18:10 +01:00
parent 1bab8e2ec9
commit 596ccb79b8
Signed by: arch
SSH key fingerprint: SHA256:mXaHIY3tLtudNyb+i3qRd0DeXvpqbst04OgVKVCp2R4

View file

@ -14,6 +14,10 @@ number of pastes.
You can then test your changes to tclip by running `go run
./cmd/web` or `go run ./cmd/tclip` as appropriate.
Note that for the first run of `./cmd/web`, you *must* set
either the `TS_AUTHKEY` environment variable, or run it with
`--tsnet-verbose` to get the login URL for Tailscale.
## Building for prod
The web server: