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


Skip to content
  • Cloudron 9.0.8 Backup to site sshfs rsync hetzner storagebox

    Solved Support ssfs backups
    12
    3 Votes
    12 Posts
    451 Views
    girishG
    @avatar1024 in the previous versions, one could change the backup format between tgz and rsync . We used to track the format of each backup (for restore from old backups to work). in Cloudron 9, you cannot change the backup format of a site once set. instead, you can just create a new backup site if you want another format. The migration code probably detected that you have backups in both formats. So, it would create two sites - one tgz and one rsync. That's what you are seeing .
  • Old backup not found when updating app

    Unsolved Support backups updates
    12
    1 Votes
    12 Posts
    66 Views
    girishG
    @tecbox thanks for the report. The fix is https://git.cloudron.io/platform/box/-/commit/b759fdb6e35762ef5586c3e552a387c4aef15a42#da95ffafbc09b42991a792cd9824d5814e1ec274_373_372 . You just need that one line change. Edit /home/yellowtent/box/src/storage/s3.js . Then change line 372. Basically, remove the leading slash at the front. No need to restart anything after making the change. Make a new backup, it should work. Can you please let me know? return `${bucket}/${output}`; In Cloudron 9, we upgraded the AWS library from v2 to v3. It's possible that v2 library automatically removed this trailing slash. Maybe in v3, they don't do this anymore. Hard to find any info, but it seems in other providers both works.
  • Cal.com - Package Updates

    Pinned Cal.com
    297
    1 Votes
    297 Posts
    86k Views
    Package UpdatesP
    [2.9.8] Update cal.com to 5.9.8 Full Changelog fix(ui): add missing checked state styling for event type checkbox by @abhix4 in #25478 fix: Use booker locale for email verification email by @anikdhabal in #25420 fix: getTeamIdsWithPermission return sub teams by @sean-brydon in #25387 refactor: replace TRPCError with ErrorWithCode in packages/features by @hbjORbj in #25482 perf: Calendar Cache Improvements by @volnei in #25502 fix: styling override at availability settings by @abhix4 in #25521 fix: improve availability working hours layout spacing and editable heading icon gap by @KartikLabhshetwar in #25525 fix: add no-availability message to v2 slots endpoint response by @anikdhabal in #25102 fix: Add /router to isBookingPages to prevent 500 error on customPageMessage redirect by @hariombalhara in #25522 feat: CalendarView atom v2 by @Ryukemeister in #24896
  • WordPress (Developer) - Package Updates

    Pinned WordPress (Developer)
    81
    1 Votes
    81 Posts
    34k Views
    Package UpdatesP
    [3.12.0] Update WordPress to 6.9 Full Changelog Collaborate and stage content directly in your posts Block-level Notes Hide and Show blocks Visual drag and drop Allowed blocks UI and other workflow tools Enrich your content with creative blocks for improved storytelling
  • 13 Votes
    26 Posts
    22k Views
    samukS
    I'd use this
  • OpenWebUI - Package Updates

    Pinned OpenWebUI
    184
    1 Votes
    184 Posts
    62k Views
    Package UpdatesP
    [3.0.4] Update open-webui to 0.6.41 Full Changelog Sign-in rate limiting was implemented to protect against brute force attacks, limiting login attempts to 15 per 3-minute window per email address using Redis with automatic fallback to in-memory storage when Redis is unavailable. Commit Administrators can now globally disable the folders feature and control user-level folder permissions through the admin panel, enabling minimalist interface configurations for deployments that don't require workspace organization features. #19529, #19210, #18459, #18299 Group channels were introduced as a new channel type enabling membership-based collaboration spaces where users explicitly join as members rather than accessing through permissions, with support for public or private visibility, automatic member inclusion from specified user groups, member role tracking with invitation metadata, and post-creation member management allowing channel managers to add or remove members through the channel info modal. Commit, Commit Direct Message channels were introduced with a dedicated channel type selector and multi-user member selection interface, enabling private conversations between specific users without requiring full channel visibility. Commit Direct Message channels now support a complete user-to-user messaging system with member-based access control, automatic deduplication for one-on-one conversations, optional channel naming, and distinct visual presentation using participant avatars instead of channel icons. Commit Users can now hide Direct Message channels from their sidebar while preserving message history, with automatic reactivation when new messages arrive from other participants, providing a cleaner interface for managing active conversations. Commit A comprehensive user selection component was added to the channel creation modal, featuring search functionality, sortable user lists, pagination support, and multi-select checkboxes for building Direct Message participant lists. Commit Channel unread message count tracking was implemented with visual badge indicators in the sidebar, automatically updating counts in real-time and marking messages as read when users view channels, with join/leave functionality to manage membership status. Commit Message pinning functionality was added to channels, allowing users to pin important messages for easy reference with visual highlighting, a dedicated pinned messages modal accessible from the navbar, and complete backend support for tracking pinned status, pin timestamp, and the user who pinned each message. Commit, Commit Direct Message channels now display an active status indicator for one-on-one conversations, showing a green dot when the other participant is currently online or a gray dot when offline. Commit, Commit
  • 9.0.13 file manager for all apps is empty

    Unsolved Support filemanager
    3
    2 Votes
    3 Posts
    43 Views
    J
    System -> Services -> sftp -> Restart . This usually fixes it. The sftp container is also used for file manager services.
  • Ollama - Package Updates

    Pinned Ollama
    12
    0 Votes
    12 Posts
    1k Views
    Package UpdatesP
    [1.1.1] Update ollama to 0.13.1 Full Changelog nomic-embed-text will now use Ollama's engine by default Tool calling support for cogito-v2.1 Fixed issues with CUDA VRAM discovery Fixed link to docs in Ollama's app Fixed issue where models would be evicted on CPU-only systems Ollama will now better render errors instead of showing Unmarshal: errors Fixed issue where CUDA GPUs would fail to be detected with older GPUs Added thinking and tool parsing for cogito-v2.1
  • Verdaccio - Package Updates

    Pinned Verdaccio
    115
    0 Votes
    115 Posts
    69k Views
    Package UpdatesP
    [1.72.5] Update verdaccio to 6.2.4 Full Changelog fix: allow docker listen address to be configured (6.x) by @markormesher in #5503
  • Mautic - Package Updates

    Pinned Mautic
    69
    0 Votes
    69 Posts
    25k Views
    Package UpdatesP
    [5.1.4] Update mautic to 6.0.7 Full Changelog This release addresses several security issues. Please update at your earliest convenience after taking a backup and ensuring that it's working. https://github.com/mautic/mautic/security/advisories/GHSA-3fq7-c5m8-g86x - CVE-2025-13828 - Fixed privilege escalation vulnerability in Marketplace - Reported and fixed by @driskell, reviewed by @escopecz and @patrykgruszka. https://github.com/mautic/mautic/security/advisories/GHSA-5xw2-57jx-pgjp - CVE-2025-13827 - Fixed file upload restriction bypass in GrapesJsBuilder - Reported and fixed by @driskell, reviewed by @escopecz and @patrykgruszka. Update dependencies for M6 by @patrykgruszka in #15666 Bump guzzlehttp/oauth-subscriber to 0.8.1by @patrykgruszka in #15678
  • Metabase - Package Updates

    Pinned Metabase
    468
    1 Votes
    468 Posts
    298k Views
    Package UpdatesP
    [2.27.0] Update metabase to 0.57.5.1 Full Changelog fix: resolve issue with dashboard filters not applying correctly feat: add support for custom themes in the admin panel fix: correct visualization rendering bug in Firefox BREAKING CHANGE: remove deprecated API endpoints for card creation fix: address performance regression in large datasets feat: introduce new query optimization for faster results fix: ensure proper encoding of special characters in CSV exports
  • MiroTalk - Package Updates

    Pinned MiroTalk
    506
    2 Votes
    506 Posts
    275k Views
    Package UpdatesP
    [1.17.70] Update mirotalkp2p to 1.6.67
  • Mealie - Package Updates

    Pinned Mealie
    57
    0 Votes
    57 Posts
    12k Views
    Package UpdatesP
    [1.29.1] Update mealie to 3.6.1 Full Changelog fix: Remove Auth Refresh @michael-genson (#6646) fix: Bump version before building release @michael-genson (#6647)
  • Beszel - Package Updates

    Pinned Beszel
    28
    1 Votes
    28 Posts
    2k Views
    Package UpdatesP
    [1.5.0] Update beszel to 0.17.0 Full Changelog Add quiet hours to silence alerts during specific time periods. (#265) Add dedicated S.M.A.R.T. page. Add alerts for S.M.A.R.T. failures. Add DISK_USAGE_CACHE environment variable. (#1426) Add SKIP_SYSTEMD environment variable. (#1448) Add hub builds for Windows and FreeBSD. Change extra disk indicators in systems table to display usage range as dots. (#1409) Strip ANSI escape sequences from docker logs. (#1478) Font ligatures create unwanted artifacts in random ids by @m90 in #1434 fix: Fix the issue where the Add System button is visible to read-only users. by @zjkal in #1442
  • OpenCloud package hidden

    Pinned OpenCloud
    3
    2 Votes
    3 Posts
    49 Views
    necrevistonnezrN
    Does that mean it won’t be installable / usable, for the time being (until some day Cloudron‘s backup supports xattr)?
  • 3 Votes
    5 Posts
    71 Views
    necrevistonnezrN
    Hashicorp (now IBM) Vault (and all other Hashicorp products such as Terraform) e.g. has a similar license, the BUSL. Other examples with similar licenses are MongoDB, Kibana, Elasticsearch, Redis… Here’s a good overview: https://www.goodwinlaw.com/en/insights/publications/2024/09/insights-practices-moving-away-from-open-source-trends-in-licensing
  • 1 Votes
    22 Posts
    4k Views
    scookeS
    @ntnsndr I used my Matrix install with it setup to manage users on its own. I logged into the matrix.example.com site, not the element.example.com site, by entering the Matrix url. And yes, it was just with username and password (which had been setup on the element.example.com site). I hadn't tried the QR code.
  • Install weboffice or onlyoffice on opencloud

    OpenCloud
    6
    3 Votes
    6 Posts
    55 Views
    jamesJ
    Hello @nelsonalfredo Yes, I understood that you are referring to OpenCloud, but what is "to install WebOffice"? Is it setting up the docker container? Please explain what usually the process of "to install WebOffice" is and where you are failing.
  • Librechat links to wrong forum

    Astral
    2
    1 Votes
    2 Posts
    16 Views
    jamesJ
    Hello @andreasdueren Thanks for the report. Fixing it right now.
  • 2 Votes
    1 Posts
    14 Views
    No one has replied