Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

os-js/osjs-xterm-application

Repository files navigation

OS.js Logo

OS.js is an open-source web desktop platform with a window manager, application APIs, GUI toolkit, filesystem abstractions and much more.

Support Support Donate Donate Community

OS.js v3 Xterm Application

This is the Xterm Application for OS.js v3

Screenshot

Requirements

  • bash
  • ssh

Installation

npm install --save --production @osjs/xterm-application
npm run package:discover

Usage

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 your src/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 username
 login: false
 }
}

You can also change the connection arguments:

module.exports = {
 // ... append this to your export ...
 xterm: {
 ssh: {
 // Custom hostname
 hostname: 'localhost',
 // Custom port
 args: '-p 1022'
 }
 }
}

Contribution

Documentation

See the Official Manuals for articles, tutorials and guides.

Links

About

OS.js Xterm Application

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project

Packages

No packages published

Contributors 4

AltStyle によって変換されたページ (->オリジナル) /