12 Commits (1fb2a0976c1a7addc6d0a386388020a1fa09618b)

Author SHA1 Message Date
Florian Knodt 7cd4df3e7f
cryptpad-docker: Missing \ 6 years ago
ansuz 1853566b1a serve datastore over the webserver in the example nginx config 6 years ago
Ludovic Dubost 9403d994f5
Add port 3001 to docker port mapping 6 years ago
ansuz 5175ed10c5 update example nginx config for spreadsheets 6 years ago
Adrian Nöthlich 3f9ae30b52
Made CSP syntax in nginx example conf valid
Made CSP syntax valid. There were arguments for e.g. blob: oder data: missing
6 years ago
interfect b817ac1511
Improve Docker documentation in the repo
Now it will link to the wiki too.
6 years ago
ansuz 7004f26730 update documentation 6 years ago
ansuz 2c56972be6 update changelog and example nginx config 7 years ago
Caleb James DeLisle 3c2d61ff42 Add to the nginx documentation the location datastore block 7 years ago
Falgn0n f362aac246
Update example.nginx.conf
Updated the location block for "/api/config" to point directly to the node.js server @ localhost:3000
7 years ago
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
    ...
7 years ago
ansuz f9023185c1 move documentation into docs folder 8 years ago