This is an SSH Webview project developed in Go, providing functionality to connect via SSH through a web interface.
To run the project, use the following command:
go run main.go
- Web Server: http://127.0.0.1:8000
- WebSocket Server: http://127.0.0.1:8001
Please ensure you update the MySQL database connection URL in the project. You need to modify it according to your own database configuration.
Currently, the HTML service is not set up. Please run the HTML files locally, using the following path:
- Template File:
template/index.html
The project features are still under development, and suggestions or contributions are welcome.
- Interactive command line functionality has not yet been implemented.
Contributions of any kind are welcome! If you're interested, feel free to submit issues or pull requests.
This project is licensed under the MIT License. See the LICENSE file for more details.
### Notes
- Make sure the URLs for the images are accessible. If they are private, consider using a public hosting service or a different repository.
- Update the paths and instructions if your project structure changes.
- Include the actual `LICENSE` file in your project directory.