|
@ -3,7 +3,9 @@ |
|
|
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section --> |
|
|
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section --> |
|
|
|
|
|
|
|
|
 |
|
|
 |
|
|
|
|
|
|
|
|
<!-- ALL-CONTRIBUTORS-BADGE:END --> |
|
|
<!-- ALL-CONTRIBUTORS-BADGE:END --> |
|
|
|
|
|
|
|
|
 |
|
|
 |
|
|
 |
|
|
 |
|
|
[](https://github.com/butlerx/wetty/tree/master/docs) |
|
|
[](https://github.com/butlerx/wetty/tree/master/docs) |
|
@ -33,7 +35,7 @@ yarn global add wetty |
|
|
## Usage |
|
|
## Usage |
|
|
|
|
|
|
|
|
```sh |
|
|
```sh |
|
|
wetty [-h] [--port PORT] [--base BASE] [--sshhost SSH_HOST] [--sshport SSH_PORT] [--sshuser SSH_USER] [--sshaskuser] [--host HOST] [--command COMMAND] [--forcessh] [--bypasshelmet] [--title TITLE] [--sslkey SSL_KEY_PATH] [--sslcert SSL_CERT_PATH] |
|
|
wetty [-h] [--port PORT] [--base BASE] [--sshhost SSH_HOST] [--sshport SSH_PORT] [--sshuser SSH_USER] [--host HOST] [--command COMMAND] [--forcessh] [--bypasshelmet] [--title TITLE] [--sslkey SSL_KEY_PATH] [--sslcert SSL_CERT_PATH] |
|
|
``` |
|
|
``` |
|
|
|
|
|
|
|
|
Open your browser on `http://yourserver:3000/wetty` and you will prompted to |
|
|
Open your browser on `http://yourserver:3000/wetty` and you will prompted to |
|
@ -46,9 +48,7 @@ SSH connection can be forced using the `--forcessh` option. |
|
|
|
|
|
|
|
|
If instead you wish to connect to a remote host you can specify the `--sshhost` |
|
|
If instead you wish to connect to a remote host you can specify the `--sshhost` |
|
|
option, the SSH port using the `--sshport` option and the SSH user using the |
|
|
option, the SSH port using the `--sshport` option and the SSH user using the |
|
|
`--sshuser` option. Alternatively you can ask the user from the stard input of |
|
|
`--sshuser` option. |
|
|
the terminal later (and ignoring `--sshuser`) if using the `--sshaskuser` |
|
|
|
|
|
option. |
|
|
|
|
|
|
|
|
|
|
|
Check out the |
|
|
Check out the |
|
|
[Flags docs](https://github.com/butlerx/wetty/blob/master/docs/flags.md) for a |
|
|
[Flags docs](https://github.com/butlerx/wetty/blob/master/docs/flags.md) for a |
|
|