Network/Services/Cryptpad: Difference between revisions

From NURDspace
No edit summary
 
(4 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:


* [https://docs.nurd.space/pad/ Rich Text documents]
* [https://docs.nurd.space/pad/ Rich Text documents]
Line 11: Line 11:
* [https://docs.nurd.space/form/ Forms]
* [https://docs.nurd.space/form/ Forms]


You need an invite to gain access to this 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.