mirror of
https://github.com/Termix-SSH/Termix.git
synced 2026-07-15 04:43:36 +00:00
9de904dd4c
* feat(sshid) - sshid.io equivalent for termix (#919) * feat(ssh-id): database schema, migrations and field encryption Adds ssh_identities, ssh_identity_keys and ssh_identity_ca tables (public keys stored plaintext for the unauthenticated resolver; CA private key registered for per-user field encryption), with UNIQUE(user_id), an index on ssh_identity_keys(identity_id), and idempotent CREATE TABLE migrations. * feat(ssh-id): backend API — resolver, key management, CA and certificates Mounts /sshid (nginx route added). Public text/plain authorized_keys resolver (+ exact /:algo filter, HTML viewer) and CA public-key endpoint; no-store + noindex headers on every resolver response including early 404s. Authenticated management: claim/rename/delete handle, add/import/generate/enable/delete keys, and a per-user CA (create/rotate/delete) with pure-Node OpenSSH certificate issuance. Audit logging on all mutations; UNIQUE races map to a precise 409. Unit tests for key parsing and certificate signing (ssh-keygen-validated). * feat(ssh-id): frontend panel, API client and i18n SSH ID panel wired into the app rail and AppShell: claim handle, resolver URL + curl one-liner, key list, generate, paste/import, CA enable/rotate/remove with server trust command, and per-key certificate issuance. API client re-exported through main-axios.ts; all strings i18n'd. * style(ssh-id): align panel and resolver page with Termix theme - Rebuild the SSH ID sidebar panel with the theme's square components (SectionCard / SettingRow / FakeSwitch) instead of rounded ad-hoc cards; use accent-brand and destructive tokens rather than raw red/green. - Fix panel scrolling: move overflow to a block scroll container so the cards keep their natural height instead of being clipped. - Restyle the public resolver HTML page (/sshid/u/:handle) to the Termix dark theme: square corners, #18181b/#303032 palette, #f59145 accent, uppercase section labels. - Tidy copy: 'Save To Credentials' label, drop the redundant generate intro, and correct the generate tooltip (the key is stored when saving to vault). * feat: rename to Termix ID, improve UI, backend inconsistencies, and general bug fixes --------- Co-authored-by: LukeGus <bugattiguy527@gmail.com> * ci(deps): bump actions/checkout from 6 to 7 in the github-actions group (#922) Bumps the github-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 6 to 7 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps-dev): bump the dev-patch-updates group with 11 updates (#923) Bumps the dev-patch-updates group with 11 updates: | Package | From | To | | --- | --- | --- | | [@codemirror/search](https://github.com/codemirror/search) | `6.7.0` | `6.7.1` | | [@codemirror/view](https://github.com/codemirror/view) | `6.43.0` | `6.43.1` | | [@tailwindcss/vite](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-vite) | `4.3.0` | `4.3.1` | | [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) | `4.1.8` | `4.1.9` | | [@vitest/ui](https://github.com/vitest-dev/vitest/tree/HEAD/packages/ui) | `4.1.8` | `4.1.9` | | [eslint-plugin-react-refresh](https://github.com/ArnaudBarre/eslint-plugin-react-refresh) | `0.5.2` | `0.5.3` | | [lint-staged](https://github.com/lint-staged/lint-staged) | `17.0.7` | `17.0.8` | | [prettier](https://github.com/prettier/prettier) | `3.8.3` | `3.8.4` | | [sharp](https://github.com/lovell/sharp) | `0.35.1` | `0.35.2` | | [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) | `4.3.0` | `4.3.1` | | [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `4.1.8` | `4.1.9` | Updates `@codemirror/search` from 6.7.0 to 6.7.1 - [Changelog](https://github.com/codemirror/search/blob/main/CHANGELOG.md) - [Commits](https://github.com/codemirror/search/commits) Updates `@codemirror/view` from 6.43.0 to 6.43.1 - [Changelog](https://github.com/codemirror/view/blob/main/CHANGELOG.md) - [Commits](https://github.com/codemirror/view/commits) Updates `@tailwindcss/vite` from 4.3.0 to 4.3.1 - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.3.1/packages/@tailwindcss-vite) Updates `@vitest/coverage-v8` from 4.1.8 to 4.1.9 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md) - [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.9/packages/coverage-v8) Updates `@vitest/ui` from 4.1.8 to 4.1.9 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md) - [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.9/packages/ui) Updates `eslint-plugin-react-refresh` from 0.5.2 to 0.5.3 - [Release notes](https://github.com/ArnaudBarre/eslint-plugin-react-refresh/releases) - [Changelog](https://github.com/ArnaudBarre/eslint-plugin-react-refresh/blob/main/CHANGELOG.md) - [Commits](https://github.com/ArnaudBarre/eslint-plugin-react-refresh/compare/v0.5.2...v0.5.3) Updates `lint-staged` from 17.0.7 to 17.0.8 - [Release notes](https://github.com/lint-staged/lint-staged/releases) - [Changelog](https://github.com/lint-staged/lint-staged/blob/main/CHANGELOG.md) - [Commits](https://github.com/lint-staged/lint-staged/compare/v17.0.7...v17.0.8) Updates `prettier` from 3.8.3 to 3.8.4 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/prettier/compare/3.8.3...3.8.4) Updates `sharp` from 0.35.1 to 0.35.2 - [Release notes](https://github.com/lovell/sharp/releases) - [Commits](https://github.com/lovell/sharp/compare/v0.35.1...v0.35.2) Updates `tailwindcss` from 4.3.0 to 4.3.1 - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.3.1/packages/tailwindcss) Updates `vitest` from 4.1.8 to 4.1.9 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md) - [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.9/packages/vitest) --- updated-dependencies: - dependency-name: "@codemirror/search" dependency-version: 6.7.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-patch-updates - dependency-name: "@codemirror/view" dependency-version: 6.43.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-patch-updates - dependency-name: "@tailwindcss/vite" dependency-version: 4.3.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-patch-updates - dependency-name: "@vitest/coverage-v8" dependency-version: 4.1.9 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-patch-updates - dependency-name: "@vitest/ui" dependency-version: 4.1.9 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-patch-updates - dependency-name: eslint-plugin-react-refresh dependency-version: 0.5.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-patch-updates - dependency-name: lint-staged dependency-version: 17.0.8 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-patch-updates - dependency-name: prettier dependency-version: 3.8.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-patch-updates - dependency-name: sharp dependency-version: 0.35.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-patch-updates - dependency-name: tailwindcss dependency-version: 4.3.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-patch-updates - dependency-name: vitest dependency-version: 4.1.9 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-patch-updates ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump nanoid in the prod-patch-updates group (#925) Bumps the prod-patch-updates group with 1 update: [nanoid](https://github.com/ai/nanoid). Updates `nanoid` from 5.1.11 to 5.1.15 - [Release notes](https://github.com/ai/nanoid/releases) - [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md) - [Commits](https://github.com/ai/nanoid/compare/5.1.11...5.1.15) --- updated-dependencies: - dependency-name: nanoid dependency-version: 5.1.15 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-patch-updates ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump the major-updates group with 5 updates (#926) Bumps the major-updates group with 5 updates: | Package | From | To | | --- | --- | --- | | [js-yaml](https://github.com/nodeca/js-yaml) | `4.2.0` | `5.0.0` | | [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.39.4` | `10.0.1` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `25.9.2` | `26.0.0` | | [concurrently](https://github.com/open-cli-tools/concurrently) | `9.2.1` | `10.0.3` | | [eslint](https://github.com/eslint/eslint) | `9.39.4` | `10.5.0` | Updates `js-yaml` from 4.2.0 to 5.0.0 - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](https://github.com/nodeca/js-yaml/compare/4.2.0...5.0.0) Updates `@eslint/js` from 9.39.4 to 10.0.1 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](https://github.com/eslint/eslint/commits/v10.0.1/packages/js) Updates `@types/node` from 25.9.2 to 26.0.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `concurrently` from 9.2.1 to 10.0.3 - [Release notes](https://github.com/open-cli-tools/concurrently/releases) - [Commits](https://github.com/open-cli-tools/concurrently/compare/v9.2.1...v10.0.3) Updates `eslint` from 9.39.4 to 10.5.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](https://github.com/eslint/eslint/compare/v9.39.4...v10.5.0) --- updated-dependencies: - dependency-name: js-yaml dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: major-updates - dependency-name: "@eslint/js" dependency-version: 10.0.1 dependency-type: direct:development update-type: version-update:semver-major dependency-group: major-updates - dependency-name: "@types/node" dependency-version: 26.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: major-updates - dependency-name: concurrently dependency-version: 10.0.3 dependency-type: direct:development update-type: version-update:semver-major dependency-group: major-updates - dependency-name: eslint dependency-version: 10.5.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: major-updates ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * feat(ssh): add HashiCorp Vault SSH signer authentication * fix: small fixes to vault feature to align with Termix codebase * chore: add view docs links for vault/termix id * fix: file upload fails with 400 and missing schema migrations on upgrade (#929) Two bugs introduced in v2.4.1: 1. uploadFileStream uses fileManagerApi.post() which triggers axios's transformRequest to JSON-serialize the FormData because the instance default Content-Type is application/json. Change to postForm() which sets Content-Type: multipart/form-data so the browser XHR sends the correct multipart body with boundary. 2. Two schema items added to schema.ts were not included in migrateSchema() in db/index.ts, causing 500 errors on existing installations upgrading from v2.4.0: - user_preferences.status_color_scheme (no such column) - dashboard_service_links table (no such table) Fixes #928 Co-authored-by: sash <sash@fominykh.io> * fix: support PuTTY PPK ssh keys (#930) * fix: chunk large file manager uploads (#932) * fix: route dashboard hosts by protocol (#934) * fix: resolve tunnel endpoints reliably (#935) * Fix Electron OIDC browser auth failures (#936) * Allow RDP connections without stored credentials (#937) * Sync role credential shares for OIDC users (#938) * Fix terminal link dialog layering (#940) * Confirm large files before opening editor (#942) * Confirm closing active host connections (#943) * Preserve file path case in file manager UI (#941) * fix: preserve unicode guacamole tokens (#933) * Persist VNC authentication settings (#944) * Fix Guacamole websocket base path (#946) * Promote file manager terminals to tabs (#939) * Guard Guacamole disconnect during startup (#945) * chore: increment ver * feat: bitwarden ssh agent integration * feat: serial connections support * fix: various small bug fixes * feat: open all sessions in a folder and terminal custom theme color support * feat: cross host file manager clipboard and several small bug fixes * feat: tailscale/wireguard support and added a new status state for when backend is checking status * feat: grafana like server stats history, new alert system, ntfy/webhook support * feat: new grid and widget based homepage function * feat: new donate button in dashboard * fix: alert ui incorrectly using termix css and fixed issue with alert system not loading * chore: fix ci checks (#966) * Fix dashboard service link creation (#950) * Fix jump host SOCKS5 proxy selection (#951) * Fix jump host SOCKS5 proxy selection * fix: type jump host socks proxy config * Fix tmux detection path handling (#949) * Support GUACD_URL environment config (#952) * Retry autostart tunnel host fetches (#953) * Retry autostart tunnel host fetches * chore: format tunnel route * Fix PUID html ownership in Docker entrypoint (#954) * feat: allow custom tunnel endpoints (#977) * fix: skip metrics start for non-ssh hosts (#976) * Fix Proxmox import auth fallback (#956) * Fix Proxmox import auth fallback * chore: format proxmox import auth * Fix SSH heading syntax highlighting (#955) * Fix SSH heading syntax highlighting * chore: format terminal highlighter * Initialize auth before fullscreen terminal routes (#957) * Add WebAuthn passkey authentication (#959) * chore: add Biome tooling (#965) * chore: add biome tooling * chore: support tailwind syntax in biome * Fix VNC required argument handshake (#968) * Prioritize host results in command palette search (#969) * Prevent sidebar host hover layout shift (#970) * Add terminal font zoom with mouse wheel (#971) * Add host temperature metrics card (#972) * Make file downloads reliable in desktop app (#973) * Add app rail hover expansion setting (#974) * fix: use correct translation key for nav.close (#964) * fix(tunnel): skip endpoint credential validation for direct tunnels (#963) * fix: SSH port connection bug (#975) * fix: chunked upload for files >=1.5GB to bypass browser ArrayBuffer limit (#948) * feat: support SSH agent auth across SSH features (#960) * feat: add Podman container runtime support (#958) * chore: update readme and release notes * fix: stabilize Windows app icon (#978) * Add safe host sharing export (#979) * Add external editor support for file manager (#985) * Rework SSH credential password handling (#984) * Support password fallback for SSH key credentials * Complete SSH credential password fallback * Fix runtime base path for auth callbacks (#982) * Fix TUI terminal output highlighting (#983) Co-authored-by: LukeGus <bugattiguy527@gmail.com> * Add app fullscreen mode (#993) * Fix host metrics startup polling (#986) * chore: update release notes * fix: line chart text overlap * chore: update RELEASE_NOTES.md * chore: add donation goal to readme * chore: update readme * fix: hide full-screen button in electron app * fix: failed unit tests * chore: lint, format, and bump version to 2.5.0 * chore: remove timeout from crowdin translate * chore: sync Crowdin translations for 2.5.0 --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: DivByZero <mr.oplus@yahoo.fr> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: devdanetra <46488477+devdanetra@users.noreply.github.com> Co-authored-by: Aleksandr Fominykh <neoformalex@users.noreply.github.com> Co-authored-by: sash <sash@fominykh.io> Co-authored-by: ZacharyZcR <zacharyzcr1984@gmail.com>
641 lines
19 KiB
TypeScript
641 lines
19 KiB
TypeScript
import {
|
|
useEffect,
|
|
useRef,
|
|
useState,
|
|
useImperativeHandle,
|
|
forwardRef,
|
|
useCallback,
|
|
} from "react";
|
|
import Guacamole from "guacamole-common-js";
|
|
import { useTranslation } from "react-i18next";
|
|
import { getGuacamoleToken, isElectron, isEmbeddedMode } from "@/main-axios.ts";
|
|
import { SimpleLoader } from "@/lib/SimpleLoader.tsx";
|
|
import { getBasePath } from "@/lib/base-path.ts";
|
|
import { buildGuacamoleWebSocketBaseUrl } from "./guacamole-websocket-url.ts";
|
|
|
|
export type GuacamoleConnectionType = "rdp" | "vnc" | "telnet";
|
|
|
|
export interface GuacamoleConnectionConfig {
|
|
token?: string;
|
|
protocol?: GuacamoleConnectionType;
|
|
type?: GuacamoleConnectionType;
|
|
hostname?: string;
|
|
port?: number;
|
|
username?: string;
|
|
password?: string;
|
|
domain?: string;
|
|
width?: number;
|
|
height?: number;
|
|
dpi?: number;
|
|
[key: string]: unknown;
|
|
}
|
|
|
|
export interface GuacamoleDisplayHandle {
|
|
disconnect: () => void;
|
|
isConnected: () => boolean;
|
|
sendKey: (keysym: number, pressed: boolean) => void;
|
|
sendMouse: (x: number, y: number, buttonMask: number) => void;
|
|
setClipboard: (data: string) => void;
|
|
}
|
|
|
|
interface GuacamoleDisplayProps {
|
|
connectionConfig: GuacamoleConnectionConfig;
|
|
isVisible: boolean;
|
|
onConnect?: () => void;
|
|
onDisconnect?: () => void;
|
|
onError?: (error: string) => void;
|
|
}
|
|
|
|
const isDev = import.meta.env.DEV;
|
|
|
|
export const GuacamoleDisplay = forwardRef<
|
|
GuacamoleDisplayHandle,
|
|
GuacamoleDisplayProps
|
|
>(function GuacamoleDisplay(
|
|
{ connectionConfig, isVisible, onConnect, onDisconnect, onError },
|
|
ref,
|
|
) {
|
|
const { t } = useTranslation();
|
|
const containerRef = useRef<HTMLDivElement>(null);
|
|
const displayRef = useRef<HTMLDivElement>(null);
|
|
const displayElementRef = useRef<HTMLElement | null>(null);
|
|
const clientRef = useRef<Guacamole.Client | null>(null);
|
|
const keyboardRef = useRef<Guacamole.Keyboard | null>(null);
|
|
const scaleRef = useRef<number>(1);
|
|
const resizeTimeoutRef = useRef<NodeJS.Timeout | null>(null);
|
|
const hasKeyboardFocusRef = useRef(false);
|
|
const windowFocusedRef = useRef(
|
|
typeof document === "undefined" ? true : document.hasFocus(),
|
|
);
|
|
const hasInitiatedRef = useRef(false);
|
|
const isMountedRef = useRef(false);
|
|
const isConnectingRef = useRef(false);
|
|
const [isReady, setIsReady] = useState(false);
|
|
const [hasError, setHasError] = useState(false);
|
|
|
|
const disconnectClient = useCallback(() => {
|
|
const client = clientRef.current;
|
|
clientRef.current = null;
|
|
isConnectingRef.current = false;
|
|
if (!client) return;
|
|
|
|
try {
|
|
client.disconnect();
|
|
} catch (error) {
|
|
console.warn("Failed to disconnect Guacamole client", error);
|
|
}
|
|
}, []);
|
|
|
|
useImperativeHandle(ref, () => ({
|
|
disconnect: disconnectClient,
|
|
isConnected: () => isReady && !hasError,
|
|
sendKey: (keysym: number, pressed: boolean) => {
|
|
if (clientRef.current) {
|
|
clientRef.current.sendKeyEvent(pressed ? 1 : 0, keysym);
|
|
}
|
|
},
|
|
sendMouse: (x: number, y: number, buttonMask: number) => {
|
|
if (clientRef.current) {
|
|
clientRef.current.sendMouseState(
|
|
new Guacamole.Mouse.State({
|
|
x,
|
|
y,
|
|
left: !!(buttonMask & 1),
|
|
middle: !!(buttonMask & 2),
|
|
right: !!(buttonMask & 4),
|
|
}),
|
|
);
|
|
}
|
|
},
|
|
setClipboard: (data: string) => {
|
|
if (clientRef.current) {
|
|
const stream = clientRef.current.createClipboardStream("text/plain");
|
|
const writer = new Guacamole.StringWriter(stream);
|
|
writer.sendText(data);
|
|
writer.sendEnd();
|
|
}
|
|
},
|
|
}));
|
|
|
|
const getWebSocketUrl = useCallback(
|
|
async (
|
|
containerWidth: number,
|
|
containerHeight: number,
|
|
): Promise<string | null> => {
|
|
try {
|
|
let token: string;
|
|
const protocol = connectionConfig.protocol ?? connectionConfig.type;
|
|
|
|
if (connectionConfig.token) {
|
|
token = connectionConfig.token;
|
|
} else {
|
|
const data = await getGuacamoleToken({
|
|
protocol: protocol ?? "rdp",
|
|
hostname: String(connectionConfig.hostname ?? ""),
|
|
port: connectionConfig.port,
|
|
username: connectionConfig.username,
|
|
password: connectionConfig.password,
|
|
domain: connectionConfig.domain,
|
|
security:
|
|
typeof connectionConfig.security === "string"
|
|
? connectionConfig.security
|
|
: undefined,
|
|
ignoreCert:
|
|
typeof connectionConfig.ignoreCert === "boolean"
|
|
? connectionConfig.ignoreCert
|
|
: undefined,
|
|
guacamoleConfig: connectionConfig.guacamoleConfig as Parameters<
|
|
typeof getGuacamoleToken
|
|
>[0]["guacamoleConfig"],
|
|
});
|
|
token = data.token;
|
|
}
|
|
|
|
const width = connectionConfig.width ?? containerWidth ?? 1280;
|
|
const height = connectionConfig.height ?? containerHeight ?? 720;
|
|
|
|
const wsBase = buildGuacamoleWebSocketBaseUrl({
|
|
isDev,
|
|
isElectronApp: isElectron(),
|
|
isEmbeddedApp: isEmbeddedMode(),
|
|
configuredServerUrl: (window as { configuredServerUrl?: string })
|
|
.configuredServerUrl,
|
|
basePath: getBasePath(),
|
|
location: window.location,
|
|
});
|
|
|
|
const params = new URLSearchParams({
|
|
token,
|
|
width: String(width),
|
|
height: String(height),
|
|
});
|
|
return `${wsBase}?${params.toString()}`;
|
|
} catch (error) {
|
|
const errorMessage =
|
|
error instanceof Error ? error.message : "Unknown error";
|
|
onError?.(errorMessage);
|
|
return null;
|
|
}
|
|
},
|
|
[connectionConfig, onError],
|
|
);
|
|
|
|
const refreshKeyboardHandlers = useCallback(() => {
|
|
const keyboard = keyboardRef.current;
|
|
const client = clientRef.current;
|
|
const displayElement = displayElementRef.current;
|
|
|
|
if (!keyboard) return;
|
|
|
|
const documentVisible =
|
|
typeof document === "undefined" || document.visibilityState === "visible";
|
|
const displayIsFocused =
|
|
!!displayElement &&
|
|
typeof document !== "undefined" &&
|
|
document.activeElement === displayElement;
|
|
const shouldCaptureInput =
|
|
!!client &&
|
|
!!displayElement &&
|
|
isVisible &&
|
|
documentVisible &&
|
|
windowFocusedRef.current &&
|
|
(hasKeyboardFocusRef.current || displayIsFocused);
|
|
|
|
if (!shouldCaptureInput) {
|
|
keyboard.onkeydown = null;
|
|
keyboard.onkeyup = null;
|
|
keyboard.reset();
|
|
return;
|
|
}
|
|
|
|
keyboard.onkeydown = (keysym: number) => {
|
|
if (!clientRef.current) return;
|
|
if (!isVisible || !windowFocusedRef.current) return;
|
|
|
|
const activeDisplay = displayElementRef.current;
|
|
const stillFocused =
|
|
!!activeDisplay &&
|
|
typeof document !== "undefined" &&
|
|
document.activeElement === activeDisplay;
|
|
|
|
if (!hasKeyboardFocusRef.current && !stillFocused) return;
|
|
clientRef.current.sendKeyEvent(1, keysym);
|
|
};
|
|
|
|
keyboard.onkeyup = (keysym: number) => {
|
|
if (!clientRef.current) return;
|
|
if (!isVisible || !windowFocusedRef.current) return;
|
|
|
|
const activeDisplay = displayElementRef.current;
|
|
const stillFocused =
|
|
!!activeDisplay &&
|
|
typeof document !== "undefined" &&
|
|
document.activeElement === activeDisplay;
|
|
|
|
if (!hasKeyboardFocusRef.current && !stillFocused) return;
|
|
clientRef.current.sendKeyEvent(0, keysym);
|
|
};
|
|
}, [isVisible]);
|
|
|
|
const rescaleDisplay = useCallback((immediate: boolean = false) => {
|
|
if (!clientRef.current || !containerRef.current) return;
|
|
|
|
const performRescale = () => {
|
|
if (!clientRef.current || !containerRef.current) return;
|
|
|
|
const display = clientRef.current.getDisplay();
|
|
const cWidth = containerRef.current.clientWidth;
|
|
const cHeight = containerRef.current.clientHeight;
|
|
const displayWidth = display.getWidth();
|
|
const displayHeight = display.getHeight();
|
|
|
|
if (displayWidth > 0 && displayHeight > 0 && cWidth > 0 && cHeight > 0) {
|
|
const scale = Math.min(cWidth / displayWidth, cHeight / displayHeight);
|
|
scaleRef.current = scale;
|
|
display.scale(scale);
|
|
}
|
|
};
|
|
|
|
if (immediate) {
|
|
performRescale();
|
|
} else {
|
|
if (resizeTimeoutRef.current) {
|
|
clearTimeout(resizeTimeoutRef.current);
|
|
}
|
|
resizeTimeoutRef.current = setTimeout(performRescale, 200);
|
|
}
|
|
}, []);
|
|
|
|
const connect = useCallback(async () => {
|
|
if (isConnectingRef.current) return;
|
|
isConnectingRef.current = true;
|
|
setIsReady(false);
|
|
setHasError(false);
|
|
|
|
// Wait two frames so the container is fully laid out before measuring.
|
|
await new Promise<void>((resolve) =>
|
|
requestAnimationFrame(() => requestAnimationFrame(() => resolve())),
|
|
);
|
|
if (!isMountedRef.current) {
|
|
isConnectingRef.current = false;
|
|
return;
|
|
}
|
|
|
|
// The tab's DOM node can still be display:none (and report 0x0) when this
|
|
// tab is restored in the background. Measuring then would force the
|
|
// window-size fallback, which ignores the tab bar and makes the remote
|
|
// resolution too tall (the bottom gets cut off). Poll briefly for a real
|
|
// size before connecting so we capture the actual visible viewport.
|
|
const measureContainer = () => {
|
|
const rect = containerRef.current?.getBoundingClientRect();
|
|
return { width: rect?.width || 0, height: rect?.height || 0 };
|
|
};
|
|
|
|
let { width: containerWidth, height: containerHeight } = measureContainer();
|
|
for (
|
|
let attempt = 0;
|
|
(containerWidth < 100 || containerHeight < 100) && attempt < 40;
|
|
attempt++
|
|
) {
|
|
await new Promise<void>((resolve) =>
|
|
requestAnimationFrame(() => resolve()),
|
|
);
|
|
if (!isMountedRef.current) {
|
|
isConnectingRef.current = false;
|
|
return;
|
|
}
|
|
({ width: containerWidth, height: containerHeight } = measureContainer());
|
|
}
|
|
|
|
if (containerWidth < 100 || containerHeight < 100) {
|
|
containerWidth = window.innerWidth || 1280;
|
|
containerHeight = window.innerHeight || 720;
|
|
}
|
|
|
|
const wsUrl = await getWebSocketUrl(containerWidth, containerHeight);
|
|
if (!isMountedRef.current) {
|
|
isConnectingRef.current = false;
|
|
return;
|
|
}
|
|
if (!wsUrl) {
|
|
isConnectingRef.current = false;
|
|
return;
|
|
}
|
|
|
|
const tunnel = new Guacamole.WebSocketTunnel(wsUrl);
|
|
const client = new Guacamole.Client(tunnel);
|
|
clientRef.current = client;
|
|
|
|
const display = client.getDisplay();
|
|
const displayElement = display.getElement();
|
|
displayElementRef.current = displayElement;
|
|
|
|
if (displayRef.current) {
|
|
displayRef.current.innerHTML = "";
|
|
displayRef.current.appendChild(displayElement);
|
|
}
|
|
|
|
displayElement.setAttribute("tabindex", "0");
|
|
displayElement.style.outline = "none";
|
|
|
|
display.onresize = () => {
|
|
if (!isMountedRef.current) return;
|
|
rescaleDisplay(true);
|
|
setIsReady(true);
|
|
};
|
|
|
|
const protocol = connectionConfig.protocol ?? connectionConfig.type;
|
|
if (protocol === "telnet" && isMountedRef.current) {
|
|
setIsReady(true);
|
|
}
|
|
|
|
const mouse = new Guacamole.Mouse(displayElement);
|
|
const sendMouseState = (state: Guacamole.Mouse.State) => {
|
|
displayElement.focus({ preventScroll: true });
|
|
const scale = scaleRef.current;
|
|
const adjustedX = Math.round(state.x / scale);
|
|
const adjustedY = Math.round(state.y / scale);
|
|
|
|
const adjustedState = new Guacamole.Mouse.State(
|
|
adjustedX,
|
|
adjustedY,
|
|
state.left,
|
|
state.middle,
|
|
state.right,
|
|
state.up,
|
|
state.down,
|
|
) as Guacamole.Mouse.State;
|
|
|
|
client.sendMouseState(adjustedState);
|
|
};
|
|
mouse.onmousedown = mouse.onmouseup = mouse.onmousemove = sendMouseState;
|
|
|
|
const keyboard = new Guacamole.Keyboard(displayElement);
|
|
keyboardRef.current = keyboard;
|
|
|
|
const handleDisplayFocus = () => {
|
|
hasKeyboardFocusRef.current = true;
|
|
refreshKeyboardHandlers();
|
|
};
|
|
|
|
const handleDisplayBlur = () => {
|
|
hasKeyboardFocusRef.current = false;
|
|
refreshKeyboardHandlers();
|
|
};
|
|
|
|
displayElement.addEventListener("focus", handleDisplayFocus);
|
|
displayElement.addEventListener("blur", handleDisplayBlur);
|
|
displayElement.addEventListener("mousedown", handleDisplayFocus);
|
|
refreshKeyboardHandlers();
|
|
|
|
client.onstatechange = (state: number) => {
|
|
if (!isMountedRef.current) return;
|
|
switch (state) {
|
|
case 0:
|
|
break;
|
|
case 1:
|
|
break;
|
|
case 2:
|
|
break;
|
|
case 3:
|
|
isConnectingRef.current = false;
|
|
setIsReady(true);
|
|
onConnect?.();
|
|
if (containerRef.current) {
|
|
const rect = containerRef.current.getBoundingClientRect();
|
|
const w = Math.round(rect.width);
|
|
const h = Math.round(rect.height);
|
|
if (w > 0 && h > 0) client.sendSize(w, h);
|
|
}
|
|
rescaleDisplay(false);
|
|
break;
|
|
case 4:
|
|
break;
|
|
case 5:
|
|
setIsReady(false);
|
|
hasKeyboardFocusRef.current = false;
|
|
refreshKeyboardHandlers();
|
|
onDisconnect?.();
|
|
break;
|
|
}
|
|
};
|
|
|
|
client.onerror = (error: Guacamole.Status) => {
|
|
if (!isMountedRef.current) return;
|
|
const errorMessage = error.message || t("guacamole.connectionError");
|
|
setIsReady(false);
|
|
setHasError(true);
|
|
isConnectingRef.current = false;
|
|
onError?.(errorMessage);
|
|
};
|
|
|
|
client.onclipboard = (stream: Guacamole.InputStream, mimetype: string) => {
|
|
if (mimetype === "text/plain") {
|
|
const reader = new Guacamole.StringReader(stream);
|
|
let data = "";
|
|
reader.ontext = (text: string) => {
|
|
data += text;
|
|
};
|
|
reader.onend = () => {
|
|
navigator.clipboard?.writeText?.(data).catch(() => {});
|
|
};
|
|
}
|
|
};
|
|
|
|
client.onaudio = (stream: Guacamole.InputStream, mimetype: string) => {
|
|
Guacamole.AudioPlayer.getInstance(stream, mimetype);
|
|
};
|
|
|
|
client.onfile = (
|
|
stream: Guacamole.InputStream,
|
|
mimetype: string,
|
|
filename: string,
|
|
) => {
|
|
const reader = new Guacamole.BlobReader(stream, mimetype);
|
|
reader.onend = () => {
|
|
const blob = reader.getBlob();
|
|
const url = URL.createObjectURL(blob);
|
|
const a = document.createElement("a");
|
|
a.href = url;
|
|
a.download = filename;
|
|
a.click();
|
|
URL.revokeObjectURL(url);
|
|
};
|
|
stream.sendAck("OK", Guacamole.Status.Code.SUCCESS);
|
|
};
|
|
|
|
try {
|
|
client.connect();
|
|
} catch (error) {
|
|
isConnectingRef.current = false;
|
|
if (!isMountedRef.current) return;
|
|
setIsReady(false);
|
|
setHasError(true);
|
|
onError?.(
|
|
error instanceof Error ? error.message : t("guacamole.connectionError"),
|
|
);
|
|
}
|
|
}, [
|
|
getWebSocketUrl,
|
|
onConnect,
|
|
onDisconnect,
|
|
onError,
|
|
refreshKeyboardHandlers,
|
|
rescaleDisplay,
|
|
connectionConfig.protocol,
|
|
connectionConfig.type,
|
|
t,
|
|
]);
|
|
|
|
useEffect(() => {
|
|
isMountedRef.current = true;
|
|
|
|
if (isVisible && !hasInitiatedRef.current) {
|
|
hasInitiatedRef.current = true;
|
|
connect();
|
|
}
|
|
}, [isVisible, connect]);
|
|
|
|
useEffect(() => {
|
|
if (!isVisible) {
|
|
hasKeyboardFocusRef.current = false;
|
|
}
|
|
|
|
refreshKeyboardHandlers();
|
|
}, [isVisible, refreshKeyboardHandlers]);
|
|
|
|
useEffect(() => {
|
|
const handleWindowFocus = () => {
|
|
windowFocusedRef.current = true;
|
|
refreshKeyboardHandlers();
|
|
};
|
|
|
|
const handleWindowBlur = () => {
|
|
windowFocusedRef.current = false;
|
|
hasKeyboardFocusRef.current = false;
|
|
refreshKeyboardHandlers();
|
|
};
|
|
|
|
const handleVisibilityChange = () => {
|
|
windowFocusedRef.current =
|
|
document.visibilityState === "visible" && document.hasFocus();
|
|
if (document.visibilityState !== "visible") {
|
|
hasKeyboardFocusRef.current = false;
|
|
}
|
|
refreshKeyboardHandlers();
|
|
};
|
|
|
|
window.addEventListener("focus", handleWindowFocus);
|
|
window.addEventListener("blur", handleWindowBlur);
|
|
document.addEventListener("visibilitychange", handleVisibilityChange);
|
|
|
|
return () => {
|
|
window.removeEventListener("focus", handleWindowFocus);
|
|
window.removeEventListener("blur", handleWindowBlur);
|
|
document.removeEventListener("visibilitychange", handleVisibilityChange);
|
|
};
|
|
}, [refreshKeyboardHandlers]);
|
|
|
|
useEffect(() => {
|
|
return () => {
|
|
isMountedRef.current = false;
|
|
hasInitiatedRef.current = false;
|
|
isConnectingRef.current = false;
|
|
if (resizeTimeoutRef.current) {
|
|
clearTimeout(resizeTimeoutRef.current);
|
|
}
|
|
disconnectClient();
|
|
displayElementRef.current = null;
|
|
};
|
|
}, [disconnectClient]);
|
|
|
|
useEffect(() => {
|
|
if (!containerRef.current) return;
|
|
|
|
const resizeObserver = new ResizeObserver(() => {
|
|
if (resizeTimeoutRef.current) clearTimeout(resizeTimeoutRef.current);
|
|
resizeTimeoutRef.current = setTimeout(() => {
|
|
if (clientRef.current && containerRef.current) {
|
|
const rect = containerRef.current.getBoundingClientRect();
|
|
const w = Math.round(rect.width);
|
|
const h = Math.round(rect.height);
|
|
if (w > 0 && h > 0) {
|
|
clientRef.current.sendSize(w, h);
|
|
rescaleDisplay(true);
|
|
}
|
|
}
|
|
}, 150);
|
|
});
|
|
|
|
resizeObserver.observe(containerRef.current);
|
|
|
|
return () => {
|
|
resizeObserver.disconnect();
|
|
};
|
|
}, [rescaleDisplay]);
|
|
|
|
const syncClipboard = useCallback(() => {
|
|
const client = clientRef.current;
|
|
if (!client || !navigator.clipboard?.readText) return;
|
|
navigator.clipboard
|
|
.readText()
|
|
.then((text) => {
|
|
if (text) {
|
|
const stream = client.createClipboardStream("text/plain");
|
|
const writer = new Guacamole.StringWriter(stream);
|
|
writer.sendText(text);
|
|
writer.sendEnd();
|
|
}
|
|
})
|
|
.catch(() => {});
|
|
}, []);
|
|
|
|
useEffect(() => {
|
|
if (isVisible && isReady) {
|
|
syncClipboard();
|
|
}
|
|
}, [isVisible, isReady, syncClipboard]);
|
|
|
|
useEffect(() => {
|
|
const container = containerRef.current;
|
|
if (!container || !isReady) return;
|
|
|
|
const handleFocus = () => syncClipboard();
|
|
container.addEventListener("mouseenter", handleFocus);
|
|
|
|
return () => {
|
|
container.removeEventListener("mouseenter", handleFocus);
|
|
};
|
|
}, [isReady, syncClipboard]);
|
|
|
|
const connectingMessage = t("guacamole.connecting", {
|
|
type: (
|
|
connectionConfig.protocol ||
|
|
connectionConfig.type ||
|
|
"remote"
|
|
).toUpperCase(),
|
|
});
|
|
|
|
return (
|
|
<div
|
|
ref={containerRef}
|
|
className="absolute inset-0 overflow-hidden"
|
|
style={{ backgroundColor: "var(--bg-base)" }}
|
|
>
|
|
<div
|
|
ref={displayRef}
|
|
className="relative w-full h-full flex items-center justify-center"
|
|
style={{
|
|
cursor: isReady ? "none" : "default",
|
|
visibility: isReady ? "visible" : "hidden",
|
|
}}
|
|
/>
|
|
|
|
<SimpleLoader
|
|
visible={!isReady && !hasError}
|
|
message={connectingMessage}
|
|
/>
|
|
</div>
|
|
);
|
|
});
|