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

16 Topics 111 Posts
  • CryptPad - Package Updates

    Pinned Locked
    41
    4 Votes
    41 Posts
    15k Views
    Package UpdatesP
    [1.16.0] Update sso to 0.6.0 Full Changelog This release requires CryptPad 2026.5.1 SSO default config changed (only affects new installs)
  • Restricting guest access

    6
    0 Votes
    6 Posts
    2k Views
    B
    Thank you! FWIW, my issue was caused by using ssh to navigate the app's data directory on my server, when I needed to be using the Web Terminal. I added all three of these lines: AppConfig.registeredOnlyTypes = AppConfig.availablePadTypes; AppConfig.disableAnonymousPadCreation = true; AppConfig.disableAnonymousStore = true;
  • Add OIDC (official) plugin

    2
    4 Votes
    2 Posts
    368 Views
    nebulonN
    Great find, I have added an internal task to see how this works and if so to add to the package.
  • 0 Votes
    22 Posts
    4k Views
    robiR
    @archos interesting it knows how to access the old doc to make a new copy. Nice find!
  • 1 Votes
    4 Posts
    2k Views
    fbartelsF
    Thanks, this now works after the update to 1.4.2
  • Default memory limit too low

    Solved
    4
    1 Votes
    4 Posts
    1k Views
    robiR
    More headroom is good, ty.
  • CryptPad - Errors

    3
    1
    0 Votes
    3 Posts
    2k 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
    2k Views
    ?
    @girish I can see you have everything under control.
  • how to generate-admin-key.js ? (hint node)

    2
    4 Votes
    2 Posts
    1k 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

    onlyoffice cryptapad
    3
    0 Votes
    3 Posts
    2k Views
    robiR
    What browser and what plugins? Sometimes they interfere with copy/paste.
  • Administrator

    Solved
    5
    0 Votes
    5 Posts
    2k 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
    2k 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
    2k 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
    2k 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
    2k Views
    girishG
    OK, installation is secured now.
  • Cannot login to new instance of CryptPad

    Moved
    3
    0 Votes
    3 Posts
    1k Views
    ?
    @girish I’ll grab logs in a bit here