Go to file
2024-05-22 10:18:20 +08:00
assets feat: performance flags 2024-05-21 22:38:25 +08:00
filegateway fix: force download for filegw 2024-05-21 23:52:34 +08:00
webrdp fix: file list height 2024-05-22 10:18:20 +08:00
websockify feat: support env arguments for gws 2024-05-21 23:18:37 +08:00
.gitignore refactor: nodejs backend 2024-05-04 03:36:53 +08:00
.gitlab-ci.yml feat: filegw frontend 2024-05-08 22:56:40 +08:00
.gitmodules feat: performance flags 2024-05-21 22:38:25 +08:00
docker-compose.yml feat: filegw frontend 2024-05-08 22:56:40 +08:00
Dockerfile fix: update dockerfile dist dir 2024-05-21 23:15:39 +08:00
LICENSE Create LICENSE 2022-09-27 09:15:41 +08:00
Makefile.toml refactor: nodejs backend 2024-05-04 03:36:53 +08:00
README.md update readme 2022-10-31 06:08:50 +00:00
run.sh refactor: nodejs backend 2024-05-04 03:36:53 +08:00

A Remote Access Gateway

  • Webassembly Terminal Services written with Rust / Wasm

Dependencies

  • rust
  • cargo-make
  • wasm-pack
  • wasm-opt
  • libssl-devel

Build

  • Debug
    • sh run.sh d <target_server>:<port>
  • Relese
    • sh run.sh r <target_server>:<port>

Milestones

  • VNC Clients:

    • Basic functions work
  • SSH Clients:

    • WIP
  • RDP Clients:

    • A very easy client has already done
    • Further feature & bugfix is in progress