8
0
Fork
You've already forked dashboard
0
No description
  • JavaScript 97.6%
  • Shell 2.4%
Find a file
2016年02月06日 16:21:00 +05:45
.gitignore added gitignore, added deps in package.json 2016年02月03日 23:42:17 +05:45
generate-key.sh added script to generate host keys 2016年02月05日 00:26:47 +05:45
index.js don't kill the whole app when a user quits 2016年02月06日 16:21:00 +05:45
LICENSE Initial commit 2016年02月03日 23:31:54 +05:45
package.json added gitignore, added deps in package.json 2016年02月03日 23:42:17 +05:45
README.md Added README 2016年02月05日 00:32:24 +05:45

#! 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