Commit Graph

27 Commits

Author SHA1 Message Date
ansuz 09bf0a54d8 add access control header 2020-04-09 16:30:22 -04:00
ansuz 54420109ac update the open file limit in the example systemd service file 2020-03-16 12:32:45 -04:00
ansuz ecce654ca6 add 'resource:' to script-src to enable shared-worker debugging in firefox 2020-02-17 12:48:10 -05:00
ansuz 1fc8c1de16 add missing connect-src directives to example nginx conf 2020-02-17 08:48:15 -05:00
ansuz 1be01c07ee fix bad copypaste in the example nginx file 2020-02-10 13:04:58 -05:00
ansuz 95a2742b7a add an example systemd service file 2020-01-21 14:08:26 -05:00
ansuz 47d9c4daeb update onlyoffice detection to support sheet migration 2020-01-21 14:07:46 -05:00
ansuz 1b3c2a43bf remove wss from connecSrc in example nginx config 2020-01-06 15:22:55 -05:00
ansuz 32bdfacd92 fix incorrectly pasted line 2020-01-04 11:56:09 -05:00
ansuz 75925b6ceb fix blob support in example config 2020-01-04 01:39:37 -05:00
ansuz 80f3175a0e simplify cipher list, better dhparams 2019-12-27 13:05:02 -05:00
ansuz 7c9b53695b add a bunch of comments to all the mysterious sections of the nginx example config
also remove a large, complicated, unnecessary section
2019-12-26 18:23:52 -05:00
ansuz c56815fa3b WIP nginx config refactor 2019-12-05 19:41:45 -05:00
yflory a297336746
Fix broken link in cryptpad-docker.md 2019-11-19 14:01:56 +01:00
ansuz d4e5b98c14 update nginx config to add trailing slashes to new apps 2019-10-01 13:23:38 +02:00
Florian Knodt 7cd4df3e7f
cryptpad-docker: Missing \ 2019-05-09 13:54:11 +02:00
ansuz 1853566b1a serve datastore over the webserver in the example nginx config 2019-04-12 17:17:54 +02:00
Ludovic Dubost 9403d994f5
Add port 3001 to docker port mapping 2019-02-14 12:24:13 +01:00
ansuz 5175ed10c5 update example nginx config for spreadsheets 2019-01-29 11:56:55 +01:00
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
2019-01-07 15:12:46 +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
ansuz 7004f26730 update documentation 2018-07-18 16:01:27 +02:00
ansuz 2c56972be6 update changelog and example nginx config 2018-06-27 15:03:38 +02:00
Caleb James DeLisle 3c2d61ff42 Add to the nginx documentation the location datastore block 2018-04-13 18:14:01 +02:00
Falgn0n f362aac246
Update example.nginx.conf
Updated the location block for "/api/config" to point directly to the node.js server @ localhost:3000
2017-12-24 12:13:28 +02: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