Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork16
os-js/osjs-xterm-application
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
OS.js is anopen-source web desktop platform with a window manager, application APIs, GUI toolkit, filesystem abstractions and much more.
This is the Xterm Application for OS.js v3
bashssh
npm install --save --production @osjs/xterm-applicationnpm run package:discover
Start from application menu.
Note that it will log into a shell with the username you are logged in as.
If you want to change this behavior, you can add this to yoursrc/server/config.js file in the OS.js distribution:
module.exports={// ... append this to your export ...xterm:{// You can also set this as a string to force a usernamelogin:false}}
You can also change the connection arguments:
module.exports={// ... append this to your export ...xterm:{ssh:{// Custom hostnamehostname:'localhost',// Custom portargs:'-p 1022'}}}
- Sponsor onGithub
- Become aPatreon
- Support onOpen Collective
- Contribution Guide
See theOfficial Manuals for articles, tutorials and guides.
About
OS.js Xterm Application
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Sponsor this project
Uh oh!
There was an error while loading.Please reload this page.
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors5
Uh oh!
There was an error while loading.Please reload this page.

