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


Skip to content
  • InvoiceNinja - Package Updates

    Pinned Invoice Ninja
    564
    0 Votes
    564 Posts
    841k Views
    Package UpdatesP
    [1.22.1] Update invoiceninja to 5.13.1 Full Changelog Remove redundant packages Updates for Recurring Invoice imports (is_amount_disacount) flag Add email notifications for quickbooks token expiry Fixes for auth.net base URL
  • Directus - Package Updates

    Pinned Directus
    160
    4 Votes
    160 Posts
    112k Views
    Package UpdatesP
    [2.16.1] Update directus to 11.16.1 Full Changelog Updated latest models for Anthropic, Google, and OpenAI providers (#​26865 by @​bryantgillespie) Updated latest models for Anthropic, Google, and OpenAI providers (#​26865 by @​bryantgillespie) Fixed creation of related item with empty or default state (#​26844 by @​powerseed) Added field level MIME type restriction to file-image interface (#​26831 by @​AlexGaillard) Fixed AI tool approval flow hanging after approving provider-executed tools. (#​26839 by @​bryantgillespie) Fixed custom Vue operation options to persist edited values in Flow settings. (#​26832 by @​AbdelhamidKhald) Fixed an invalid filter for M2M interfaces when the item Id is null (#​26857 by @​ComfortablyCoding) Fixed folder navigation state being lost when reopening file selection drawer (#​26649 by @​costajohnt) Enforced MIME type allow list on remaining v-uploads missed in first round (#​26821 by @​robluton) Fixed client side validation breaking in drawer when dynamic variable is present. (#​26795 by @​powerseed)
  • LibreChat - Package Updates

    Pinned LibreChat
    15
    1 Votes
    15 Posts
    2k Views
    Package UpdatesP
    [1.1.4] Update rag_api to 0.7.2 Full Changelog fix: Concurrent Upload Isolation, MongoDB Connection Leaks, and Validation Crashes by @​danny-avila in #​256 feat: Add lazy_load() support to document loaders by @​danny-avila in #​257 fix: Plug MongoDB client, SQLAlchemy engine, and CSV temp file leaks by @​danny-avila in #​258 fix: Migrate PGVector cmetadata Column to JSONB with GIN Index by @​danny-avila in #​259
  • Roundcube creates a new MySQL session on every health check

    Solved Roundcube
    10
    2 Votes
    10 Posts
    52 Views
    nebulonN
    Glad we got down to the issue in the end.
  • Tasks table accumulates tasks indefinitely

    Solved Support tasks
    4
    1 Votes
    4 Posts
    46 Views
    J
    Alright, investigating the matomo health checker next.
  • Metabase - Package Updates

    Pinned Metabase
    521
    1 Votes
    521 Posts
    401k Views
    Package UpdatesP
    [3.1.1] Update metabase to 0.59.2.1 Full Changelog
  • WordPress Managed - Package updates

    Pinned WordPress (Managed)
    85
    1 Votes
    85 Posts
    42k Views
    Package UpdatesP
    [3.16.2] Update WordPress to 6.9.3 Full Changelog
  • AdGuard Home - Package Updates

    Pinned AdGuard Home
    97
    1 Votes
    97 Posts
    50k Views
    Package UpdatesP
    [1.14.12] Update AdGuardHome to 0.107.73 Full Changelog Authentication is now applied to requests that have been upgraded from HTTP/2 Cleartext (H2C) requests to public resources. Incorrect client IP logging in failed authentication attempts when using a proxy ([#​8198]). Incorrect logger behavior in case -v flag is added.
  • Update on community packages

    App Packaging & Development
    32
    3
    14 Votes
    32 Posts
    684 Views
    timconsidineT
    Stubborn dog-with-a-bone that I am, I did more research, and hopefully this can put to bed my diversion of the thread (sorry), and maybe help others with a similar use case / workflow objective to mine : Forgejo (official Cloudron AppStore) provides standard git source code functionality AND it has a built-in container registry functionality so no need to consider changes to the official docker registry app for public pulls forgejo supports private and public repos (which git.cloudron.io does not) forgejo supports public image pulls (like hub.docker.com) but also multiple private containers (hub.docker.com only allows 1) I can uninstall docker registry app and gitea/gitlab apps, multiple used for segregating cloudron community work from closed app dev, using Forgejo organization instead. So the answer for my bandwidth-limited brain of 1 app for (almost) everything seems to be Forgejo (available today, no dev work). However, @girish made valuable comment that hosting container images is a disk/network usage risk. Even for a small dev footprint like mine, this could be critical (let alone Cloudron scale). I need to think & test out, but maybe Forgejo actions can automate container push to hub.docker.com, and do automated cleanup in the instance. So from dev point of view it's a single answer (Forgejo) with CI/CD offloading disk/network risks to hub.docker.com (or whatever).
  • Cloudron v9: huge disk I/O is this normal/safe/needed?

    Unsolved Support graphs
    37
    3
    2 Votes
    37 Posts
    2k Views
    imc67I
    Here is a more complete analysis of the disk I/O across all 3 servers. 1. Cloudron Disk I/O graph (server 1, last 6 hours) [image: 1773182644022-scherm-afbeelding-2026-03-10-om-23.40.17-resized.png] The graph shows a constant write baseline of ~2.5 MB/s, 24/7. The spike around 20:00 is the scheduled daily backup — completely normal. The total write of 646 GB over 2 days (~323 GB/day) is almost entirely this constant baseline, not user traffic or backups. 2. iotop breakdown (server 1, 1 minute measurement) Docker MySQL (messageb): 48.62 MB/min (~0.81 MB/s) Host MySQL: 23.26 MB/min (~0.39 MB/s) go-carbon: 9.34 MB/min (~0.16 MB/s) jbd2 (fs journal): 8.44 MB/min (~0.14 MB/s) systemd-journald: 4.37 MB/min (~0.07 MB/s) containerd: 2.02 MB/min (~0.03 MB/s) dockerd: 1.13 MB/min (~0.02 MB/s) Total: ~97 MB/min (~1.6 MB/s average) Note: the average of ~1.6 MB/s is consistent with the graph baseline of ~2.5 MB/s when accounting for peaks and the fact that iotop measures a 1-minute window. 3. InnoDB write activity since last MySQL restart (all 3 servers) Server 1 (uptime 59 min) Server 2 (uptime ~40h) Server 3 (uptime ~40h) Data written 2.13 GB 55.3 GB 63.5 GB Effective write rate ~0.58 MB/s ~0.38 MB/s ~0.43 MB/s Rows inserted/s 6.5 8.8 8.6 Rows updated/s 7.0 4.5 4.0 Log writes/s 28.7 23.6 18.0 All three servers show a consistent insert rate of ~6-9 rows/second in the Docker MySQL, matching exactly 1 new Matomo session every 10 seconds (= health check interval). Conclusion The Docker MySQL (~0.4-0.8 MB/s) is the largest single contributor, driven primarily by Matomo session inserts. The total observed disk I/O of 2-4 MB/s is the sum of multiple processes, with the constant Matomo session accumulation as the most significant and most easily fixable component.
  • 0 Votes
    22 Posts
    478 Views
    robiR
    @archos interesting it knows how to access the old doc to make a new copy. Nice find!
  • Warning: Connection Reset Issue in [4.9.0] which is n8n 2.10.2

    N8N
    10
    2 Votes
    10 Posts
    240 Views
    U
    @James @brutalbirdie @Joseph Much appreciated team.
  • 0 Votes
    3 Posts
    19 Views
    timconsidineT
    You already got it, but often proxyAuth is the simplest.
  • WordPress (Developer) - Package Updates

    Pinned WordPress (Developer)
    89
    1 Votes
    89 Posts
    41k Views
    Package UpdatesP
    [3.13.1] Update WordPress to 6.9.2
  • Ghost - Package Updates

    Pinned Ghost
    569
    1 Votes
    569 Posts
    872k Views
    Package UpdatesP
    [4.154.1] Update ghost to 6.21.2 Full Changelog Updated Source to v1.5.1 - Ghost CI Updated Casper to v5.10.0 - Ghost CI Fixed missing feature images for published posts in Contributor posts list (#​26726) - Kevin Ansfield Refreshed cancel button state after retention offer flow (#​26735) - Michael Barrett Fixed broken settings view when logged in as Editor (#​26720) - Kevin Ansfield
  • EspoCRM - Package Updates

    Pinned EspoCRM
    142
    0 Votes
    142 Posts
    59k Views
    Package UpdatesP
    [2.20.3] Update espocrm to 9.3.3 Full Changelog Currency rates in database not updated until rebuild #​3605
  • redis not starting (after update to 9.1.3?)

    Solved Support redis
    6
    0 Votes
    6 Posts
    47 Views
    robiR
    @joseph
  • 1 Votes
    5 Posts
    39 Views
    P
    @girish Great
  • Error 400 in backup process with Ionos S3 Object Storage

    Solved Support ionos backups
    39
    0 Votes
    39 Posts
    5k Views
    J
    @dsp76 I think if this happens sporadically it is a bug in the remote service provider. Have you asked their support already if this issue is known?
  • Documenso - Package Updates

    Pinned Documenso
    31
    0 Votes
    31 Posts
    5k Views
    Package UpdatesP
    [1.19.0] Update documenso to 2.8.0 Full Changelog fix: upgrade @​libpdf/core by @​Mythie in #​2569 fix: upgrade @​libpdf/core by @​Mythie in #​2572 feat: add pdf image renderer by @​dguyen in #​2554 fix(i18n): mark dropdown and radio placeholder for translation by @​mKoonrad in #​2537 fix: show current month data and add caching by @​ephraimduncan in #​2573 feat: add embedded envelopes by @​dguyen in #​2564 fix: performance improvements by @​dguyen in #​2581 feat: implement template search functionality by @​catalinpit in #​2376 feat: auto-disable telemetry when license key is configured by @​ephraimduncan in #​2562 fix: make signing page left-hand sidebar collapsible by @​catalinpit in #​2541