Network/Services/Cryptpad: Difference between revisions

From NURDspace
(Created page with "= Cryptpad = To make online collaboration easier for members of NURDspace, we host an instance of [https://cryptpad.org/ cryptpad]. This allows us share and collaborate on the following types of documents: * Rich Text documents * Spreadsheets * Code * Kanban boards * Diagrams * Whiteboards * Presentations * Forms All documents are end-to-end encrypted, and can be shared on a per-user/per-group basis. Each user has a small amount of diskspace available to store document...")
 
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
= Cryptpad =
= Cryptpad =
To make online collaboration easier for members of NURDspace, we host an instance of [https://cryptpad.org/ cryptpad]. This allows us share and collaborate on the following types of documents:
To make online collaboration easier for members of NURDspace, we host an instance of [https://cryptpad.org/ cryptpad]. You need to register yourself before you will be able to edit documents. This allows us share and collaborate on the following types of documents:


* Rich Text documents
* [https://docs.nurd.space/pad/ Rich Text documents]
* Spreadsheets
* [https://docs.nurd.space/sheet/ Spreadsheets]
* Code
* [https://docs.nurd.space/code/ Code]
* Kanban boards
* [https://docs.nurd.space/kanban/ Kanban boards]
* Diagrams
* [https://docs.nurd.space/diagram/ Diagrams]
* Whiteboards
* [https://docs.nurd.space/whiteboard/ Whiteboards]
* Presentations
* [https://docs.nurd.space/slide/ Presentations]
* Forms
* [https://docs.nurd.space/form/ Forms]


All documents are end-to-end encrypted, and can be shared on a per-user/per-group basis. Each user has a small amount of diskspace available to store documents. You can use the tool via the following URL:
All documents are end-to-end encrypted, and can be shared on a per-user/per-group basis. Each user has a small amount of diskspace available to store documents. You can use the tool via the following URL:


https://docs.nurd.space
https://docs.nurd.space
= Admin access =
To gain admin access to this platform, you first need to register. In your user settings you will find the public key that was created for your account. Add this key to the <tt>adminKeys</tt> array in <tt>/etc/cryptpad/config.json</tt>. Cryptpad runs on neutralino.soleus.nu. Once the key is added, you need to restart cryptpad: <tt>systemctl restart cryptpad</tt>.

Latest revision as of 22:23, 6 April 2024

Cryptpad

To make online collaboration easier for members of NURDspace, we host an instance of cryptpad. You need to register yourself before you will be able to edit documents. This allows us share and collaborate on the following types of documents:

All documents are end-to-end encrypted, and can be shared on a per-user/per-group basis. Each user has a small amount of diskspace available to store documents. You can use the tool via the following URL:

https://docs.nurd.space

Admin access

To gain admin access to this platform, you first need to register. In your user settings you will find the public key that was created for your account. Add this key to the adminKeys array in /etc/cryptpad/config.json. Cryptpad runs on neutralino.soleus.nu. Once the key is added, you need to restart cryptpad: systemctl restart cryptpad.