This repository has been archived on 2021-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Dryusdan 475ddfd674 autoupdate 2018-01-24 02:03:01 +01:00
.drone.yml add drone conf 2017-11-21 12:09:42 +00:00
Dockerfile Mettre à jour 'Dockerfile' 2018-01-16 17:49:13 +01:00
README.md init 2017-11-21 12:08:31 +00:00
lastAutoupdate autoupdate 2018-01-24 02:03:01 +01:00
run.sh init 2017-11-21 12:08:31 +00:00

README.md

wonderfall/cryptpad

The Zero Knowledge Cloud.

Features

  • Based on Alpine Linux
  • Bundled with latest node.js available.

Build-time variables

  • VERSION : version of Cryptpad

Environment variables

  • UID : user id (default : 991)
  • GID : group id (default : 991)

Volumes

  • /cryptpad/datastore : Cryptpad data
  • /cryptpad/customize : Cryptpad custom files

Ports

docker-compose.yml sample

cryptpad:
  image: wonderfall/cryptpad
  container_name: cryptpad
  environment:
    - UID=1444
    - GID=1444
  volumes:
    - /mnt/docker/cryptpad/files:/cryptpad/datastore
    - /mnt/docker/cryptpad/customize:/cryptpad/customize