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.6k Posts
  • Cloudflare Setup Questions

    cloudflare domains
    3
    6
    0 Votes
    3 Posts
    1k Views
    girishG
    @colonelpanic said in Cloudflare Setup Questions: I assume that renewing the Let's Encrypt certificate would not be an issue with the proxy turned on because Cloudron is using a DNS challenge instead of HTTP challenge. Is that a true statement? Yes. Proxying can be left turned on, Cloudron will manage to get certs via DNS challenge. What would be the benefit of creating a Wildcard Origin Cert on Cloudflare and uploading it instead of using Let's Encrypt? AFAIK, there is no benefit. I think the wildcard origin cert is intended for cases where one cannot get a valid cert via DNS or HTTP automation (like some intranets that block outbound access).
  • Upgraded storage not displayed in cloudron admin panel

    Moved Solved
    3
    1
    0 Votes
    3 Posts
    809 Views
    D
    @fbartels Thanks for the already asked link. The solution worked from the link: sudo growpart /dev/sda 3 sudo resize2fs /dev/sda3
  • Let's Encrypt Renewal: Error 200

    Solved letsencrypt certificates cloudflare
    5
    0 Votes
    5 Posts
    1k Views
    girishG
    yeah, I am not sure what changed on Cloudflare side, but we had to do this on our servers as well.
  • Amazon SES - sandbox / production mode

    Solved ses relay
    8
    0 Votes
    8 Posts
    3k Views
    timconsidineT
    @hollosch
  • Can't delete app/domain

    Solved domains
    5
    1
    0 Votes
    5 Posts
    1k Views
    rmdesR
    @mehdi Ohh didn't thought about that ! thanks a lot !
  • 403 in proxyAuth apps after server migration

    Solved proxyauth
    3
    1
    1 Votes
    3 Posts
    731 Views
    girishG
    I was able to reproduce both issues, thanks for reporting! The proxy auth cookie secret is not persisted. It's stored in platform runtime data. I have migrated this into the database. Redirection logic was incorrect when the token is invalid. This is also fixed.
  • Dedicated IP for App

    8
    0 Votes
    8 Posts
    2k Views
    girishG
    @robi I guess it could but the app doesn't (maybe for privacy reasons).
  • how extensive are backups?

    Solved
    5
    1
    0 Votes
    5 Posts
    1k Views
    S
    @solarsimon said in how extensive are backups?: I am sure you can make my worries disappear... @mehdi said in how extensive are backups?: @solarsimon Dumb question but ... have you tried in another browser, just to make sure it's not a cache problem ? no words. It had to be that simple. solved, or better erase
  • Cloudron can't access dashboard because my Domains expired

    Locked Solved dashboard domains
    11
    0 Votes
    11 Posts
    2k Views
    ShaiS
    @girish So clever! Worked like a charm. The only part where I had to fuss for a few minutes is that the app errored on changing to the new domain; it got stuck on de-registering the old domain. I went into the Domain manager and deleted the domain entirely from the Cloudron and then the app was able to receive the new domain without problem. Thank you so much for writing the steps out in detail. I really appreciate it!
  • Lost Access to a Cloudron

    Solved dashboard domains
    3
    0 Votes
    3 Posts
    835 Views
    ShaiS
    @msbt thanks so much. My interpretation of the fix suggested didn't work. I have posted a follow-up question there.
  • Backblaze encrypted backup with Rsync fails

    Solved backups encryption
    8
    0 Votes
    8 Posts
    2k Views
    E
    For future reference i managed to clear it up by using a slightly modified version of Girish's search command. It seems like the length limit applies to path length not just the filename length find . -type f -print|awk '{print length($0), $0}' | sort -n Went into the web interface and deleted / renamed files longer than 156 bytes and finally cleared trashbin/versioned files (wipes all deleted / old versions of files - careful): sudo -u www-data php -f /app/code/occ versions:cleanup sudo -u www-data php -f /app/code/occ trashbin:cleanup @robi @girish agreed it would be awesome if there was an automated way to handle this in the future
  • SSL issue on Wordpress

    Solved domains redirection
    5
    0 Votes
    5 Posts
    1k Views
    E
    @msbt Thank you, that makes sense!
  • NFS mount for Apps

    Solved nfs volumes
    24
    0 Votes
    24 Posts
    5k Views
    robiR
    Amazing, and makes all the difference!
  • $scope.configureBackup is undefined

    Solved restore
    17
    0 Votes
    17 Posts
    3k Views
    girishG
    @mehdi this was indeed a bug in the restore code path. the setupToken, as you guessed, should be sent in the top level object and not as part of the backupConfig . Fixed now.
  • Error : Docker Error - Not enough disk space to pull docker image

    Solved docker disk space
    3
    0 Votes
    3 Posts
    708 Views
    jeauJ
    @girish great thanks, It works
  • One of my Digital Ocean droplets disappeared from Cloudron dashboard

    7
    0 Votes
    7 Posts
    1k Views
    nebulonN
    Yes also from the graphs, the system is just running out of RAM and thus swaps like crazy causing all this CPU and disk I/O. So using those apps, you'd have to upgrade the droplets.
  • Configuration error after trying to add a new domain

    Solved domains namecheap
    4
    0 Votes
    4 Posts
    1k Views
    D
    @nebulon I just added a new dns record on Namecheap manually. After this action, cloudron was able to add my second domain
  • Restore backup listing

    backups restore
    2
    0 Votes
    2 Posts
    690 Views
    girishG
    @wisemetalhead whoops, I somehow missed this question. Not sure why the backup listing disappeared, I think we will have to investigate what happened using the logs. But since the backups itself are still there, you can use the CLI tool's cloudron import to restore (if needed).
  • Docker Images Taking huge space

    Solved docker disk space
    5
    1
    0 Votes
    5 Posts
    2k Views
    girishG
    @ei8fdb right the graphs don't update immediately, but every 6 hours or so. Otherwise, the disk spins a lot I will mark this thread as solved, but this problem will go away soonish. I think only ~20 apps are left to use the new base image. The 7.1 release also updates all the internal containers to use the latest image. Should all be done end of this month.
  • Documenting Switch from Custom to Store App

    Solved appstore
    9
    6 Votes
    9 Posts
    2k Views
    doodlemania2D
    @girish no, I mean, like nothing ever happened in that it worked perfectly (via the interface, not CLI). Should have been more articulate in my response but was just so excited how easy it was!