mirror of
https://github.com/tailscale/tailscale.git
synced 2026-05-08 13:46:46 +02:00
Because the --webclient flag is only defined as part of 'tailscale set', and containerboot only calls 'tailscale set' if TS_AUTH_ONCE is set, this requires both TS_AUTH_ONCE and TS_WEBUI to be set to true in order to activate the web client. Updates #10261 Signed-off-by: Will Norris <will@tailscale.com>