Commit Graph

42 Commits (e205ca281bdfd85ec09995205cc086c73d45da67)

Author SHA1 Message Date
ansuz edd46ebdb2 add some admin UI for profiling the server's workers
ansuz f0b707e54d move admin-rpc code snippet to docs directory
ansuz c806b97076 resolve conflicts between rebrand and staging
ansuz affd221eb7 lint compliance
ansuz 38cfba275a elaborate on some comments in example config files
yflory 2647acbb78 Expose Content-Length header
Christian Pietsch bc2387256f
Set reasonable value for $PWD
/home/cryptpad/cryptpad/cryptpad seems one cryptpad too many, and it does not match the sample value of WorkingDirectory above
ansuz aa547a7b76 align nodejs http headers with example nginx
ansuz d3dd5f991d proposed nginx configuration to enable XLSX export without disabling print from other apps
ansuz a2b79d84b8 align nodejs http headers with example nginx
ansuz a8f53d04fc proposed nginx configuration to enable XLSX export without disabling print from other apps
ansuz 8c980df660 tell clients not to cache their outer html
ansuz cfcfe2f65f enable APIs for XLSX export in firefox
ansuz 737c42b447 update nginx.example.conf for latest rich text CSP
Adrian Nöthlich 68e33bb902
Remove docker related files
Signed-off-by: Adrian Nöthlich <git@promasu.tech>
ansuz 09bf0a54d8 add access control header
ansuz 54420109ac update the open file limit in the example systemd service file
ansuz ecce654ca6 add 'resource:' to script-src to enable shared-worker debugging in firefox
ansuz 1fc8c1de16 add missing connect-src directives to example nginx conf
ansuz 1be01c07ee fix bad copypaste in the example nginx file
ansuz 95a2742b7a add an example systemd service file
ansuz 47d9c4daeb update onlyoffice detection to support sheet migration
ansuz 1b3c2a43bf remove wss from connecSrc in example nginx config
ansuz 32bdfacd92 fix incorrectly pasted line
ansuz 75925b6ceb fix blob support in example config
ansuz 80f3175a0e simplify cipher list, better dhparams
ansuz 7c9b53695b add a bunch of comments to all the mysterious sections of the nginx example config
also remove a large, complicated, unnecessary section
ansuz c56815fa3b WIP nginx config refactor
yflory a297336746
Fix broken link in cryptpad-docker.md
ansuz d4e5b98c14 update nginx config to add trailing slashes to new apps
Florian Knodt 7cd4df3e7f
cryptpad-docker: Missing \
ansuz 1853566b1a serve datastore over the webserver in the example nginx config
Ludovic Dubost 9403d994f5
Add port 3001 to docker port mapping
ansuz 5175ed10c5 update example nginx config for spreadsheets
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
interfect b817ac1511
Improve Docker documentation in the repo
Now it will link to the wiki too.
ansuz 7004f26730 update documentation
ansuz 2c56972be6 update changelog and example nginx config
Caleb James DeLisle 3c2d61ff42 Add to the nginx documentation the location datastore block
Falgn0n f362aac246
Update example.nginx.conf
Updated the location block for "/api/config" to point directly to the node.js server @ localhost:3000
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
    ...
ansuz f9023185c1 move documentation into docs folder