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.0k Topics 20.4k Posts
  • 0 Votes
    4 Posts
    522 Views
    M

    Hi @subven and @nebulon: sorry for not replying sooner. In the middle of the project we decided not to use Ghost (or Cloudron) after all. But you gave me a clearer picture of how it could work if we do with another project. Thanks for the tips.

  • 0 Votes
    4 Posts
    447 Views
    girishG

    @d19dotca This is fixed in 4.3 (will be released in the coming days)

  • Apps memory graph only showing some apps, not all?

    Solved
    2
    2 Votes
    2 Posts
    264 Views
    nebulonN

    Are there any errors reported in the browser console?

  • Is there a way to insert a CA Bundle chain for a domain?

    Solved
    3
    0 Votes
    3 Posts
    348 Views
    girishG

    @iJoel You can do this by simply concatenating the intermediate and CA cert files into a single cert file.

    So, in the '.crt' file which you upload to Cloudron, it will have:

    -----BEGIN CERTIFICATE----- the *.foo.com certificate -----END CERTIFICATE----- -----BEGIN CERTIFICATE----- intermediate cert -----END CERTIFICATE----- -----BEGIN CERTIFICATE----- root cert if any -----END CERTIFICATE-----

    The ordering of the certs is important above.

  • Restoring default security setting

    3
    0 Votes
    3 Posts
    410 Views
    nebulonN

    @988uh is there any update on this from your side?

  • 0 Votes
    2 Posts
    313 Views
    nebulonN

    Please try again on a fresh Ubuntu install and see if this is reproducible or just some intermediate issue.

  • Stuck on 2FA on git.cloudron.io

    Solved
    2
    0 Votes
    2 Posts
    296 Views
    nebulonN

    Please send an email to support@cloudron.io with the email address you have registered at git.cloudron.io and I will deactivate the 2fa for that one.

  • 0 Votes
    7 Posts
    647 Views
    girishG

    @d19dotca That is strange, we will do a bit more testing here (I think atleast one thing to help us narrow this down is you use encrypted backups)

  • Disks not showing in "Graphs" under Cloudron 4.2.6

    Unsolved
    4
    0 Votes
    4 Posts
    453 Views
    girishG

    Thanks, investigating this. I suspect the node module is unable to parse the output because of something in the output. I will keep you posted here.

  • Wordpress Migration Confusion

    Solved
    4
    0 Votes
    4 Posts
    487 Views
    nebulonN

    Is there anything which needs solving then or can it be closed? If this is a permissions issue, maybe the package needs to be adjusted?

  • Backup files

    Solved
    3
    0 Votes
    3 Posts
    384 Views
    V

    @girish Oh okay, thank you! My next question was going to be about deleting the snapshot folder, but it was already answered. I appreciate it!

  • Issue with udpPorts & CloudronManifest.json Parsing

    Solved
    10
    0 Votes
    10 Posts
    986 Views
    girishG

    I can reproduce this. Fixed in https://git.cloudron.io/cloudron/box/commit/7cbe60a484cf03c9373c8f57307ad0d9b49a695a . It's a simple change, in case you want apply it locally on your cloudron

  • Block or mark forged emails with SPF check failed

    Unsolved
    3
    0 Votes
    3 Posts
    365 Views
    girishG

    @rfg Agree that Cloudron should not accept emails from spoofed sources. We do have code and configuration in place to block this. Let me investigate.

  • Using ZFS with Cloudron

    Solved
    6
    0 Votes
    6 Posts
    765 Views
    girishG

    I have added information here on how to change the graph driver using a systemd drop-in - https://cloudron.io/documentation/storage/#docker-image-location . Please use it at your own risk, since as mentioned, we haven't tested with other graph drivers.

  • Cloudron installation help

    Solved
    5
    0 Votes
    5 Posts
    471 Views
    girishG

    @homo for the easiest experience, i would sign up at https://www.digitalocean.com/ . Cloudron is available as a 1-click image in the marketplace. So, you don't have to install it at all.

  • Patch your Unbound DNS servers. CVE-2019-16866

    Solved
    2
    0 Votes
    2 Posts
    359 Views
    girishG

    @necrevistonnezr Thanks, good to know. Will keep an eye for the ubuntu update. Cloudron is not at risk because we only use it internally (it is not exposed via public port). We also don't use NOTIFY query (this is a zone change notification across dns servers) as we use unbound as a recursive resolver and nothing more.

  • Cannot login to cloudron dashboard due to falling back to self-signed certificate

    Solved
    4
    0 Votes
    4 Posts
    448 Views
    nebulonN

    Most likely this was due to the issue in the last release. If renewal is attempted but fails for some reasons you will get an email notification about that. Generally it will start trying to renew 1 month prior to expiration.

  • This topic is deleted!

    3
    0 Votes
    3 Posts
    1 Views
  • npm install in LAMP app

    Solved
    3
    0 Votes
    3 Posts
    417 Views
    yusfY

    Ah, that did it. Thank you!

  • Samba mounted storage cannot mount after kernel update

    Solved
    7
    0 Votes
    7 Posts
    820 Views
    ?

    Thanks for the answer!