mirror of
https://github.com/siderolabs/extensions.git
synced 2026-05-05 12:16:46 +02:00
fix(docs): readability for Tailscale docs
use list to highlight env vars Signed-off-by: Caleb Woodbine <calebwoodbine.public@gmail.com>
This commit is contained in:
parent
45ef4c0019
commit
7ca8a0f04a
@ -11,7 +11,7 @@ Simplest install
|
||||
machine:
|
||||
install:
|
||||
extensions:
|
||||
- image: docker.io/btrepp/tailscale:1.40.0
|
||||
- image: ghcr.io/siderolabs/tailscale:1.44.0
|
||||
files:
|
||||
- content: |
|
||||
TS_AUTHKEY=<your auth key>
|
||||
@ -33,20 +33,20 @@ Extra tailscale specific environment vars can be configured as needed in `/var/e
|
||||
|
||||
Current known env vars are:
|
||||
|
||||
TS_AUTHKEY: the authkey to use for login.
|
||||
TS_HOSTNAME: the hostname to request for the node.
|
||||
TS_ROUTES: subnet routes to advertise.
|
||||
TS_DEST_IP: proxy all incoming Tailscale traffic to the given destination.
|
||||
TS_TAILSCALED_EXTRA_ARGS: extra arguments to 'tailscaled'.
|
||||
TS_EXTRA_ARGS: extra arguments to 'tailscale up'.
|
||||
TS_USERSPACE: run with userspace networking (the default) instead of kernel networking.
|
||||
TS_STATE_DIR: the directory in which to store tailscaled state. The data should persist across container restarts.
|
||||
TS_ACCEPT_DNS: whether to use the tailnet's DNS configuration.
|
||||
TS_KUBE_SECRET: the name of the Kubernetes secret in which to store tailscaled state.
|
||||
TS_SOCKS5_SERVER: the address on which to listen for SOCKS5 proxying into the tailnet.
|
||||
TS_OUTBOUND_HTTP_PROXY_LISTEN: the address on which to listen for HTTP proxying into the tailnet.
|
||||
TS_SOCKET: the path where the tailscaled LocalAPI socket should be created.
|
||||
TS_AUTH_ONCE: if true, only attempt to log in if not already logged in. If false (the default, for backwards compatibility), forcibly log in every time the container starts.
|
||||
- TS_AUTHKEY: the authkey to use for login.
|
||||
- TS_HOSTNAME: the hostname to request for the node.
|
||||
- TS_ROUTES: subnet routes to advertise.
|
||||
- TS_DEST_IP: proxy all incoming Tailscale traffic to the given destination.
|
||||
- TS_TAILSCALED_EXTRA_ARGS: extra arguments to 'tailscaled'.
|
||||
- TS_EXTRA_ARGS: extra arguments to 'tailscale up'.
|
||||
- TS_USERSPACE: run with userspace networking (the default) instead of kernel networking.
|
||||
- TS_STATE_DIR: the directory in which to store tailscaled state. The data should persist across container restarts.
|
||||
- TS_ACCEPT_DNS: whether to use the tailnet's DNS configuration.
|
||||
- TS_KUBE_SECRET: the name of the Kubernetes secret in which to store tailscaled state.
|
||||
- TS_SOCKS5_SERVER: the address on which to listen for SOCKS5 proxying into the tailnet.
|
||||
- TS_OUTBOUND_HTTP_PROXY_LISTEN: the address on which to listen for HTTP proxying into the tailnet.
|
||||
- TS_SOCKET: the path where the tailscaled LocalAPI socket should be created.
|
||||
- TS_AUTH_ONCE: if true, only attempt to log in if not already logged in. If false (the default, for backwards compatibility), forcibly log in every time the container starts.
|
||||
|
||||
### Subnet routing
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user