Skip to content

Latest commit

 

History

History
54 lines (31 loc) · 1.65 KB

README.md

File metadata and controls

54 lines (31 loc) · 1.65 KB

SSH Webview

This is an SSH Webview project developed in Go, providing functionality to connect via SSH through a web interface.

Project Showcase

Project Screenshot

Project Architecture

Project Architecture

Run Command

To run the project, use the following command:

go run main.go

Service Addresses

Database Configuration

Please ensure you update the MySQL database connection URL in the project. You need to modify it according to your own database configuration.

HTML Service

Currently, the HTML service is not set up. Please run the HTML files locally, using the following path:

  • Template File: template/index.html

Feature Development

The project features are still under development, and suggestions or contributions are welcome.

  • Interactive command line functionality has not yet been implemented.

Contribution

Contributions of any kind are welcome! If you're interested, feel free to submit issues or pull requests.

License

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.