1.4.0 • Published 3 years ago

@osjs/xterm-application v1.4.0

Weekly downloads
24
License
BSD-2-Clause
Repository
github
Last release
3 years ago

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

1.4.0

3 years ago

1.3.2

4 years ago

1.3.1

4 years ago

1.2.3

4 years ago

1.3.0

4 years ago

1.2.2

4 years ago

1.2.1

4 years ago

1.2.0

4 years ago

1.1.17

4 years ago

1.1.16

4 years ago

1.1.15

4 years ago

1.1.14

5 years ago

1.1.13

5 years ago

1.1.12

5 years ago

1.1.11

5 years ago

1.1.10

5 years ago

1.1.9

5 years ago

1.1.8

5 years ago

1.1.7

6 years ago

1.1.6

6 years ago

1.1.5

6 years ago

1.1.4

6 years ago

1.1.3

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago