mirror of
https://github.com/nicotsx/zerobyte.git
synced 2026-02-08 12:31:16 -05:00
23 lines
692 B
Plaintext
23 lines
692 B
Plaintext
# --- Zerobyte ---
|
|
TZ=UTC
|
|
|
|
# --- Tailscale ---
|
|
# Create an auth key in the Tailscale admin console.
|
|
# Recommended: ephemeral + pre-approved (or tagged) key.
|
|
TS_AUTHKEY=tskey-auth-xxxxxxxxxxxxxxxxxxxx
|
|
|
|
# How this node should appear in your tailnet.
|
|
TS_HOSTNAME=zerobyte
|
|
|
|
# Kernel-mode (false) vs userspace-mode (true).
|
|
# - false: requires /dev/net/tun on the host
|
|
# - true: works on Docker Desktop / hosts without TUN, but you must also remove
|
|
# the /dev/net/tun device mapping from docker-compose.yml
|
|
TS_USERSPACE=false
|
|
|
|
# Optional extra args passed to `tailscale up`.
|
|
# Examples:
|
|
# TS_EXTRA_ARGS=--accept-dns=true
|
|
# TS_EXTRA_ARGS=--advertise-tags=tag:backup --accept-routes
|
|
TS_EXTRA_ARGS=
|