0

I want to publish .md files from stackedit to my local drive via SSH server, but I cannot figure out how to setup and configure the ssh-proxy of stackedit.

The setup of stackedit on my host was OK, I can run it from my host in any browser. The node server for ssh-proxy could also start, but I'm lost how to setup stackedit and its ssh-proxy, to get them to play together.

4

1 に答える 1

3

StackEdit によって編集されたドキュメントは、パブリック IP アドレスがなくても、open ssh がインストールされていれば、ローカル サーバーに正常に保存できます。正確には、ローカル サーバーは私のノートブックの cygwin ssh サーバーです。

次のように、 https://github.com/benweet/stackedit-ssh-proxyの指示に従ってください。

  1. git クローンhttps://github.com/benweet/stackedit-ssh-proxy.git
  2. cd stackit-ssh-proxy-master
  3. npm インストール
  4. ノード server.js
  5. StackEdit の SSH プロキシを に変更しhttp://localhost:9999/ます。
于 2014-08-02T23:32:08.947 に答える