This is a custom app based I am packaging on react-admin. I am currently just redirecting the user to {app}/logout on clicking logout. Any way to enable it for just the custom app?
saikarthik
Posts
-
How to Enforce Full Logout When Using Cloudron Proxy Auth (Next.js Custom App) -
How to Enforce Full Logout When Using Cloudron Proxy Auth (Next.js Custom App)I'm using a custom Next.js app deployed on Cloudron and leveraging Cloudron's proxy auth for authentication. The challenge I'm facing is that when users log out of my app, they are not fully logged out of the Cloudron SSO session. As a result, they can get automatically logged back in without re-entering credentials because the Cloudron dashboard session is still active.
I tried to find a global logout endpoint for Cloudron to fully end the session but didn't have success with it. I'm looking for guidance on whether there's a proper Cloudron-supported way to handle a full logout (so that users really have to log in again) or if there's a recommended way to configure session timeouts or customize the login flow to avoid automatic re-logins.
-
Can't switch user because of OIDC issue@girish What is the latest on OIDC logout support?
-
cloudron dashboard error: "This app is currently not responding. Please try refreshing the page in a few minutes."I am seeing the same issue. How did you fix it?
-
Is this possible, or will manual intervention still be needed after setup? -
New Beta Application on Cloudron? NotificationHow about the ability to
sortin the app store? So we can sort bydate addedordate stabilizedor so. That would be useful when we just want to get up to date with what Cloudron staff has packaged recently. -
How much memory is available to forum.cloudron.io?Just curious. My forum with like 2 users and not much activity crashed due to OOM with 2GB memory, I am wondering for the Cloudron forum's activity, how much memory have you allocated?
-
Unable to uninstall yarn packagesI was able to fix this by deactivating all the plugins after the yarn remove from above and then restarting. So I guess its an upstream issue.
-
Unable to uninstall yarn packagesAfter I uninstall a package and restart NodeBB(from Cloudron), the plugin keeps reinstalling again.
On restart, these are the relevant logs:
nodebb-plugin-reactions Nov 03 11:36:56 Nov 03 11:36:56 ... Nov 03 11:36:56" is active but not installed.Output of ./nodebb plugins after restart:
* nodebb-plugin-reactions@0.0.4 (installed, disabled)Uninstall using the terminal:
/usr/local/bin/gosu cloudron:cloudron yarn remove nodebb-plugin-reactionsAlso tried to reset first before uninstalling:
./nodebb reset -p nodebb-plugin-reactions -
Is restarting the app through Cloudron the same as Rebuild and Restart?Is restarting the app through Cloudron the same as Rebuild and Restart?
-
Restore from backup failed@girish Sorry about this. I was using the backup from another app by mistake. Please close this.
-
Restore from backup failed@girish Already did, thank you. Sent from same email as on here.
-
Restore from backup failed@girish Cloudron version: v7.6.0 (Ubuntu 22.04.3 LTS)
I did see a post here about the timeout issue.
Yes, after scaling up mongodb, I tried to restart it and then import. -
Restore from backup failedI tried with 2GB but still have the same issue. How do I verify that the memory limit is the issue? I don't see any error in MongoDB logs.
-
Restore from backup failedAddons Error: Error piping file /home/yellowtent/appsdata/9032a678-bcd5-43e6-99be-ebd8acc88c49/mongodbdump to request http://172.18.30.3:3000/databases/c89bed0c470afe1d/restore?access_token=48d1
No error on DB side and I have allocated 1 GB to mongo. The backup is for a relatively new NodeBB and its about 78MB only.
I am uploading the backup config with Filesystem backup.
-
Docs need update@necrevistonnezr I highlighted the text...
Anyway, the hyperlink in the last word of the following text does not point to anything meaningful: "A list of plugins known to not work can be found here."
@jdaviescoates, good catch, that too!
-
NodeBB - Package UpdatesMy PR to add the Category Description under the Category Title in the Category page got approved. Hope you like it!

-
Docs need updateThe link needs to be updated here in the docs.
-
NodeBB: how to update a template file?@girish yes, that doesn't work.
The npm way you linked to above works, just FYI.