28 Commits (145275c9692e32585977deb5c6de29ca73a36a2b)

Author SHA1 Message Date
Adrian Nöthlich 68e33bb902
Remove docker related files
Signed-off-by: Adrian Nöthlich <git@promasu.tech>
5 years ago
ansuz 09bf0a54d8 add access control header 5 years ago
ansuz 54420109ac update the open file limit in the example systemd service file 5 years ago
ansuz ecce654ca6 add 'resource:' to script-src to enable shared-worker debugging in firefox 5 years ago
ansuz 1fc8c1de16 add missing connect-src directives to example nginx conf 5 years ago
ansuz 1be01c07ee fix bad copypaste in the example nginx file 5 years ago
ansuz 95a2742b7a add an example systemd service file 5 years ago
ansuz 47d9c4daeb update onlyoffice detection to support sheet migration 5 years ago
ansuz 1b3c2a43bf remove wss from connecSrc in example nginx config 5 years ago
ansuz 32bdfacd92 fix incorrectly pasted line 5 years ago
ansuz 75925b6ceb fix blob support in example config 5 years ago
ansuz 80f3175a0e simplify cipher list, better dhparams 5 years ago
ansuz 7c9b53695b add a bunch of comments to all the mysterious sections of the nginx example config
also remove a large, complicated, unnecessary section
5 years ago
ansuz c56815fa3b WIP nginx config refactor 5 years ago
yflory a297336746
Fix broken link in cryptpad-docker.md 5 years ago
ansuz d4e5b98c14 update nginx config to add trailing slashes to new apps 5 years ago
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