This is a simple extension that adds an icon to the user's control panel for web-based SSH access via Shell in a Box. It is designed to be used in conjunction with Shell in a Box.
For instructions on installing Shell in a Box as a Docker container, refer to the documentation.
- Plesk 17.0.17 or higher
- Docker extension
- A Shell in a Box instance
Note: While Docker is not required (you can install Shell in a Box locally or on a remote server), the instructions related to this extension describe how to use it with a Shell in a Box Docker instance.
This is the easiest method to install the extension.
- Install Shell in a Box
- Download the distribution ZIP of this extension and install. DO NOT download the source ZIP or clone by itself - it will not work without doing some extra steps (see below).
- Enter your Shell in a Box URL in the extension settings.
See the wiki for detailed instructions.
If you prefer to install from source:
- Download the source or clone the repo
- Change directory to the extracted/cloned extension
- Run the following commands to create an installable ZIP file:
npm install
gulp
npm run zip
The last command will create a file named terminal-icon-{version}.zip
in the parent directory.
There are several ways that you can contribute:
- Report bugs that you find.
- Contribute improvements.
- Provide translations.
- Resize terminal window based on the browser's viewport height.
- Hide icon for users that do not have SSH access.
- Explore the possibility of hiding the icon on mobile devices.
Release changes are noted on the Releases page.
- None since release