Sign inSign up

itk98/cryptpad

By itk98

•Updated over 9 years ago

CryptPad from XWiki labs (not official)

Image
1

1.2K

itk98/cryptpad repository overview

⁠Supported tags and Dockerfiles

⁠What is CryptPad?

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⁠.

⁠Quick Use Instructions:

⁠Just run it

docker run -d -p 3000:3000 itk98/cryptpad

⁠Use a volume for data persistent

docker run -d -p 3000:3000 -v ~/datastore/:/app/datastore/ itk98/cryptpad

⁠SSL support

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:

  • server.key - The private key
  • server.crt - Chained PEM certificates

Tag summary

Content type

Image

Digest

Size

283.1 MB

Last updated

over 9 years ago

docker pull itk98/cryptpad