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 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>
12 months ago
..
build client/web: precompress assets 12 months ago
src client/web: add confirmation dialogs 12 months ago
assets.go client/web: precompress assets 12 months ago
auth.go client/web: add logging of device management type for web client (#10492) 12 months ago
index.html client/web: small tweaks for small screens 12 months ago
package.json client/web: add confirmation dialogs 12 months ago
qnap.go client/web: add readonly/manage toggle 1 year ago
styles.json client/web: adjust colors and some UI margins 12 months ago
synology.go client/web: add readonly/manage toggle 1 year ago
tailwind.config.js client/web: adjust colors and some UI margins 12 months 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: use Home Assistant's X-Ingress-Path header 12 months ago
web_test.go client/web: check content-type on PATCH requests 12 months ago
yarn.lock client/web: add confirmation dialogs 12 months ago