Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bowser-2077/ssh-remote
https://github.com/bowser-2077/ssh-remote
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/bowser-2077/ssh-remote
- Owner: bowser-2077
- Created: 2024-12-28T16:17:11.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-12-28T16:25:48.000Z (about 1 month ago)
- Last Synced: 2024-12-28T17:22:13.892Z (about 1 month ago)
- Language: JavaScript
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
### SSH REMOTE README
## USAGE
You can use it to do anything on a ssh terminal.
## SETUP
Make files like thats:
```
ssh-terminal-app/
├── node_modules/ # Folder containing all the dependencies installed by npm
├── public/ # Contains publicly accessible files (CSS, images, JS)
│ └── style.css # CSS file for styling the application
├── views/ # Contains view files (HTML) for the user interface
│ └── index.html # Homepage with login form
│ └── terminal.html # Main terminal page after login
│ └── logout.html # Page displayed after a successful logout
├── server.js # Main server file for Node.js
├── package.json # File containing project information and dependencies
└── README.md # README file with project documentation
```# Launch the .bat file (MODIFY IT FOR THE RIGHT FLODERS)