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 (beta) bug reports

    Pinned Discuss
    196
    1 Votes
    196 Posts
    11k Views
    humptydumptyH
    @robi code revised and escape key support added
  • sftp service is failing

    Unsolved Support
    1
    0 Votes
    1 Posts
    7 Views
    No one has replied
  • Hiding apps behind the proxy app to enable cloudron authentication

    Unsolved Support app proxy
    3
    2 Votes
    3 Posts
    38 Views
    V
    Hello @james ! Just normal cloudron apps like Mattermost or n8n that does not integrate with cloudron authentication and does not provide SSO
  • Minio now in maintenance mode

    Minio
    4
    3 Votes
    4 Posts
    63 Views
    marcusquinnM
    The fork looks like it might be a bit stale: https://github.com/OpenMaxIO/openmaxio-object-browser Probably time to look at Minio alternatives: https://seaweedfs.com/ https://garagehq.deuxfleurs.fr/ https://ceph.com/en/discover/ https://rustfs.com/
  • Install weboffice or onlyoffice on opencloud

    OpenCloud
    7
    3 Votes
    7 Posts
    68 Views
    N
    @james Chatgpt says that OpenCloud uses WebOffice. [image: 1764798239712-acedcb3f-f3a4-4c7c-a1c5-9b34fab0f03f-image-resized.png]
  • 10 Votes
    13 Posts
    2k Views
    samukS
    I'd be interested in this
  • OpenCloud package hidden

    Pinned OpenCloud
    5
    2 Votes
    5 Posts
    69 Views
    girishG
    you can install it by putting /#/appstore/eu.opencloud.cloudronapp to the dashboard URL. The CI is still updating the app package . But it will take some time to implement the backup features it needs in Cloudron . @nerdrelaxo maybe you can give cubby a try (an app we develop) but it doesn't have mobile apps yet.
  • Stirling-PDF requires reinstallation

    Announcements
    1
    4 Votes
    1 Posts
    42 Views
    No one has replied
  • Stirling-PDF - Package Updates

    Pinned Stirling-PDF
    136
    0 Votes
    136 Posts
    56k Views
    nebulonN
    [3.0.0] New package with all new Stirling 2.0.3
  • Cloudron 9.0.8 Backup to site sshfs rsync hetzner storagebox

    Solved Support ssfs backups
    12
    3 Votes
    12 Posts
    461 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
    75 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
    49 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