ansuz
49035f3aad
update example nginx config
4 years ago
ansuz
edd46ebdb2
add some admin UI for profiling the server's workers
4 years ago
ansuz
f0b707e54d
move admin-rpc code snippet to docs directory
4 years ago
ansuz
c806b97076
resolve conflicts between rebrand and staging
4 years ago
ansuz
affd221eb7
lint compliance
4 years ago
ansuz
38cfba275a
elaborate on some comments in example config files
4 years ago
yflory
2647acbb78
Expose Content-Length header
4 years ago
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
4 years ago
ansuz
aa547a7b76
align nodejs http headers with example nginx
4 years ago
ansuz
d3dd5f991d
proposed nginx configuration to enable XLSX export without disabling print from other apps
4 years ago
ansuz
a2b79d84b8
align nodejs http headers with example nginx
4 years ago
ansuz
a8f53d04fc
proposed nginx configuration to enable XLSX export without disabling print from other apps
4 years ago
ansuz
8c980df660
tell clients not to cache their outer html
4 years ago
ansuz
cfcfe2f65f
enable APIs for XLSX export in firefox
4 years ago
ansuz
737c42b447
update nginx.example.conf for latest rich text CSP
4 years ago
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