]> git.proxmox.com Git - pve-xtermjs.git/commit
termproxy: allow to use unix sockets for auth requests
authorDietmar Maurer <dietmar@proxmox.com>
Wed, 24 Jul 2024 11:33:29 +0000 (13:33 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Thu, 25 Jul 2024 08:30:20 +0000 (10:30 +0200)
commit3da624d7af6bffc04b18c2ada4c3b4f312d07420
treece1186ff5d8b4d4355200860f87fdea206e52c6e
parentd8e9c1a261d448395817eec41671300222fe8a0c
termproxy: allow to use unix sockets for auth requests

Remove ureq, because it does not support unix sockets.

Signed-off-by: Dietmar Maurer <dietmar@proxmox.com>
termproxy/Cargo.toml
termproxy/src/cli.rs
termproxy/src/main.rs