Commit Graph

5 Commits (e29e105bb04e0e77df0bce3a54e17208c4391b42)

Author SHA1 Message Date
Florian Knodt 7cd4df3e7f
cryptpad-docker: Missing \ 2019-05-09 13:54:11 +02:00
Ludovic Dubost 9403d994f5
Add port 3001 to docker port mapping 2019-02-14 12:24:13 +01:00
interfect b817ac1511
Improve Docker documentation in the repo
Now it will link to the wiki too.
2018-12-15 10:20:03 -08:00
Thomas Gläßle 405526cfa5 Properly escape sed replace expressions
This fixes an error during container startup due to interpolating a
$STORAGE value that may contain slashes or other "active" characters:

    ...
    Using secure websockets: false
    Using storage adapter: ./storage/file
    sed: bad option in substitution expression

Also add a trailing ',' in the search expression to avoid substituting
in the comment above the actual definition:

    /*  If Cryptpad is proxied without using https, the server needs to know.
     *  Specify 'useSecureWebsockets: true' so that it can send
    ...
2017-08-10 10:35:38 +02:00
ansuz f9023185c1 move documentation into docs folder 2017-05-31 10:10:33 +02:00