You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tailscale/client/web
Will Norris 128c99d4ae client/web: add new readonly mode
The new read-only mode is only accessible when running `tailscale web`
by passing a new `-readonly` flag. This new mode is identical to the
existing login mode with two exceptions:

 - the management client in tailscaled is not started (though if it is
   already running, it is left alone)

 - the client does not prompt the user to login or switch to the
   management client. Instead, a message is shown instructing the user
   to use other means to manage the device.

Updates #10979

Signed-off-by: Will Norris <will@tailscale.com>
5 months ago
..
build client/web: precompress assets 7 months ago
src client/web: add new readonly mode 5 months ago
assets.go client/web: only add cache header for assets 7 months ago
auth.go client/web: add initial types for using peer capabilities 6 months ago
index.html client/web: use CSP hash for inline javascript 7 months ago
package.json client/web: add confirmation dialogs 7 months ago
qnap.go client/web: add readonly/manage toggle 8 months ago
styles.json client/web: adjust colors and some UI margins 7 months ago
synology.go client/web: add readonly/manage toggle 8 months ago
tailwind.config.js client/web: adjust colors and some UI margins 7 months ago
tsconfig.json client/web: add debug mode for web client ui updates 9 months ago
vite.config.ts client/web: fix hotreload proxy 8 months ago
web.go client/web: add new readonly mode 5 months ago
web_test.go client/web: add initial types for using peer capabilities 6 months ago
yarn.lock client/web: add confirmation dialogs 7 months ago