Giter Club home page Giter Club logo

docker-cryptpad's Introduction

CryptPad is the zero knowledge realtime collaborative editor.

To start the image in background (daemon mode):

docker run -d -p 3000:3000 arno0x0x/cryptpad-auto

You can then browse to the main page using http://your_server_name:3000/

You might also want to use a volume to store the encrypted data outside of the container in order to make it persistent accross container recycling:

docker run -d -p 3000:3000 -v /path/to/datastore:/cryptpad/datastore arno0x0x/docker-cryptpad

Beware that by default the image is not reachable through HTTPS which is not secure. If you want (and you do want it) HTTPS, then when creating your container:

  • Copy all SSL required files (key, certificate and CA cert chain) into the container - or - map a volume containing those files into your container (-v /path/to_all_ssl_files:/path/to_files_in_container)
  • Modify the config.js to point to these file as described on the cryptpad container, basically:
privKeyAndCertFiles: [
   '/path/to/my_secret.key',
    '/path/to/my_public_cert.crt',
    '/path/to/my_certificate_authorities_cert_chain.ca'
]

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.