1.0.21 • Published 5 years ago

wbash v1.0.21

Weekly downloads
15
License
MIT
Repository
github
Last release
5 years ago

tools

WBash - Web enabled bash terminal

WBash

  • Web Console for most operating systems.

  • Microsoft Windows : Runs the windows cmds.

  • Unix and all Flavors of linux : Runs the bash shell
  • Mac OS : Runs the bash shell.

Installation

npm install -g wbash

Running the webconsole

wbash

Using

On a web browser on this machine

https://localhost:8888/

You will see a warning 'Your connection is not private' because the default certificates supplied with wbash are self-signed. You should configure wbash to use the certificates you own by using the -c command explained below, for production use

If accessing this web console from a remote machine

  • make sure that the port 8888 is open for access
https://`<machinename>`:8888/

Customization

There various config values that you can modify. wbash -h will list out the options available | Command | Description | | ----------- | ----------- | | wbash | without any command line arguments runs the webconsole | | wbash -l | lists all the properties of the wbash service config | | wbash -c \ | When using this in production, you may want to get and use your own certificate and key files. If you specify the path to where the certificate is found. Note the path should include the name of file name of the .crt and .key without extension | | wbash -p \ | If you want to use a different port from the default port 8888, you can use this | | wbash -r \ | This option takes only two values - https or http. It's not advisable to set this to http. | | wbash -n \ | If you are using a hostname differnt from localhost, use this to set the hostname | | wbash -d | sets the config to default values |

About

The sourcecode for this project is available at Github Wbash Project

The work is powered by npm package Purplecheerio-wave

1.0.21

5 years ago

1.0.20

6 years ago

1.0.19

6 years ago

1.0.18

6 years ago

1.0.17

6 years ago

1.0.16

6 years ago

1.0.15

6 years ago

1.0.14

6 years ago

1.0.10

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.5

6 years ago

1.0.3

6 years ago