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>
2023-12-01 16:51:12 -08:00
..
build client/web: clean up assets handling 2023-09-08 16:05:11 -04:00
src client/web: indicate if ACLs prevent access 2023-12-01 16:51:12 -08:00
assets.go client/web: server /index.html on 404 requests 2023-11-14 15:29:55 -08:00
auth.go client/web: skip check mode for non-tailscale.com control servers (#10413) 2023-11-29 08:44:48 -08:00
index.html client/web: add Inter font 2023-11-17 17:09:37 -05:00
package.json client/web: move postcss config into package.json 2023-12-01 12:21:49 -05:00
qnap.go client/web: add readonly/manage toggle 2023-11-10 15:01:34 -05:00
styles.json client/web: adjust colors and some UI margins 2023-12-01 15:41:57 -05:00
synology.go client/web: add readonly/manage toggle 2023-11-10 15:01:34 -05:00
tailwind.config.js client/web: adjust colors and some UI margins 2023-12-01 15:41:57 -05:00
tsconfig.json client/web: add debug mode for web client ui updates 2023-09-28 15:45:33 -04:00
vite.config.ts client/web: fix hotreload proxy 2023-11-06 16:31:30 -05:00
web.go client/web: indicate if ACLs prevent access 2023-12-01 16:51:12 -08:00
web_test.go client/web: skip check mode for non-tailscale.com control servers (#10413) 2023-11-29 08:44:48 -08:00
yarn.lock client/web: fix Vite dev server build error 2023-11-29 10:54:05 -05:00