mirror of
https://github.com/gl-inet/glkvm-cloud.git
synced 2026-09-20 09:33:29 +00:00
27617886ee4e925d556ea13123a2fa033900d983
Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
rttys(中文)
The server side of rtty
Keep Watching for More Actions on This Space
How to install
Download the compiled file(x64)
https://github.com/zhaojh329/rttys/releases
Decompress the file to your root path
sudo tar -zxvf rttys-x64.tar.gz -C /
Manual run
sudo rttys -cert /etc/rttys/rttys.crt -key /etc/rttys/rttys.key
See Supported Command Line Parameters
$ rttys -h
Usage of rttys:
-cert string
certFile Path
-key string
keyFile Path
-port int
http service port (default 5912)
Run in background (Ubuntu)
sudo update-rc.d rttys defaults
sudo /etc/init.d/rttys start
View log
cat /var/log/rtty.log
Contributing
If you would like to help making rttys better, see the CONTRIBUTING.md file.
Description
Languages
GO
43.5%
Vue
38.5%
TypeScript
13%
Shell
3.1%
PowerShell
1.1%
Other
0.8%