Setting up cryptpad server
Setting up cryptpad server
Section titled “Setting up cryptpad server”About Cryptpad
Section titled “About Cryptpad”CryptPad provides a full-fledged office suite with all the tools necessary for productive collaboration. Applications include Rich Text, Spreadsheets, Code/Markdown, Kanban, Slides, Whiteboard, and Forms.
About This Cryptpad Server Guide
Section titled “About This Cryptpad Server Guide”The Source is ]https://docs.cryptpad.org/en/admin_guide/installation.html]
The instructions are pretty clear for the most part and there is an npm option and a docker option. As of October 2024, the docker option is not stable and worth using instead of the javascript option.
Below are some quick links and code that may be helpful.
Trouble Shooting Cryptpad
Section titled “Trouble Shooting Cryptpad”https://cryptpad.irregularchat.com/checkup/
Configuring Cryptpad
Section titled “Configuring Cryptpad”Configuring Office Products
Section titled “Configuring Office Products”Configuring an Identity Provider
Section titled “Configuring an Identity Provider”Serving Cryptpad
Section titled “Serving Cryptpad”Serving Detached
Section titled “Serving Detached”PM2 should be used instead of foreverjs and not just node.
pm2 start server.js --name cryptpad
pm2 save
pm2 listsudo 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 4096Updating Cryptpad
Section titled “Updating Cryptpad”Beyond the guidance from the documentation, it has worked to ``` git pull