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

Get help for your Cloudron

3.3k Topics 23.2k Posts
  • Nextcloud 26

    Solved updates
    2
    1 Votes
    2 Posts
    571 Views
    fbartelsF
    Hi @Thedurancode, the way apps are designed on Cloudron it is not possible to change any of the actual application code (and therefore you get the file permission errors). Instead you will either need to wait until Nextcloud 26 is generally available (you can check this post to check for the latest release) or you would need to fork the app code and perform the update there. The latter is easy to do if you are familar with Cloudron app development, but not really recommended for beginners (ihmo).
  • Default TLS for E-Mail SMTP Server

    Solved mail
    5
    1 Votes
    5 Posts
    694 Views
    L
    @girish oh, ok then sorry for this!
  • Chat woot cannot uninstall after breaking the backup system.

    Solved uninstall postgresql
    3
    1 Votes
    3 Posts
    673 Views
    girishG
    @roofboard said in Chat woot cannot uninstall after breaking the backup system.: Mar 30 20:19:30 box:services Backing up postgresql Mar 30 20:29:30 box:services pipeRequestToFile: timeout - connect or post-connect idle timeout It seems somehow postgresql was not having a happy time. Maybe give it a bit more memory (Services -> PostgreSQL -> increase memory limit). The reboot probably just freed up some memory.
  • Docker Storage Consumption

    Solved docker storage
    5
    1 Votes
    5 Posts
    1k Views
    girishG
    Also, in Cloudron 7.3.x, all the addons/services are still using the old base image (3.2.0) but the apps have all been updated now to use the new base image (4.0.0) . In 7.4, all the addon docker images are updated to 4.0.0. You will see some space savings after the update.
  • Add a second network interface for LAN access

    Solved networking
    3
    1 Votes
    3 Posts
    484 Views
    jfrereJ
    @girish ok got it. Thank you.
  • Letting cloudron instance user monitor backup status and system info.

    3
    2 Votes
    3 Posts
    500 Views
    luckowL
    @whitespace ask @BrutalBirdie about his magic with Zabbix. Perhaps this is an option for your use case.
  • External Error: invalid stored block lengths

    Solved backups restore
    6
    1
    0 Votes
    6 Posts
    3k Views
    girishG
    @affinity yes, so in coming releases, we will have a checksum to verify backups. Hopefully, this is caught sooner and not just when trying to restore.
  • After changing my DNS provider, and enabling IPv6

    Solved ipv6 networking dns
    3
    1 Votes
    3 Posts
    492 Views
    girishG
    @AartJansen for new apps, AAAA is automatically added. For existing apps, go to Domains -> Sync DNS.
  • disable update notification for stopped apps

    Solved notifications
    5
    1 Votes
    5 Posts
    863 Views
    ericdrgnE
    Just came to ask about this, thanks for always being on top of things cloudron team!
  • Cloudron not responding

    Solved not responding ec2 aws
    13
    0 Votes
    13 Posts
    3k Views
    girishG
    @arshsahzad the ocsp thing is only a warning and not a fatal error. But let's continue on support.
  • "mountPoint must be non-empty string"

    backups import
    2
    1 Votes
    2 Posts
    427 Views
    girishG
    @p44 This is a bug in the current release, which is already fixed. To workaround, put the backup somewhere in the filesystem and import using the Filesystem provider.
  • Gitlab install fails consistently due to missing Docker container

    Solved docker
    8
    1 Votes
    8 Posts
    1k Views
    girishG
    @hovinen Ah yes! docker returns 404 it seems when it doesn't have enough disk space to store images. I remember this (again) now. Unfortunately, the API has no way of detecting this.
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    1 Views
    No one has replied
  • Domain setup shows 'queryNs ESERVFAIL'

    Solved installation dns
    4
    1
    1 Votes
    4 Posts
    1k Views
    girishG
    @SignalScout On the server, please try host -t NS example.com 127.0.0.1 . Does that work? Sometimes, it takes a bit for the NS of a new domain to propagate. One just has to wait it out.
  • Cloudron Install Issues

    Solved installation
    9
    2
    0 Votes
    9 Posts
    2k Views
    S
    @girish The resolv.conf has nameserver set to 8.8.8.8 and 8.8.4.4. I did notice that when I ran the script it would overwrite dns and set to 127.0.0.1. I edited the /etc/resolvconf/resolv.conf.d/head file and permanently added nameserver 8.8.8.8 and 8.8.4.4 Ran the install and successfully installed. Thank you for your assistance!
  • Using cloudron LDAP on another app

    ldap
    4
    0 Votes
    4 Posts
    927 Views
    girishG
    @TomsFreitas an idea is to then check cloudron server logs. LDAP logs are suppressed by default. For this: Edit /etc/systemd/system/box.service Find the Environment= line. Change "DEBUG=box:*,connect-lastmile,-box:ldap" to "DEBUG=box:*,connect-lastmile" systemctl daemon-reload systemctl restart box Now, maybe something appears in /home/yellowtent/platformdata/logs/box.log .
  • 0 Votes
    14 Posts
    6k Views
    benborgesB
    This can be set to solved ! Cloudflare reply : [image: 1679341157587-c09bd926-0b5e-4850-8e26-b9413779a021-image-resized.png]
  • Import Archive Emails

    email archive mbox
    9
    0 Votes
    9 Posts
    2k Views
    d19dotcaD
    Sorry to resurrect an old thread. Was recently struggling with migrating (using imapsync) an Office365 account, and it seems to do with Microsoft deprecating Basic Auth method for authentication so there's a whole set of hoops to run through to publish an application in Microsft Azure and get an OAuth access token and what-not to use in the imapsync. It's an over-complicated process. The workaround I chose since it was thankfully only one mailbox was to setup my local Apple Mail.app with the Exchange account, and waited for everything to download locally. I then used it to export the the mailbox folders which it only does in mbox format. This is where our use-cases align I believe as I was wondering how to import this since Cloudron's mail server uses maildir instead of mbox. I then learned that Roundcube imports mbox data directly, so simply imported through the app interface and it worked well. Just thought I'd add this as an alternative solution for anyone who comes across this in the future. Turns out Microsoft made the whole imapsync process nearly impossible to use due to their deprecation of Basic Auth just recently in October 2022.
  • MySQL Crash After Server Suspension (Or Bare Metal Restore)

    Solved mysql troubleshooting
    4
    1 Votes
    4 Posts
    889 Views
    girishG
    @cleveradmin OK, I reread your original post and understood now. You are offering your setup as a way to understand how to recover MySQL which is in some indeterminate state. In general, we don't attempt to recover databases unless it's super crucial. It's almost always just easy to recover from a backup and we also don't support setups with no backup. (IMO, MySQL recovery is very complicated and kind of arcane. Fixing one issue leads to another and it can take days really. So, not worth the effort.)
  • Forwarding True IP Address from Nginx Proxy Manager

    Solved npm nginx
    3
    4
    0 Votes
    3 Posts
    5k Views
    girishG
    @alwynispat actually, https://forum.cloudron.io/topic/8321/forwarding-the-true-client-ip-address/ is the feature request . Let's continue there.