mirror of https://github.com/xwiki-labs/cryptpad
move docker section down
This commit is contained in:
parent
05a50b1f4c
commit
8ac0741511
10
readme.md
10
readme.md
|
@ -73,8 +73,6 @@ npm update;
|
|||
|
||||
To reset your instance of Cryptpad and remove all the data that is being stored:
|
||||
|
||||
|
||||
|
||||
```
|
||||
# change into your cryptpad directory
|
||||
cd /your/cryptpad/instance/location;
|
||||
|
@ -104,10 +102,6 @@ You can do so by launching your server in _dev mode_, like so:
|
|||
|
||||
`DEV=1 node server.js`
|
||||
|
||||
# Setup using Docker
|
||||
|
||||
See [Cryptpad-Docker](cryptpad-docker.md)
|
||||
|
||||
## Security
|
||||
|
||||
CryptPad is *private*, not *anonymous*. Privacy protects your data, anonymity protects you.
|
||||
|
@ -127,6 +121,10 @@ the battery out of your computer before it spawns Agent Smith.
|
|||
|
||||
Still there are other low-lives in the world so using CryptPad over HTTPS is probably a good idea.
|
||||
|
||||
## Setup using Docker
|
||||
|
||||
See [Cryptpad-Docker](cryptpad-docker.md)
|
||||
|
||||
## Translations
|
||||
|
||||
We'd like to make it easy for more people to use encryption in their routine activities.
|
||||
|
|
Loading…
Reference in New Issue