Browse Source

Fix #203, update docs with uptodate args

pull/206/head
butlerx 5 years ago
parent
commit
eec9862fec
No known key found for this signature in database GPG Key ID: B37CA765BAA89170
  1. 2
      docs/API.md

2
docs/API.md

@ -24,6 +24,8 @@ Starts WeTTy Server
| [ssh.host] | `string` | `"localhost"` | machine to ssh too |
| [ssh.auth] | `string` | `"password"` | authtype to use |
| [ssh.port] | `number` | `22` | port to connect to over ssh |
| [ssh.pass] | `string` | | Optional param of a password to use for ssh |
| [ssh.key] | `string` | | path to an optional client private key (connection will be password-less and insecure!) |
| [serverConf] | `Object` | | Server settings |
| [serverConf.base] | `Object` | `'/wetty/'` | Server settings |
| [serverConf.port] | `number` | `3000` | Port to run server on |

Loading…
Cancel
Save