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


Skip to content
  • Rocket.Chat - Package Updates

    Pinned Locked Rocket.Chat
    236
    0 Votes
    236 Posts
    249k Views
    Package UpdatesP
    [3.4.0] Update Rocket.Chat to 8.5.0 Full Changelog Swap usage of internal @rocket.chat/apps-engine internal APIs to @rocket.chat/apps package Adds 4 new permissions (assigned to admins by default) to control the visibility of each tab inside the ABAC Administration panel Adds new API endpoints custom-sounds.create and custom-sounds.update to manage custom sounds with strict file validation for size and specific MIME types to ensure system compatibility. Adds a new "Drafts" group to the sidebar, providing quick access to all rooms with unfinished messages. Ensures OAuth tokens are cleaned up after user deactivation Fixes an issue where thread content would disappear after clicking "Jump to recent messages". Fixes the users.presence endpoint returning an empty array when called with multiple comma-separated IDs, caused by ajvQuery coercing the string into a single-element array after the OpenAPI migration Ensures the visitor token is not present in the visitors.info response Sanitizes image URLs in rendered messages to block javascript:, data:, and vbscript: schemes matching the protection already applied to markdown links. Defense-in-depth against XSS via crafted markdown like ![label](javascript:...). Fixes action buttons added by apps being rendered in the Marketplace Menu rather than the User Menu
  • Add DNS Provider - Infomaniak

    Feature Requests domains dns
    6
    2
    4 Votes
    6 Posts
    1k Views
    N
    I do ! I just sent you a PM
  • NodeBB - Package Updates

    Pinned Locked NodeBB
    179
    0 Votes
    179 Posts
    145k Views
    Package UpdatesP
    [2.29.0] Update NodeBB to 4.13.0 Full Changelog add core blocklist for domain management (fe48222) add filter option to categorization rules for post queue gating (dfb108e) add severity 3 (filter) queuing for blocklisted posts (80f40ae) cross-check received payload against received digest header if present (590ac68) upgrade to fa7 (4eec1d7) prevent XSS via intent templates and plugin upgrade bypass (2ba4119) reject POST requests without HTTP signature header (c4b9d03) anchor actor/uid passthrough regexes to prevent inbox bypass (6fcc344) replace user lockout with per-IP rate limit for RSS token failures (#14329) (bdac7a7) dont allow returning notifications by nid (fb3a905)
  • OpenProject - Package Updates

    Pinned Locked OpenProject
    159
    0 Votes
    159 Posts
    129k Views
    Package UpdatesP
    [3.50.0] Update openproject to 17.5.0 Full Changelog Feature: Exclude certain work package types from automated backlog (per project) [#71305] Feature: Jira Migrator imports project-based semantic issue identifiers [#72427] Feature: Jira Migrator supports due date, estimated hours and remaining hours. [#74807] Feature: Meeting series: Add monthly scheduling options [#61522] Feature: Debounce emails for meetings [#66645] Feature: Workflows UX improvement: Allow multi-selection of roles in workflow [#72242] Feature: Bring sprint sharing (SAFe) to corporate plan [#74147] Bugfix: POST/PATCH/DELETE requests to APIv3 return unauthorized [#73499] Bugfix: Nextcloud integration shows "No connection to Nextcloud" for folders that have "&" in the name [#73855] Bugfix: Wrong calendar week in My time tracking [#68272]
  • Kimai - Package Updates

    Pinned Locked Kimai
    168
    0 Votes
    168 Posts
    154k Views
    Package UpdatesP
    [2.54.0] Update kimai to 2.60.0 Full Changelog Added options to allow watermark-text and watermark-image in PDF (not allowed for PDFa/PDFx) usable in twig templates e.g. to define a background image Translations update from Hosted Weblate (#5973) Added missing "default user" in invoice archive query (fixes invisible filter) (#5971) Improve whitespace handling in Search term parser (#5977) - thanks @tikket1
  • Metabase - Package Updates

    Pinned Locked Metabase
    580
    1 Votes
    580 Posts
    585k Views
    Package UpdatesP
    [3.14.3] Update metabase to 0.61.4.3 Full Changelog
  • Chatwoot - Package Updates

    Pinned Locked Chatwoot
    100
    2 Votes
    100 Posts
    57k Views
    Package UpdatesP
    [1.52.2] Update chatwoot to 4.14.2 Full Changelog Help Center search and per-locale portal branding. WhatsApp voice messages and improved Twilio call controls. Processing status for one-off SMS and WhatsApp campaigns. Contact filter for conversations and inline images in messages. Resizable table columns and article editor improvements. Companies enabled for Business cloud plans. Onboarding OAuth return flows and Help Center generation status. Inbox API docs, attachment docs, and richer webhook payloads. Reliability fixes across email, Facebook, Instagram, WhatsApp, widgets, and webhooks. Security and platform updates for Puma, OAuth dependencies, SafeFetch, and Vite.
  • Baserow - Package Updates

    Pinned Locked Baserow
    119
    2 Votes
    119 Posts
    48k Views
    Package UpdatesP
    [1.37.15] Update uv to 0.11.20
  • evcc - Package Updates

    Pinned Locked evcc
    102
    0 Votes
    102 Posts
    37k Views
    Package UpdatesP
    [1.25.0] Update evcc to 0.309.0 Full Changelog Add long-lived api key (BC) (#29431) Refactor dim/curtail handling- split hems and circuit (BC) (#30284) Add HoldCharge battery mode (#27906) Add OCPP forwarder (#29154) AlphaESS: add returnEnergy support (#30568) Vehicle: add climaterdisabled feature (#30610) Deye: fix energy and power, add returnenergy and voltages (#30691) GoodWe: fix wallbox RFID register and phase-type detection (#30667) Vehicle (SAIC/MG): fix missing SoC for idle vehicles (#30603) Warp: fix phase switching for WARP2+Energy Manager and WARP3 (#30460)
  • MiroTalk - Package Updates

    Pinned Locked MiroTalk
    684
    2 Votes
    684 Posts
    609k Views
    Package UpdatesP
    [1.5.17] Update mirotalkbro to 1.3.33
  • Forgejo - Package Updates

    Pinned Locked Forgejo
    13
    0 Votes
    13 Posts
    1k Views
    Package UpdatesP
    [1.2.2] Update forgejo to 15.0.3 Full Changelog
  • Etherpad Lite - Package updates

    Pinned Locked Etherpad Lite
    48
    0 Votes
    48 Posts
    34k Views
    Package UpdatesP
    [4.10.1] Update etherpad-lite to 3.3.1 Full Changelog Pad editor escape and integer-coerce the numbered-list start attribute (GHSA-f7h5-v9hm-548j, #7937). A crafted <ol start> value flowed unescaped into domline.ts, a distinct client-side sink from the export-path fix in 3.3.0's #7905. The value is now integer-coerced and HTML-escaped before it reaches the DOM. A jsdom regression test covers the sink. Skin paint the root canvas so iOS dark mode has no white status bar (#7606 / #7931). iOS Safari paints the top safe area from the html root background, which theme-color (an Android address-bar hint) does not affect, so dark-mode pads showed a white status-bar strip on iOS. Colibris now sets the root background and color-scheme so the safe area matches the editor. Settings show the detected language in the dropdown (#7925 / #7928). The settings language <select> did not reflect the language Etherpad had actually auto-detected; it now shows the active selection. Pad don't issue a deletion token (or show its modal) when allowPadDeletionByAllUsers is on (#7929). With pad deletion open to all users the client still minted a deletion token and surfaced the confirm modal; both are now suppressed in that configuration. Admin one unreadable pad no longer empties the Manage-pads list (#7935 / #7938). A single pad that failed to read could throw out of the list-hydration path and blank the entire admin Manage-pads view; the read is now guarded per-pad so the rest of the list still renders. ueberdb2 6.1.8 6.1.9 PostgreSQL pool errors are now handled and TCP keep-alive is enabled (fixes #7878), and the Redis and RethinkDB drivers attach connection-error handlers so a dropped database connection no longer crashes the Etherpad process. semver 7.8.2 7.8.3 (#7933), rate-limiter-flexible 11.1.1 11.2.0 (#7934), plus a dev-dependencies group update (#7932).
  • n8n - Package Updates

    Pinned Locked N8N
    454
    0 Votes
    454 Posts
    527k Views
    Package UpdatesP
    [4.29.1] Update n8n to 2.25.7 Full Changelog editor: Use workflow-scoped credential fetch in node credential picker (#31989) (c67d1fc)
  • Nextcloud 34

    Nextcloud
    4
    0 Votes
    4 Posts
    68 Views
    sponchS
    I wonder if they'll enable mobile editing they have (in Browser). Got it already running on a test VPS I'm happy Cloudrom waits until at least the 34.0.1 release. totally agree
  • Emails not delivered

    Unsolved Support mail ptr ptr records rdns
    12
    0 Votes
    12 Posts
    158 Views
    jamesJ
    Hello @sebastienserre Did you enable IPv6 in the Cloudron dashboard? Does the IPv6 detected in the dashboard match with the IPv6 provided by your hoster?
  • Safeserver App catalogue

    Community Apps
    6
    7 Votes
    6 Posts
    251 Views
    J
    @Teiluj said: Congratulation @luckow ! Is there any documentation available for this? I tried and think I got the account / docker registry etc all setup (at least I am not getting any errors) but I still am getting a greyed out "Install App" on the app.safeserver.de side and/or do not know where to find the related cloudron app manifest to pull the app. Maybe there is a timeout/confirmation to happen between adding the docker registry and being allowed to access manifests? For now, I am also stuck. But the part I have seen looks promising. I'm having this same issue myself.
  • GitLab - Package Updates

    Pinned Locked GitLab
    239
    1 Votes
    239 Posts
    255k Views
    Package UpdatesP
    [1.116.2] Update gitlab-foss to 19.0.2 Make CI cache limit per job configurable by admins Allow job token basic auth for generic package upload Add fat manifest types to container registry Accept Ensure uploads.id has the correct default Patching deployment bigint swap for missing index
  • Add Deno to Rocket.Chat for Apps to work

    Moved Solved Rocket.Chat
    20
    0 Votes
    20 Posts
    5k Views
    P
    @james Rocket.Chat update applied, apps are downloaded. Life is good!
  • Email Not sending

    Leantime
    4
    2 Votes
    4 Posts
    81 Views
    P
    @james said: Hello @panda Thanks for sharing these insights. Maybe you can also share the name of the mail relay that is blocking the attachments for other readers? @james Certainly, we were using smtpfa.st when running into the send problem. Emailing out directly from Cloudron worked but Leantime was a no-go. Down the road, smtpfa.st may work with attachments as they build out their full service.
  • Application unexpectedly missing in Backup

    Discuss backups scheduler
    6
    1 Votes
    6 Posts
    278 Views
    nottheendN
    Update: All apps in error state after Cloudron restore After restoring Cloudron, all my apps ended up in an error state. I've been digging into the logs and wanted to share what I found in case it's relevant to my setup or helps others. The key error from the app task log: Error: ENOENT: no such file or directory, scandir '/mnt/managedbackups/<uuid>/2026-06-10-000001-121/app_<myapp>.<mydomain>_v3.12.2' So during the restore, Cloudron tries to download the app backup from /mnt/managedbackups/..., but that path doesn't exist. This then causes the task to crash with an AssertionError rather than a clean BoxError, which is probably also worth flagging as a minor bug. I suspect this is related to my specific setup: I have an external backup location that is no longer mounted (as described earlier in this thread). Cloudron appears to be pointing the restore at that unmounted path. Resolution that worked for me: Explicitly restoring each app from its most recent backup (rather than letting the automatic restore run) resolved the error state. Ideally, this should be the default behaviour during a Cloudron restore anyway, restoring from the most recent available backup, so this might be worth looking into. Happy to provide more details if useful.