benweet / stackedit-ssh-proxy

SSH proxy for StackEdit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

StackEdit SSH Proxy

SSH proxy for StackEdit. Allows StackEdit to upload documents on SSH servers.

Usage:

npm install
node server.js

Change SSH proxy in StackEdit:

StackEdit settings

Deploy on Heroku

  • Create the application:

     heroku create
    
  • Rename the application:

     heroku apps:rename stackedit-ssh-proxy
    
  • Push changes to Heroku:

     git push heroku master
    

Written with StackEdit.

About

SSH proxy for StackEdit


Languages

Language:JavaScript 100.0%