thklein / docker-laverna

Laverna docker image, an open source alternative to Evernote
8 stars 4 forks source link

docker-laverna

Laverna is a note taking web application written in JavaScript. It's built to be an open source alternative to Evernote. This is a Docker image that eases setting up to host Laverna on your own server.

About

From the official website:

Why should you use Laverna as note taking application?

Getting the container

The image is available as a trusted build on the docker hub:

$ docker pull thklein/laverna

Using the container

You can launch the container using the docker command line,

$ docker run -d -p 80:80 thklein/laverna

and finally point your webbrowser to:

http://localhost/laverna