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 won't update - No backup site for update

    Solved Support backup update
    14
    0 Votes
    14 Posts
    1k Views
    nebulonN
    can you double check if any of your configured backup sites have that app included and also have set the checkbox to use for automatic updates?
  • 3 Votes
    12 Posts
    290 Views
    B
    Is there a step by step instruction to solve this issue, for me it is unclear how to fix this issue. Thanks!
  • Mautic - Package Updates

    Pinned Locked Mautic
    71
    0 Votes
    71 Posts
    40k Views
    Package UpdatesP
    [6.0.0] Update mautic to 7.0.0 Full Changelog This app package requires Cloudron 9.2 which brings MySQL 8.4 Remove support for updating Mautic via the user interface by @matbcvo in #14689 Deprecating End of Life database versions, add support for more database versions by @mollux in #14836 Drop support for PHP 8.1 by @matbcvo in #14653 Removing the API limiter as the library is not maintained anymore by @escopecz in #14876 Removing support for AMQP queues by @escopecz in #14883 Upgrading to Symfony 7 by @escopecz in #14887 Remove Identify visitor by tracking url configuration setting by @kuzmany in #14974 Campaign import/export process by @levente999 in #14504 - this feature was funded by the NLNet Foundation. Schedule sending for emails by @kuzmany in #14254 Projects - new way of grouping entities by @escopecz in #15002
  • Verdaccio - Package Updates

    Pinned Locked Verdaccio
    122
    0 Votes
    122 Posts
    95k Views
    Package UpdatesP
    [1.78.0] Update verdaccio to 6.6.0 Full Changelog feat: update core dependencies by @juanpicado in #5832 fix(deps): update core verdaccio dependencies (6.x) by @renovate[bot] in #5865 fix: migrate to run server internally by @juanpicado in #5868 fix: tarball might fail #5829 by @juanpicado in #5869 fix(deps): update dependency semver to v7.8.0 (6.x) by @renovate[bot] in #5867
  • BookLore

    App Wishlist
    7
    1
    8 Votes
    7 Posts
    1k Views
    T
    @joseph Sure - Done here Although I am struggling to find more information about what exactly happened with Booklore. It seems that, at one point, the Github repo was pulled entirely, but it is now back online, with the latest commit and release just over 2 weeks ago at the time of writing. So it still seems active, on the surface at least.
  • 4 Votes
    1 Posts
    11 Views
    No one has replied
  • 0 Votes
    1 Posts
    8 Views
    No one has replied
  • Email for pocketbase

    PocketBase
    40
    0 Votes
    40 Posts
    2k Views
    J
    @valexico but before you create the MR, does 9.1.7 not solve your problem? it's stable by now. Any reason not to add BREVO as mail relay in Cloudron and add it directly into pocketbase?
  • Roundcube - Package updates

    Pinned Locked Roundcube
    34
    1 Votes
    34 Posts
    12k Views
    Package UpdatesP
    [2.10.0] Update roundcubemail to 1.7.0 Full Changelog Dropped support for PHP < 8.1. Dropped support for Internet Explorer. Dropped support for MS SQL Server and Oracle. public_html/ entry-point made mandatory, all static resources are served via public_html/static.php. Removed apc cache driver (replaced by apcu cache driver). Changed smtp_log option default value to false. Removed contact_search_name option in favor of contactlist_name_template. Replaced session property changed by expires_at. Removed the (insecure) virtualmin password driver. Allow cidr (subnets) in proxy_whitelist (#7103)
  • Forgejo built-in SSH server not authenticating public keys

    Forgejo
    6
    2 Votes
    6 Posts
    640 Views
    girishG
    Good catch. I think this is an oversight. The user should be kept to git@ to avoid 'cloudron' in the git url . I think gitlab/gitea/gogs etc all have git@ . It also helps in keeping the set up portable (should you want to move out of cloudron). cc @vladimir.d
  • upload/ preview problems

    Immich
    3
    1 Votes
    3 Posts
    32 Views
    nebulonN
    We have pushed a new package release with the updated libvips. Does this solve the image preview?
  • Immich - Package Updates

    Pinned Locked Immich
    232
    1 Votes
    232 Posts
    177k Views
    Package UpdatesP
    [1.99.5] Update libvips to 8.18.2
  • Rocket.Chat - Package Updates

    Pinned Locked Rocket.Chat
    232
    0 Votes
    232 Posts
    239k Views
    Package UpdatesP
    [3.3.1] Update Rocket.Chat to 8.4.1 Full Changelog (#40410 by @dionisio-bot) Disables SAML login when it is set to validate signatures without the proper configuration for it (#40459 by @dionisio-bot) Allows users to search for attribute values when assigning them to rooms (#40410 by @dionisio-bot) Security Hotfix (https://docs.rocket.chat/docs/security-fixes-and-updates)
  • FreshRSS - Package Updates

    Pinned Locked FreshRSS
    38
    0 Votes
    38 Posts
    22k Views
    Package UpdatesP
    [1.28.0] Update FreshRSS to 1.29.0 Full Changelog New sort order preferences at global, category, and feed levels #8234 New filtering by date of Server modification date #8131, #8576 New option to automatically mark new articles as read if an identical GUID already exists in the same category #8673 Add option to enable/disable notifications, also for PWA #8458 Fix wrong search toString in case of regex-looking string #8479 Fix redirect to wrong view after mark as read in reader and global views #8552 Fix do not include hidden feeds when counting total number of unread articles #8715 Limit cURL to protocols HTTP, HTTPS #8713 New Webhook extension for automated RSS notifications Extensions#456 New cli/purge.php to apply purge policy #8740
  • 0 Votes
    3 Posts
    53 Views
    nebulonN
    So what is the current situation? Are all services up besides mongodb (which may be fine, since very few apps depend on that)? Since you mentioned that everything was very slow, possibly things were busy (re)starting up. Also since at least in the initial post, graphite and sftp services were not up, apps will also not start up by the Cloudron platform as it has reached a healthy state yet. Is this still the case? If not, what errors are shown in the app itself if you restart one of the app which are down?
  • OpenWebUI - Package Updates

    Pinned Locked OpenWebUI
    203
    1 Votes
    203 Posts
    119k Views
    Package UpdatesP
    [3.3.4] Update open-webui to 0.9.5 Full Changelog Redirect-based SSRF protection. All outbound HTTP requests now block 3xx redirects by default via a new AIOHTTP_CLIENT_ALLOW_REDIRECTS environment variable, preventing redirect-based SSRF where a public URL silently redirects to internal addresses (RFC 1918, loopback, cloud-metadata endpoints). Affected call sites include web fetch, image loading, OAuth discovery, tool server execution, and code interpreter login. #24491 Iframe content security policy. Administrators can now configure a Content-Security-Policy for all srcdoc iframes (Artifacts, tool embeds, file previews, citation modals) via the IFRAME_CSP environment variable, restricting what LLM-generated or user-uploaded HTML can load and execute inside previews. Commit Granular markdown rendering controls. Users can now independently disable Markdown rendering for user messages and assistant responses from Interface settings, preventing unintended formatting when pasting text that contains Markdown-sensitive characters. Commit Channel streaming and tool support. Mentioning a model in a Channel now streams responses in real time and supports the full chat completion pipeline, including native and default function calling, built-in tools (web search, image generation), user tools, MCP tools, filters, and RAG knowledge injection the same capabilities available in standard chats. Notes create and open reliability. Creating new notes and opening existing notes no longer fails with a TypeError caused by is_pinned being passed to the SQLAlchemy model on create, and passed twice to NoteResponse on read. #24484, #24486 Feedback user attribution spoofing. Submitting evaluation feedback can no longer forge the user_id field through mass-assignment, preventing authenticated users from attributing ratings to other users and corrupting Elo leaderboard rankings and admin feedback exports. #24508 URL parser SSRF bypass. URL validation now rejects backslash, tab, CR, and LF characters that cause urllib and requests/aiohttp to disagree on the target host, closing a parser-confusion SSRF bypass. #24534 Profile image MIME-type allowlist. Serving profile images from data URIs now enforces a strict MIME-type allowlist (PNG, JPEG, GIF, WEBP by default, configurable via PROFILE_IMAGE_ALLOWED_MIME_TYPES) and sets X-Content-Type-Options: nosniff, preventing stored-XSS through SVG or other executable content types. Commit Legacy chat history self-healing. Loading legacy conversations now automatically detects broken parent-link graphs in migrated message records, merges missing messages from the embedded JSON history, and backfills them to the normalized table so future loads use the fast path without data loss. Commit Removed unauthenticated retrieval status endpoint. The unauthenticated GET /api/v1/retrieval/ status endpoint has been removed as dead code retrieval configuration is already available through authenticated admin endpoints. #24497
  • Searx - Package Updates

    Pinned Locked SearXNG
    112
    0 Votes
    112 Posts
    43k Views
    Package UpdatesP
    [2.93.0] Update searxng to df1f24f
  • Home Assistant - Package Updates

    Pinned Locked Home Assistant
    80
    2 Votes
    80 Posts
    21k Views
    Package UpdatesP
    [1.19.1] Update core to 2026.5.1 Full Changelog Added wfsens as a occupancy source in wiz (@th3spis - #166799) (wiz docs) Fix WiZ Light config flow timeout by properly closing UDP connections (@robwasripped - #168456) (wiz docs) Fix IntelliFire setup recovery (@jeeftor - #169739) (intellifire docs) Fix hassio auth IndexError on Supervisor Unix socket requests (@agners - #169911) (hassio docs) Add support for options to todo triggers (@emontnemery - #169947) (todo docs) Proper handling of malformed data during FRITZ!Box Tools setup (@mib1185 - #170030) (fritz docs) Fix is_closed state for DynamicGarageDoor in Overkiz (@iMicknl - #170052) (overkiz docs) Fix tilt controls for TiltOnlyVenetianBlind in Overkiz (@iMicknl - #170055) (overkiz docs) Fix Z-Wave discovery crash with unknown node firmware version (@TheJulianJES - #170090) (zwave_js docs) Fix is_closed state for DynamicGate covers in Overkiz (@iMicknl - #170130) (overkiz docs)
  • Baserow - Package Updates

    Pinned Locked Baserow
    112
    2 Votes
    112 Posts
    44k Views
    Package UpdatesP
    [1.37.8] Update uv to 0.11.13 Include data files in editable builds (#19312) Respect --require-hashes when installing from pylock.toml files (#19334) Add CPython 3.14.5
  • LanguageTool - Package Updates

    Pinned Locked LanguageTool
    48
    1 Votes
    48 Posts
    9k Views
    Package UpdatesP
    [1.44.0] Update languagetool to 2420cec