Skip to content
This repository has been archived by the owner on Sep 8, 2023. It is now read-only.
/ WsTTY Public archive

Websocket based terminal subservice for ArozOS

License

Notifications You must be signed in to change notification settings

aroz-online/WsTTY

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WsTTY

WebSocket Terminal Module for arozos system

Access your OS terminal from ArozOS Web Desktop Interface

Deprecated

This subservice is deprecated and replaced by Zoraxy (my another open source project of a feature rich reverse proxy server) Web SSH feature. Checkout Zoraxy repo here.

Installation

Requires

  • Go 1.14 or above
  • Windows 7 or above / Debian 10 (Buster) or above
#Assume the arozos is installed under ~/arozos
cd ~/arozos/subservice
git clone https://github.com/aroz-online/WsTTY
cd ./WsTTY
./build.sh

#Setup permission, optional but recommended
sudo chmod 755 -R ./

Gotty

This project includes binary compiled from Gotty from https://github.com/yudai/gotty

The license of the compiled binary is included in ./gotty/LICENSE. Those binary are necessary for WsTTY to operate normally under Linux environment

Wsshell

WsTTY will execute Wsshell under Windows for compatibility mode. This might works a bit different from Gotty. Please use with your own risk.

Screenshots

WsTTY running under Windows (powered by Wsshell)

WsTTY running under Linux (powered by Gotty)

License

MIT

About

Websocket based terminal subservice for ArozOS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published