Open In CryptPad

Highest Nextcloud version

Nextcloud 30
Show all releases

Community rating
Author

Wolfgang Ginolas

Last updated

3 months, 2 weeks ago

Categories

Integration

Interact
Report problem Request feature Ask questions or discuss

Open In CryptPad

"Open in CryptPad" is a Nextcloud application that allows collaborative editing of files. For this it uses a CryptPad instance embedded into the Nextcloud web interface. Currently, only drawio diagrams are supported.

Importing images from Nextcloud into diagrams

With this app, you can import images from Nextcloud into diagrams. A copy of the image will be stored inside the .drawio file.

Rights management

When using this app, the file permissions are completely handled by Nextcloud. The right's management of CryptPad is not used for Nextcloud files edited in CryptPad.

Installation

Prerequisites on the CryptPad side

To embed CryptPad into Nextcloud, the "Enable remote embedding" admin setting needs to be enabled. You can find this setting on the "Administration" web interface in the "General" tab.

Install from Nextcloud app store

  1. Add drawio mimetype to Nextcloud. "Open in CryptPad" depends on Nextcloud detecting drawio files correctly. For this you have to create the following files: (Note: do this before uploading any drawio files! The mimetype of old files will not be updated by these changes)
    • nextcloud/config/mimetypealiases.json

      {
          "application/x-drawio": "image"
      }
      
    • nextcloud/config/mimetypemapping.json

      {
          "drawio": ["application/x-drawio"]
      }
      
  2. Open the "Apps" page in your Nextcloud web interface and install "Open in CryptPad". You can find it in the "Integration" category.
  3. Configure "Open in CryptPad" in the administration settings of Nextcloud.

Releases

Nextcloud version Stable channel Nightly channel All releases
30 0.3.6 - 30
29 0.3.6 - 29
28 0.3.6 - 28
27 0.3.3 - 27
26 0.3.0 - 26
25 0.3.0 - 25

Comments

No comments found.