Laverna / laverna

Laverna is a JavaScript note taking application with Markdown editor and encryption support. Consider it like open source alternative to Evernote.
https://laverna.cc/index.html
Mozilla Public License 2.0
9.2k stars 802 forks source link

How to self-hosting laverna on https server? #525

Open yusiwen opened 8 years ago

yusiwen commented 8 years ago

I've deployed laverna to my VPS host. And now I'm wondering how to start it in HTTPS instead of HTTP. In server.js, it seems that only http server is supported, but I'm not very familiar with Node.js things. Is it possible to run on HTTPS?

Thanks.

wwebfor commented 8 years ago

You can serve with Nginx.