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


Skip to content
  • WBO - Package Updates

    Pinned Locked WBO
    48
    1 Votes
    48 Posts
    12k Views
    Package UpdatesP
    [1.29.0] Update whitebophir to 2.1.1 Full Changelog
  • n8n - Package Updates

    Pinned Locked N8N
    428
    0 Votes
    428 Posts
    456k Views
    Package UpdatesP
    [4.19.2] Update n8n to 2.17.6 Full Changelog core: Fixes user search functionality in ProjectSettings for pr (#28949) (d388990)
  • NocoDB - Package Updates

    Pinned Locked NocoDB
    147
    2 Votes
    147 Posts
    90k Views
    Package UpdatesP
    [1.35.0] Update nocodb stage to 2026.04.3
  • 7 Votes
    17 Posts
    1k Views
    luckowL
    @TheMeerkat Woohoo! It works like a charm. Thank you so much for your work.
  • Umami not responding

    Umami
    10
    2 Votes
    10 Posts
    124 Views
    timconsidineT
    @James fair point .... but still stupid IMHO. Especially as it worked perfectly well in 3Gb until recent updates. Not much time to research an alternative just now so will live with it. Simply because I'm lucky enough to have 128Gb RAM on my Cloudron VPS .... but I didn't spec it that way to be wasted on Umami.
  • 1 Votes
    17 Posts
    370 Views
    jamesJ
    Hello @mathieuepitech Glad to read that. So it was indeed also the Ubuntu Kernel 110 issue.
  • 21 Votes
    60 Posts
    10k Views
    jdaviescoatesJ
    jdaviescoates said: @LoudLemur said: @jdaviescoates RustFS is available in unstable now. Would that suit? I think someone has packaged Garage too. I don't know if either would suit, but hopefully. SeaweedFS is available now too https://forum.cloudron.io/topic/15435/seaweedfs-is-now-available
  • SeaweedFS is now available

    Announcements
    1
    8 Votes
    1 Posts
    83 Views
    No one has replied
  • SeaWeedFS - Alternative to Minio / S3 / Gateways

    Locked Solved App Wishlist
    5
    4 Votes
    5 Posts
    3k Views
    girishG
    Now available
  • Penpot - Package Updates

    Pinned Locked Penpot
    52
    1 Votes
    52 Posts
    14k Views
    Package UpdatesP
    [1.16.4] Update penpot to 2.14.4 Full Changelog
  • 3 Votes
    3 Posts
    27 Views
    sqlikS
    That's just how life goes - either a dry spell or a lot of good things all at once Yeah, I posted it on the NodeBB forum too - maybe someone will find it useful
  • Help with migrating Cloudron to a new server

    Solved Support backup restore migration
    15
    1 Votes
    15 Posts
    293 Views
    jamesJ
    For future readers. I was also just thinking, this issue could be resolved by the NFS host to allow other users access as well. With setfacl you can allow multiple users to access files/folders. One could run the following commands on the NFS host to ensure all existing folders and files and future files can be accessed by UID 808 # as user root or run with sudo # Apply ACLs to existing content setfacl -R -m u:808:rwx /mnt/nfs-backup # Apply default ACLs for future content: setfacl -R -d -m u:808:rwx /mnt/nfs-backup But for this to work the NFS host must use NFSv4 with idmapping configured properly. Also, root_squash may block expected access, but your post: services.nfs.server = { enable = true; exports = '' /export/nfs-cloudron-backups <old-server-tailscale-IP>(rw,sync,no_subtree_check,no_root_squash) /export/nfs-cloudron-backups <new-server-tailscale-IP>(rw,sync,no_subtree_check,no_root_squash) ''; Has explicit no_root_squash as documented https://docs.cloudron.io/guides/nfs-share#exposing-a-directory
  • Dropping folders flattens the folder content on upload

    Solved Cubby
    2
    2 Votes
    2 Posts
    152 Views
    jamesJ
    Fixed by: https://forum.cloudron.io/post/121664
  • 0 Votes
    10 Posts
    426 Views
    jamesJ
    Marked as solved due to inactivity from the author.
  • Constant LDAP/OCID errors in Outlook – Timeout or Server Issue?

    Unsolved Support email ldap timeout
    7
    2 Votes
    7 Posts
    252 Views
    jamesJ
    Hello @orezbodajoy This issue could be related to the Ubuntu kernel version 110 having a regression. If you are running kernel version 110 (check with uname -r). See https://forum.cloudron.io/topic/15265/unusable-application/39 If you are running Kernel version 110 and you'd like to try, you could apply this patch manually https://git.cloudron.io/platform/box/-/commit/bffc97ab2fedb06100bc507abd0f8b42d343ea6e and then systemctl restart cloudron-firewall. If this resolves the issue, please report back.
  • 1 Votes
    4 Posts
    102 Views
    jamesJ
    Hello @orezbodajoy The dashboard issue is related to the latest ubuntu kernel having a regression. If you are running 110 which has a bug . See https://forum.cloudron.io/topic/15265/unusable-application/39 If you'd like to try, you could apply this patch manually https://git.cloudron.io/platform/box/-/commit/bffc97ab2fedb06100bc507abd0f8b42d343ea6e and then systemctl restart cloudron-firewall. This should solve the issue.
  • 1 Votes
    4 Posts
    66 Views
    jamesJ
    Hello @ruihildt The banner is gone. Does this also resolve your issue?
  • Planka - Package updates

    Pinned Locked Planka
    4
    0 Votes
    4 Posts
    79 Views
    Package UpdatesP
    [0.3.0] typo fix in start.sh
  • Baserow - Package Updates

    Pinned Locked Baserow
    106
    2 Votes
    106 Posts
    40k Views
    Package UpdatesP
    [1.37.2] Update baserow to 2.2.1 Full Changelog [Builder] Add 'clear' button to the date input element. #5202 [Database] Add file attachment support for Anthropic, Mistral and other AI field providers #5154 [Database] Fix negative sign in formula output disappearing when a cell is selected #4323 [Core] Fix import workspace crashes on retry after failed backend import #5140 [Database] Fix notification panel crash when a periodic_data_sync_deactivated notification is rendered #5171 [Database] Fix link-row group-by crash in grid view with more than 20 linked items #5184 [Core] Fix RichTextEditor display in row comment notifications #5230 [Core] Fix password reset tokens not being invalidated after use, allowing persistent account takeover. Tokens are now single-use, token expiry reduced to 1 hour, and a confirmation email is sent on every password change. #5165 [Builder] Fixes if() formulas in the Application Builder silently rendering nothing when the condition references an empty field [Core] Workspace invitations no longer support custom messages, and the BASEROW_MAX_PENDING_WORKSPACE_INVITES env var has been removed.
  • Rallly - Package Updates

    Pinned Locked Rallly
    80
    2 Votes
    80 Posts
    25k Views
    Package UpdatesP
    [2.9.2] Update rallly to 4.9.2 Full Changelog Add server-side upload proxy for self-hosted S3 (RAL-1150) by @lukevella in #2345