<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[CryptPad]]></title><description><![CDATA[CryptPad]]></description><link>https://forum.cloudron.io/category/142</link><generator>RSS for Node</generator><lastBuildDate>Tue, 21 Jul 2026 11:05:32 GMT</lastBuildDate><atom:link href="https://forum.cloudron.io/category/142.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 29 Mar 2026 12:21:50 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Add OIDC (official) plugin]]></title><description><![CDATA[Great find, I have added an internal task to see how this works and if so to add to the package.
]]></description><link>https://forum.cloudron.io/topic/15320/add-oidc-official-plugin</link><guid isPermaLink="true">https://forum.cloudron.io/topic/15320/add-oidc-official-plugin</guid><dc:creator><![CDATA[nebulon]]></dc:creator><pubDate>Sun, 29 Mar 2026 12:21:50 GMT</pubDate></item><item><title><![CDATA[Cannot access documents since last update - CryptPad is failing to load OnlyOffice]]></title><description><![CDATA[@archos interesting it knows how to access the old doc to make a new copy.
Nice find!
]]></description><link>https://forum.cloudron.io/topic/15141/cannot-access-documents-since-last-update-cryptpad-is-failing-to-load-onlyoffice</link><guid isPermaLink="true">https://forum.cloudron.io/topic/15141/cannot-access-documents-since-last-update-cryptpad-is-failing-to-load-onlyoffice</guid><dc:creator><![CDATA[robi]]></dc:creator><pubDate>Fri, 27 Feb 2026 23:01:12 GMT</pubDate></item><item><title><![CDATA[Restricting guest access]]></title><description><![CDATA[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 
]]></description><link>https://forum.cloudron.io/topic/9959/restricting-guest-access</link><guid isPermaLink="true">https://forum.cloudron.io/topic/9959/restricting-guest-access</guid><dc:creator><![CDATA[mgn841]]></dc:creator><pubDate>Sun, 03 Sep 2023 09:28:05 GMT</pubDate></item><item><title><![CDATA[Default installation runs into csp violation when trying to use the new diagram functionality]]></title><description><![CDATA[Thanks, this now works after the update to 1.4.2
]]></description><link>https://forum.cloudron.io/topic/9818/default-installation-runs-into-csp-violation-when-trying-to-use-the-new-diagram-functionality</link><guid isPermaLink="true">https://forum.cloudron.io/topic/9818/default-installation-runs-into-csp-violation-when-trying-to-use-the-new-diagram-functionality</guid><dc:creator><![CDATA[fbartels]]></dc:creator><pubDate>Mon, 14 Aug 2023 06:10:23 GMT</pubDate></item><item><title><![CDATA[Default memory limit too low]]></title><description><![CDATA[More headroom is good, ty.
]]></description><link>https://forum.cloudron.io/topic/9812/default-memory-limit-too-low</link><guid isPermaLink="true">https://forum.cloudron.io/topic/9812/default-memory-limit-too-low</guid><dc:creator><![CDATA[robi]]></dc:creator><pubDate>Sat, 12 Aug 2023 20:11:40 GMT</pubDate></item><item><title><![CDATA[CryptPad - Errors]]></title><description><![CDATA[@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.
]]></description><link>https://forum.cloudron.io/topic/7923/cryptpad-errors</link><guid isPermaLink="true">https://forum.cloudron.io/topic/7923/cryptpad-errors</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Mon, 07 Nov 2022 01:31:17 GMT</pubDate></item><item><title><![CDATA[Update released]]></title><description><![CDATA[@girish I can see you have everything under control. 
]]></description><link>https://forum.cloudron.io/topic/7878/update-released</link><guid isPermaLink="true">https://forum.cloudron.io/topic/7878/update-released</guid><dc:creator><![CDATA[[[global:former-user]]]]></dc:creator><pubDate>Sun, 30 Oct 2022 18:00:48 GMT</pubDate></item><item><title><![CDATA[Copy pasting doesn't work on the xls tool in cryptapad]]></title><description><![CDATA[What browser and what plugins?
Sometimes they interfere with copy/paste.
]]></description><link>https://forum.cloudron.io/topic/7396/copy-pasting-doesn-t-work-on-the-xls-tool-in-cryptapad</link><guid isPermaLink="true">https://forum.cloudron.io/topic/7396/copy-pasting-doesn-t-work-on-the-xls-tool-in-cryptapad</guid><dc:creator><![CDATA[robi]]></dc:creator><pubDate>Tue, 19 Jul 2022 07:50:21 GMT</pubDate></item><item><title><![CDATA[how to generate-admin-key.js ? (hint node)]]></title><description><![CDATA[@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 
]]></description><link>https://forum.cloudron.io/topic/7329/how-to-generate-admin-key-js-hint-node</link><guid isPermaLink="true">https://forum.cloudron.io/topic/7329/how-to-generate-admin-key-js-hint-node</guid><dc:creator><![CDATA[3246]]></dc:creator><pubDate>Wed, 06 Jul 2022 19:06:30 GMT</pubDate></item><item><title><![CDATA[Administrator]]></title><description><![CDATA[@nebulon  scratch my last comment it works didnt remove all comment tags once I did works, thanks for your help
]]></description><link>https://forum.cloudron.io/topic/7157/administrator</link><guid isPermaLink="true">https://forum.cloudron.io/topic/7157/administrator</guid><dc:creator><![CDATA[genies305]]></dc:creator><pubDate>Sat, 04 Jun 2022 23:40:33 GMT</pubDate></item><item><title><![CDATA[Storage limit]]></title><description><![CDATA[@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.
]]></description><link>https://forum.cloudron.io/topic/7102/storage-limit</link><guid isPermaLink="true">https://forum.cloudron.io/topic/7102/storage-limit</guid><dc:creator><![CDATA[archos]]></dc:creator><pubDate>Fri, 27 May 2022 11:45:32 GMT</pubDate></item><item><title><![CDATA[How to delete users]]></title><description><![CDATA[@girish Thank you for the information and the link, I didn't know that.
]]></description><link>https://forum.cloudron.io/topic/7034/how-to-delete-users</link><guid isPermaLink="true">https://forum.cloudron.io/topic/7034/how-to-delete-users</guid><dc:creator><![CDATA[archos]]></dc:creator><pubDate>Sun, 15 May 2022 10:05:06 GMT</pubDate></item><item><title><![CDATA[bug with user account deletion]]></title><description><![CDATA[@nebulon forget this, i haven't click on the "are you sure ?" confirmation message. It works fine !
]]></description><link>https://forum.cloudron.io/topic/7007/bug-with-user-account-deletion</link><guid isPermaLink="true">https://forum.cloudron.io/topic/7007/bug-with-user-account-deletion</guid><dc:creator><![CDATA[Benoit]]></dc:creator><pubDate>Thu, 12 May 2022 10:15:41 GMT</pubDate></item><item><title><![CDATA[Secure setup]]></title><description><![CDATA[OK, installation is secured now.
]]></description><link>https://forum.cloudron.io/topic/6946/secure-setup</link><guid isPermaLink="true">https://forum.cloudron.io/topic/6946/secure-setup</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Thu, 05 May 2022 17:53:45 GMT</pubDate></item><item><title><![CDATA[Cannot login to new instance of CryptPad]]></title><description><![CDATA[@girish I’ll grab logs in a bit here
]]></description><link>https://forum.cloudron.io/topic/6944/cannot-login-to-new-instance-of-cryptpad</link><guid isPermaLink="true">https://forum.cloudron.io/topic/6944/cannot-login-to-new-instance-of-cryptpad</guid><dc:creator><![CDATA[[[global:former-user]]]]></dc:creator><pubDate>Thu, 05 May 2022 15:56:10 GMT</pubDate></item><item><title><![CDATA[CryptPad - Package Updates]]></title><description><![CDATA[[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)

]]></description><link>https://forum.cloudron.io/topic/6938/cryptpad-package-updates</link><guid isPermaLink="true">https://forum.cloudron.io/topic/6938/cryptpad-package-updates</guid><dc:creator><![CDATA[Package Updates]]></dc:creator><pubDate>Thu, 05 May 2022 04:56:10 GMT</pubDate></item></channel></rss>