Run laverna.cc note-taking web application
1.5K
This docker images runs the laverna note taking web application in a dedicated container.
From their github : Laverna is a JavaScript note taking application with Markdown editor and encryption support. Consider it like open source alternative to Evernote.
Their official website is at https://laverna.cc
The container simply host the laverna application in an apache webserver, exposed on port 80. The easiest way to run it is :
docker run -d -p 80:80 nhurel/laverna
Then you can open your browser to http://localhost/ and start using it
Content type
Image
Digest
Size
74 MB
Last updated
over 10 years ago
docker pull nhurel/laverna