tailscale/client/web
Will Norris 5a2e6a6f7d client/web: use Home Assistant's X-Ingress-Path header
When running on Home Assistant, use the X-Ingress-Path header to set the
URLPrefix that is passed to the frontend.

Also fix handling of errNotUsingTailscale in the auth handler
(previously it falling through to a later case and returning a 500).
Instead, it's just a terminal state with no auth needed.

Also disable SSH on Home Assistant, since it causes problems on startup
and doesn't make much sense anyway for that platform.

Updates #10261

Signed-off-by: Will Norris <will@tailscale.com>
2023-12-08 16:36:21 -08:00
..
build client/web: precompress assets 2023-12-07 20:57:31 -05:00
src client/web: add confirmation dialogs 2023-12-08 19:31:21 -05:00
assets.go client/web: precompress assets 2023-12-07 20:57:31 -05:00
auth.go client/web: add logging of device management type for web client (#10492) 2023-12-08 13:15:57 -07:00
index.html client/web: small tweaks for small screens 2023-12-05 08:05:09 -08:00
package.json client/web: add confirmation dialogs 2023-12-08 19:31:21 -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_test.go client/web: check content-type on PATCH requests 2023-12-08 16:18:18 -08:00
web.go client/web: use Home Assistant's X-Ingress-Path header 2023-12-08 16:36:21 -08:00
yarn.lock client/web: add confirmation dialogs 2023-12-08 19:31:21 -05:00