@osjs/xterm-application

1.4.0 • Public • Published

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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.4.0
    3
    • latest
  • 1.2.1
    0
    • experimental

Version History

Package Sidebar

Install

npm i @osjs/xterm-application

Weekly Downloads

6

Version

1.4.0

License

BSD-2-Clause

Unpacked Size

970 kB

Total Files

9

Last publish

Collaborators

  • andersevenrud