@inibudi Certificate URL is the jwks/keys URL. See https://docs.cloudron.io/user-directory/#endpoints
Staff
Cloudron.io Staff
Posts
-
How To Integrate OpenID Cloudron with Cloudflare Access? -
Cloudron 9.0 (beta) bug reportsI will lock this thread since technically 9.x is not really in beta anymore . Please open new threads for issues . Under Support or Discuss as you see fit.
-
Cloudron 9.0 (beta) bug reports2GB RAM is really not much these days. Have you analyzed further with tools like top/htop to see which process is consuming this? Also, linux does not let go of swap "easily" . I recommend just rebooting and it will clear the swap and see if the usage comes back up.
Also, can you open a new thread please, if you see the issue persists after the reboot? thanks!
-
Cloudron 9.0.13 backup integrity files remain after cleanup -
Freescout Error when fetching email using Exchange Online since update to v1.8.198@teiluj maybe you can also contribute in the upstream issue and state if you have a ":" symbold in it. The more info the better on such issues.
-
Cloudron 9: UI Issues in the system and email eventlogThe code actually would fetch more pages until it starts scrolling to fill up the screen, but only of course if there are enough results to show: https://git.cloudron.io/platform/box/-/commit/b53da61e7cec3c919ac11ebd65a8ccce03f7f611
Maybe there is some other bug you are hitting, here on this screen if I change page size to 5 it fetches about 20 pages
-
Cloudron 9.0.13 backup integrity files remain after cleanupGood catch, fixing.
-
Garage, an open-source distributed storage service you can self-host to fullfill many needs@robi I mixed two topics
For an addon, no UI is required. But if we package as an app, a UI is required. -
Cloudron 9: UI Issues in the system and email eventlogThanks for the detailed description. The page reset on reload was an oversight, good to get that fixed.
Still working on the refresh, when search changes and results do not fill up the view. Overall we have to rework eventlogs (both system and mail). Currently the pagination does not work well with the fetchMore(), especially when one tries to track down an issue with a combination of search and filters. It is very hard to get context around those events, as the pagination works with the query not the time of the events

-
Suggestion: Change WordPress app health check endpoint to /wp-json/ or alternatives@d19dotca you can put this in the .htaccess of WP . Effectively, when Cloudron health check hits the endpoint, it just responds and won't hit Patchstack .
<IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{REQUEST_URI} ^/wp-includes/version\.php$ [NC] RewriteCond %{HTTP_USER_AGENT} CloudronHealth [NC] RewriteRule .* - [R=200,L] </IfModule>To be honest, you might have good points about but I am afraid of changing this. Given that there are tens of thousands of Cloudron WP installations . Small changes to this package require massive testing, unless we have solid reasons and no workarounds.