mirror of
https://github.com/tailscale/tailscale.git
synced 2025-08-12 05:37:32 +00:00
gokrazy: add prototype Tailscale appliance, build tooling, docs
Updates #1866 Change-Id: I546316cb833bf2919e0d6f55cdc9951f375f165b Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
This commit is contained in:

committed by
Brad Fitzpatrick

parent
0b1a8586eb
commit
e84751217a
12
gokrazy/tsapp/README.md
Normal file
12
gokrazy/tsapp/README.md
Normal file
@@ -0,0 +1,12 @@
|
||||
# Tailscale Appliance
|
||||
|
||||
This is the definition of the Gokrazy Tailscale Appliance (tsapp) image.
|
||||
See the parent directory for context.
|
||||
|
||||
## File contents
|
||||
|
||||
The `config.json` is a Gokrazy config.
|
||||
|
||||
The `usr-dir.tar` is a single symlink named `bin` pointing to `/user`. We write it to `/usr/bin => /user` so the Busybox `ash` shell's default `$PATH` includes `/user`, where the `tailscale` CLI is.
|
||||
|
||||
The `builddir` is the Gokrazy build environment, defining each program's `go.mod`.
|
Reference in New Issue
Block a user