Setting up cryptpad server
Source: https://docs.cryptpad.org/en/admin_guide/installation.html
Trouble Shooting Cryptpad
https://cryptpad.irregularchat.com/checkup/
Configuring Cryptpad
Configuring Office Products
Configuring an Identity Provider
Serving Cryptpad
Serving Detached
PM2 should be used instead of foreverjs and not just node.
<pre>
pm2 start server.js --name cryptpad
pm2 save
pm2 list
</pre>
NGINX
<pre>
sudo apt update;sudo apt install nginx -y
sudo mkdir -p /etc/nginx/conf.d/
sudo nano /etc/nginx/conf.d/cryptpad.conf
sudo openssl dhparam -out /etc/nginx/dhparam.pem 4096
</pre>