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 f9550e0bed client/web: indicate if ACLs prevent access
Use the packet filter rules to determine if any device is allowed to
connect on port 5252.  This does not check whether a specific device can
connect (since we typically don't know the source device when this is
used).  Nor does it specifically check for wide-open ACLs, which is
something we may provide a warning about in the future.

Update the login popover content to display information when the src
device is unable to connect to the dst device over its Tailscale IP. If
we know it's an ACL issue, mention that, otherwise list a couple of
things to check. In both cases, link to a placeholder URL to get more
information about web client connection issues.

Updates #10261

Signed-off-by: Will Norris <will@tailscale.com>
1 year ago
..
build client/web: clean up assets handling 1 year ago
src client/web: indicate if ACLs prevent access 1 year ago
assets.go client/web: server /index.html on 404 requests 1 year ago
auth.go client/web: skip check mode for non-tailscale.com control servers (#10413) 1 year ago
index.html client/web: add Inter font 1 year ago
package.json client/web: move postcss config into package.json 1 year ago
qnap.go client/web: add readonly/manage toggle 1 year ago
styles.json client/web: adjust colors and some UI margins 1 year ago
synology.go client/web: add readonly/manage toggle 1 year ago
tailwind.config.js client/web: adjust colors and some UI margins 1 year ago
tsconfig.json client/web: add debug mode for web client ui updates 1 year ago
vite.config.ts client/web: fix hotreload proxy 1 year ago
web.go client/web: indicate if ACLs prevent access 1 year ago
web_test.go client/web: skip check mode for non-tailscale.com control servers (#10413) 1 year ago
yarn.lock client/web: fix Vite dev server build error 1 year ago