CryptPad is the zero knowledge realtime collaborative editor. Encryption carried out in your web browser protects the data from the server/cloud. The secret key is stored in the URL fragment identifier which is never sent to the server but is available to javascript so by sharing the URL, you give authorization to others who want to participate.
CryptPad is developed and maintained by XWiki Lab.
docker run -d -p 3000:3000 itk98/cryptpad
docker run -d -p 3000:3000 -v ~/datastore/:/app/datastore/ itk98/cryptpad
docker run -d -p 3000:3000 -v ~/ssl/:/app/ssl -v ~/datastore/:/app/datastore/ itk98/cryptpad:ssl
Notice the local folder ~/ssl need to hold two files:
Content type
Image
Digest
Size
283.1 MB
Last updated
over 9 years ago
docker pull itk98/cryptpad