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


Skip to content

Support

3.6k Topics 25.5k Posts

Get help for your Cloudron

  • Docs

    Pinned Moved
    21
    2 Votes
    21 Posts
    10k Views
    girishG
    @taowang thanks, I have made them all the same now.
  • Issue pulling custom app from registry on the same cloudron

    Unsolved
    17
    0 Votes
    17 Posts
    313 Views
    jamesJ
    Hello @mathieuepitech Glad to read that. So it was indeed also the Ubuntu Kernel 110 issue.
  • Help with migrating Cloudron to a new server

    Solved backup restore migration
    15
    1 Votes
    15 Posts
    270 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
  • Constant LDAP/OCID errors in Outlook – Timeout or Server Issue?

    Unsolved email ldap timeout
    7
    2 Votes
    7 Posts
    246 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
    99 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
    62 Views
    jamesJ
    Hello @ruihildt The banner is gone. Does this also resolve your issue?
  • 2 Votes
    31 Posts
    437 Views
    J
    @valexico issue is not specific to hostinger . Ubuntu has pushed a new kernel which is causing problems with Cloudron's firewall. We are making a new release to workaround this issue.
  • Mail app - FTS indexing fails on mailboxes with large attachments (HTTP timeout)

    Unsolved mail solr
    1
    1 Votes
    1 Posts
    23 Views
    No one has replied
  • CLI ignores cloudron/Dockerfile

    Solved cli build
    7
    0 Votes
    7 Posts
    174 Views
    rosanoR
    Just tried updating the CLI via npm install -g cloudron@8.2.1 and it seems to work now Thanks for looking into it.
  • Openid-configuration url timeout

    Solved oidc well-known
    14
    2 Votes
    14 Posts
    302 Views
    girishG
    @tlem4 The dashboard issue is related to the latest ubuntu kernel having a regression. You are running 110 which has a bug . See https://forum.cloudron.io/topic/15265/unusable-application/39
  • n8n stuck in broken update state after Cloudron/Docker crash

    Solved
    5
    1 Votes
    5 Posts
    76 Views
    V
    Ok I did restore a previous state and then proceeded to update. This instance was not critical so no data loss
  • Server crashes caused by stopped app's runner container stuck in restart loop

    Solved domains cron
    17
    2 Votes
    17 Posts
    717 Views
    jamesJ
    Hello @mendoksai That checks out with our other topic. A RAID failure can cause such a catastrophic issue.
  • Can't uninstall app and mongodb is not reachable

    Solved
    7
    0 Votes
    7 Posts
    119 Views
    nebulonN
    From that error log it seems that other app is sqlite related: "[DB] INFO: Database Type: sqlite" Is this all related to the same rocket.chat app uninstall issue or some other problem? For mongodb not running, with latest Cloudron we stop unused services, so this sounds actually correct.
  • Server do not reboot after Cloudron update

    Solved hostinger docker
    2
    1 Votes
    2 Posts
    104 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
  • API v1 endpoints not working as documented — Cloudron v9.1.6

    Solved api
    5
    1 Votes
    5 Posts
    157 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.
  • Port 25 inbound connection timeout and missing email

    Unsolved email performance spamassassin
    11
    1 Votes
    11 Posts
    466 Views
    P
    @james Yes, this is a great find. Thanks a lot for your cooperation. In email service’s logs no any log... Whenever you want, I can reproduce issue and I can send you raw log. Keep me posted.
  • WARN on saving Custom Spamassassin rules

    Solved mail spamassassin
    6
    3 Votes
    6 Posts
    163 Views
    P
    @imc67 So were we using the same rules from @d19dotca ? For now I removed from all istances, but in future I want to keep only rules who works in local, not requiring any outbound connection.
  • SSH remote copy always failed, falling back to sshfs copy

    Solved backup restore zfs sshfs
    17
    1 Votes
    17 Posts
    630 Views
    nebulonN
    This is now fixed for the next release with https://git.cloudron.io/platform/box/-/commit/a4ea80cf5eb26b08462430111e8b6f75175e749d
  • Rsync backup integrity fails for one Nextcloud and Jellyfin.

    Unsolved backup backups rsync integrity
    11
    2
    0 Votes
    11 Posts
    310 Views
    jdaviescoatesJ
    @james said: I suspect that this might happen in the backup process and thus changing the amount of files. I think that's actually unlikely in this case because I'm pretty much the only active user of this instance and it backs up while I'm asleep. But I'll try to give enabling maintenance mode a try to see what we can see...
  • 9.1.16 seems to have broken browser back and refresh buttons

    Solved
    2
    0 Votes
    2 Posts
    64 Views
    jdaviescoatesJ
    Ah, actually, I think it's likely just that my Firefox is glitching out as it's everywhere for me right now.