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


Skip to content
  • 2 Votes
    15 Posts
    530 Views
    jamesJ
    Hello @mendoksai Sorry to read that you are having issues. This sounds like something went wrong with the unattended security updates. @mendoksai said: because of an automatic security update that I didn't ask for and had no control over This is default for every Cloudron installation. Even if you don't ask for it now, you will ask for it if your server gets compromised due to apt packages not being updated with security updates. When the server is running, even tho you can not connect, try to open the console from the hetzner dashboard and see what is written in the terminal. First we need to understand what the issue is before tinkering with the system.
  • v3.24.0 constantly runs out of memory

    Umami
    5
    2 Votes
    5 Posts
    31 Views
    jamesJ
    Hello @timconsidine These are the changes made https://git.cloudron.io/packages/umami-app/-/commit/4e3d31c2f37285960d017fd157956b5aae9138ef One thing that jumps at me is --max-old-space-size=4096. The container runs a full Next.js production yarn build on every start (see start.sh:L35). Next.js builds are notoriously memory-hungry; they scale with the size of the app bundle. Node is told --max-old-space-size=4096 (4 GiB V8 heap) while the cgroup hard cap from CloudronManifest.json:L13 is 2 GiB by default. Node happily tries to grow past 2 GiB, the kernel OOM-kills the container. This value should not be hard coded, instead should reflect the memory limit set by the user. An app update will be available soon.
  • AI DevOps + OpenCode - Alternative to _Claw bots

    App Wishlist
    7
    3 Votes
    7 Posts
    468 Views
    marcusquinnM
    @LoudLemur don't litter external links, either. Not "helpful".
  • Cap - The open source alternative to Loom

    App Wishlist
    21
    22 Votes
    21 Posts
    5k Views
    marcusquinnM
    @LoudLemur external links aren't nice either. Unless you can format a post or comment, best not to litter links.
  • What's coming in 9.2

    Pinned Announcements
    12
    9 Votes
    12 Posts
    410 Views
    timconsidineT
    Appreciate that mail is the focus of 9.2, but maybe you can sneak in a minor enhancement to Notifications : From : 'Grafana at grafana.appx.uk updated to package version 2.5.1' To : 'UPDATED Grafana at grafana.appx.uk to package version 2.5.1' Speeds user review of notifications
  • Can't uninstall app and mongodb is not reachable

    Solved Support
    2
    0 Votes
    2 Posts
    12 Views
    M
    I had to remove the mongodb as well. Now it's okay. the app has gone from dashboard.
  • 8 Votes
    11 Posts
    2k Views
    L
    This project has been gathering steam since it was first requested. Quite a few more contributors: https://paste.wanderingmonster.dev/?47678a83fbcc87b4#A5dfMqhaUyv8PZpCLXLg7j7USAP8Aw7BSeWKv9ujqfHs
  • WBO - Package Updates

    Pinned WBO
    45
    1 Votes
    45 Posts
    11k Views
    Package UpdatesP
    [1.27.0] Update whitebophir to 1.31.3 Full Changelog
  • Server do not reboot after Cloudron update

    Solved Support
    2
    0 Votes
    2 Posts
    35 Views
    sebastienserreS
    Needed to run cp /etc/docker/daemon.json /etc/docker/daemon.json.bak printf '{}\n' > /etc/docker/daemon.json systemctl restart docker systemctl status docker --no-pager As per the Hostinger AI, there were an issue aroundlog-driver in conflict
  • Metabase - Package Updates

    Pinned Metabase
    541
    1 Votes
    541 Posts
    474k Views
    Package UpdatesP
    [3.6.3] Update metabase to 0.60.1.4 Full Changelog
  • Paperless-ngx - Package Updates

    Pinned Paperless-ngx
    161
    0 Votes
    161 Posts
    92k Views
    Package UpdatesP
    [1.51.2] Update gotenberg to 8.31.0
  • Chatwoot - Package Updates

    Pinned Chatwoot
    97
    2 Votes
    97 Posts
    50k Views
    Package UpdatesP
    [1.51.0] Update chatwoot to 4.13.0 Full Changelog Better Help Center editing with tables, slash commands, and GuideJar embeds Participating tab for conversations Smarter automations and macros for assignment and private notes Assignment v2 enabled by default for new accounts Captain Custom Tools, bulk document deletion, and AI workflow improvements Signed webhooks for API Channel and Agent Bot webhooks Reliability fixes across WhatsApp, LINE, Email, Widget, and webhooks Numerous bug fixes and enhancements Note: If you use API Channel or Agent Bot webhooks, Chatwoot now generates dedicated signing secrets and sends signed webhook headers. Update your webhook verification flow to use the new signing secrets.
  • Mealie - Package Updates

    Pinned Mealie
    70
    0 Votes
    70 Posts
    22k Views
    Package UpdatesP
    [1.39.0] Update mealie to 3.16.0 Full Changelog feat: Migrate PWA manifest to backend @Choromanski (#7331) fix: Blank query filter builder fields @michael-genson (#7480) fix: preserve ingredient section titles when parsing recipe ingredients @zdenek-stursa (#7483) fix: Misc frontend layout fixes @michael-genson (#7487) fix(deps): update dependency authlib to v1.6.11 [security] @renovate[bot] (#7481) fix(deps): update dependency lxml to v6.0.4 @renovate[bot] (#7485)
  • Mattermost - Package Updates

    Pinned Mattermost
    201
    0 Votes
    201 Posts
    158k Views
    Package UpdatesP
    [1.27.0] Update mattermost to 11.6.0 Full Changelog
  • Ollama - Package Updates

    Pinned Ollama
    43
    0 Votes
    43 Posts
    9k Views
    Package UpdatesP
    [1.9.0] Update ollama to 0.21.0 Full Changelog Gemma 4 on MLX. Added support for running Gemma 4 via MLX on Apple Silicon, including a text-only MLX runtime for the model. The MLX backend also picked up mixed-precision quantization, better capability detection, and a batch of new op wrappers (Conv2d, Pad, activations, trig, masked SDPA, and RoPE-with-freqs). Hermes and GitHub Copilot CLI in ollama launch. Added both integrations, which can now be configured in one command alongside the rest of the supported coding agents. OpenCode moved to inline config. ollama launch opencode now writes its config inline rather than to a separate file, matching how other integrations are handled. ollama launch no longer rewrites config when nothing changed. Pressing on a configured multi-model integration, or passing --model with the current primary, used to trigger a confirmation prompt and rewrite both the editor's config file and config.json. Now it's a no-op when the resolved model list matches what's already saved. Fixed ollama launch openclaw --yes so it correctly skips the channels configuration step, so non-interactive setups complete cleanly. Restored the Gemma 4 nothink renderer with the e2b-style prompt. Fixed the Gemma 4 compiler error that was breaking Metal builds. Fixed macOS cross-compiles so they no longer trigger generate, which was breaking cmake builds on some Xcode versions. Quieted cgo builds by suppressing deprecated warnings during go build. Full Changelog: https://github.com/ollama/ollama/compare/v0.20.7...v0.21.0
  • Issue with Git Version

    Moved Solved Weblate
    5
    2 Votes
    5 Posts
    49 Views
    jamesJ
    Hello @big-boy-games Glad to hear and always happy to help.
  • API v1 endpoints not working as documented — Cloudron v9.1.6

    Unsolved Support api
    5
    1 Votes
    5 Posts
    100 Views
    R
    Thanks for the answer - I'll check until monday. Yes, I used AI but I personally checked and validated and understood the problem before posting.
  • listmonk: outgoing Message-ID uses localhost.localdomain

    Listmonk
    1
    0 Votes
    1 Posts
    14 Views
    No one has replied
  • Unusable application

    Unsolved Docker Registry
    38
    1 Votes
    38 Posts
    1k Views
    jamesJ
    @lanhild and I did a debugging session. Somehow this issue is connected to https://forum.cloudron.io/topic/15408/openid-configuration-url-timeout
  • Polls app update causing error

    Nextcloud
    4
    1
    0 Votes
    4 Posts
    50 Views
    sponchS
    Be careful with the Polls app. I’ve stopped using it because it bricked several Nextcloud instances for me multiple times.