mirror of
https://github.com/gl-inet/glkvm-cloud.git
synced 2026-09-24 11:36:19 +00:00
0ca0086bddd6b4896fcb66bc891b952ca28f4bef
When WebSocket connection fails due to 403 unauthorized status from server, browser WebSocket API cannot distinguish HTTP status codes and only fires a generic 'error' event. Redirect to /connect/:devid HTTP endpoint so that browser can properly capture and handle the 403 status code response. Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
rttys
🔗 This is the server component of the rtty project. For complete information please visit the main rtty client repository.
Official Website: https://rttys.net/
📖 About
rttys is the server-side component of the rtty remote terminal system. It provides a web-based management interface and handles connections from rtty clients running on remote devices.
🏗️ Project Structure
This repository contains only the server-side components:
- Server binary: The main rttys server program
- Web UI: Browser-based management interface
- API: RESTful API for device management
⭐ Star History
🤝 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%