No description
|
|
||
|---|---|---|
| .gitignore | added gitignore, added deps in package.json | |
| generate-key.sh | added script to generate host keys | |
| index.js | don't kill the whole app when a user quits | |
| LICENSE | Initial commit | |
| package.json | added gitignore, added deps in package.json | |
| README.md | Added README | |
#! dashboard
Intro
SSHable dashboard for #! and related services.
Installation
- Clone the repo
git clone https://github.com/hashbang/dashboard.git
- Change dir and generate host keys
cd dashboard
chmod +x ./generate-key && ./generate-key.sh
- Install deps and start app
npm install && node index.js
Usage
ssh -p 55555 localhost