Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


CryptPad

14 Topics 59 Posts
  • CryptPad - Package Updates

    Pinned
    4 Votes
    16 Posts
    398 Views

    [1.4.3]

    Update CryptPad to 5.4.1 Full changelog Typo in example Nginx config [#1184] Enable port 3003 on Docker [#1183] Bind websocket to the address specified in the httpAddress setting [#1182 #1186] Fix production CSP headers [#912 thanks @superboum] Fix checkup test when registration is restricted [#1185] Fix collaboration of Nextcloud integration Fix broadcast settings not applied instantly [#1189]
  • Restricting guest access

    0 Votes
    3 Posts
    42 Views

    I was using the File manager, and I did not understand the documentation very well. In case anyone has trouble doing this, use the terminal for CryptPad and copy the necessary file using:

    cp /app/code/www/common/application_config_internal.js /app/data/customize/application_config.js

    Then you can use the File manager to edit the application_config.js file. It is in the customize folder when you open the File manager 👍

  • 1 Votes
    4 Posts
    29 Views

    Thanks, this now works after the update to 1.4.2

  • Default memory limit too low

    Solved
    1 Votes
    4 Posts
    42 Views

    More headroom is good, ty.

  • CryptPad - Errors

    0 Votes
    3 Posts
    126 Views

    @ddlidded the disconnected errors are not related to the setup errors afaik. For the checkup failures, you have to follow the instructions in your screenshot to make them pass. Those things cannot be automated in the package because they are installation specific.

  • Update released

    Solved
    1 Votes
    3 Posts
    96 Views

    @girish I can see you have everything under control. 👍

  • how to generate-admin-key.js ? (hint node)

    4 Votes
    2 Posts
    175 Views

    @JOduMonT thanks, that's really helpful 🙂

    To add the key to the config.js, I added this code below the admin keys part (it can go anywhere though):

    supportMailboxPublicKey: [ "~~~YourPublicKeyHere~~~", ],

    The snippet in context looks like:

    adminKeys: [ //"[cryptpad-user1@my.awesome.website/YZgXQxKR0Rcb6r6CmxHPdAGLVludrAF2lEnkbx1vVOo=]", ], supportMailboxPublicKey: [ "~~~YourPublicKeyHere~~~", ], /* ===================== * STORAGE * ===================== */

    And then just restart the app 🙂

  • 0 Votes
    3 Posts
    138 Views

    What browser and what plugins?
    Sometimes they interfere with copy/paste.

  • Administrator

    Solved
    0 Votes
    5 Posts
    232 Views

    @nebulon scratch my last comment it works didnt remove all comment tags once I did works, thanks for your help

  • Storage limit

    0 Votes
    3 Posts
    250 Views

    @fbartels Wow thank you so much, I would never have thought of that 🙂 I think that's solved.Again the problem between the chair and the keyboard.
    Thank you very much again.

  • How to delete users

    0 Votes
    3 Posts
    250 Views

    @girish Thank you for the information and the link, I didn't know that.

  • bug with user account deletion

    Solved
    0 Votes
    3 Posts
    131 Views

    @nebulon forget this, i haven't click on the "are you sure ?" confirmation message. It works fine !

  • Secure setup

    2 Votes
    4 Posts
    174 Views

    OK, installation is secured now.

  • Cannot login to new instance of CryptPad

    Moved
    0 Votes
    3 Posts
    169 Views

    @girish I’ll grab logs in a bit here