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


Skip to content

CryptPad

14 Topics 67 Posts
  • CryptPad - Package Updates

    Pinned
    24
    4 Votes
    24 Posts
    1k Views
    Package UpdatesP

    [1.7.3]

    Update CryptPad to 2024.6.1 Full changelog Translations update from CryptPad Translations #1575 Calendar events sometimes don’t appear when created #1551 fixed by 072dba2 Revert the new method of counting registered users in the admin panel 4544be6 Fix broken OnlyOffice Document #1572 Fix printing in Code documents #1557 #1478 Fix OnlyOffice undefined functions #1550
  • Restricting guest access

    3
    0 Votes
    3 Posts
    320 Views
    mgn841M

    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
    202 Views
    fbartelsF

    Thanks, this now works after the update to 1.4.2

  • Default memory limit too low

    Solved
    4
    1 Votes
    4 Posts
    246 Views
    robiR

    More headroom is good, ty.

  • CryptPad - Errors

    3
    0 Votes
    3 Posts
    446 Views
    girishG

    @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
    3
    1 Votes
    3 Posts
    282 Views
    ?

    @girish I can see you have everything under control. πŸ‘

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

    2
    4 Votes
    2 Posts
    344 Views
    32463

    @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 πŸ™‚

  • Copy pasting doesn't work on the xls tool in cryptapad

    3
    0 Votes
    3 Posts
    348 Views
    robiR

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

  • Administrator

    Solved
    5
    0 Votes
    5 Posts
    518 Views
    G

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

  • Storage limit

    3
    0 Votes
    3 Posts
    497 Views
    archosA

    @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

    3
    0 Votes
    3 Posts
    525 Views
    archosA

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

  • bug with user account deletion

    Solved
    3
    0 Votes
    3 Posts
    328 Views
    BenoitB

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

  • Secure setup

    4
    2 Votes
    4 Posts
    452 Views
    girishG

    OK, installation is secured now.

  • Cannot login to new instance of CryptPad

    Moved
    3
    0 Votes
    3 Posts
    287 Views
    ?

    @girish I’ll grab logs in a bit here