chjj / tty.js

A terminal for your browser, using node/express/socket.io
MIT License
4.19k stars 483 forks source link

Include readme instructions for username / password #156

Closed MaxPleaner closed 8 years ago

MaxPleaner commented 8 years ago

It's not really clear how to implement this. The example given is users: { "hello": "world" } and it's not clear how passwords / usernames correspond.

I looked at the config.js source and tried the syntax users: { "username": "max", "password": "secret" }.

Then tried running tty.js, but instead of a server starting, the script just returns with no output.

MaxPleaner commented 8 years ago

Closing, is duplicate of https://github.com/chjj/tty.js/issues/144