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

2.6k Topics 18.0k Posts
  • Cloudron not responding

    Solved
    13
    0 Votes
    13 Posts
    531 Views
    girishG

    @arshsahzad the ocsp thing is only a warning and not a fatal error. But let's continue on support.

  • 1 Votes
    2 Posts
    95 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.

  • 1 Votes
    8 Posts
    201 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'

    Unsolved
    4
    1 Votes
    4 Posts
    512 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
    9
    0 Votes
    9 Posts
    260 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

    4
    0 Votes
    4 Posts
    226 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
    689 Views
    benborgesB

    This can be set to solved !

    Cloudflare reply :

    c09bd926-0b5e-4850-8e26-b9413779a021-image.png

  • Import Archive Emails

    9
    0 Votes
    9 Posts
    593 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.

  • 1 Votes
    4 Posts
    181 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
    3
    0 Votes
    3 Posts
    2k Views
    girishG

    @alwynispat actually, https://forum.cloudron.io/topic/8321/forwarding-the-true-client-ip-address/ is the feature request . Let's continue there.

  • 0 Votes
    3 Posts
    120 Views
    girishG

    Specifically, the DO refcode is 933831d60a1e .

  • Cloudron and Apps Behind a Proxy

    Solved
    31
    0 Votes
    31 Posts
    3k Views
    A

    I'll create a new thread on this topic.

  • 0 Votes
    2 Posts
    109 Views
    girishG

    @DAMO11-coder see https://docs.cloudron.io/troubleshooting/#expired-domain

  • 0 Votes
    13 Posts
    1k Views
    girishG

    Apparently, there is a proper S3 bucket storage now.

    2a1b7338-dbca-49d7-864b-24dca54d3466-image.png

  • 1 Votes
    8 Posts
    245 Views
    girishG

    @opensourced yes, should be out next week along with 7.4

  • Notifications via email

    Solved
    7
    0 Votes
    7 Posts
    172 Views
    A

    @girish ok that clarifies it then.

  • 0 Votes
    34 Posts
    831 Views
    C

    @necrevistonnezr Thank you for your answere.
    I am just tryin to learn things step for step and take my time 🙂
    added you in discord 🙂

    Okay i never was been here before in this forum.
    this is sad what trolls are tryin

    i just here to improve my skills at the points where there are. clearly i am a little bit late with 29 to focus an such beginner things other learn with 15-19 but its never to late i guess 🙂

  • Will the New Docker Changes Effect Cloudron At All?

    Solved
    10
    0 Votes
    10 Posts
    290 Views
    marcusquinnM

    @jdaviescoates 🤭

  • App Backups Not Happening?

    Solved
    14
    2 Votes
    14 Posts
    295 Views
    girishG

    @doodlemania2 that's exactly what the change fixes! it won't let you save that invalid config anymore (i.e putting a bucket name in the endpoint)