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.6k Posts

Get help for your Cloudron

  • how extensive are backups?

    Solved
    5
    1
    0 Votes
    5 Posts
    2k 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
    4k 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
    1k 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
    3k 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
    2k Views
    E
    @msbt Thank you, that makes sense!
  • NFS mount for Apps

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

    Solved restore
    17
    0 Votes
    17 Posts
    6k 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
    1k Views
    jeauJ
    @girish great thanks, It works
  • One of my Digital Ocean droplets disappeared from Cloudron dashboard

    7
    0 Votes
    7 Posts
    2k 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
    2k 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
    1k 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
    3k 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
    3k 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!
  • Connection Reset

    Solved nginx apache
    6
    0 Votes
    6 Posts
    3k Views
    S
    I did a clean installation and restored a backup. Since than, everything is working fine. Thanks
  • Cloudron dropping packets from router

    Solved firewall
    8
    0 Votes
    8 Posts
    2k Views
    girishG
    @reachableceo thanks for the update!
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    1 Views
    No one has replied
  • Setup not loading in the browser

    Solved setup installation
    11
    0 Votes
    11 Posts
    4k Views
    EhsanFoxE
    Thank you all, I only thought the port forwarding of 80 was enough, Thank you for all the help for explanations
  • Mounting Windows 10 share using the GUI fails with mount error(13)

    Solved cifs volumes
    8
    0 Votes
    8 Posts
    3k Views
    neurokrishN
    @3246 @girish , I am not sure (didn't try myself) but things suggested in this post may help ..
  • Firefox and app terminal - can't see anything!

    Solved webterminal firefox
    7
    1
    1 Votes
    7 Posts
    3k Views
    neurokrishN
    @girish thanks! That's indeed the fix..
  • Creation of new users fails when profile lock is active

    Solved
    9
    2 Votes
    9 Posts
    3k Views
    girishG
    It's fixed a bit differently. The purpose of the "profile lock" feature is that admins have control over the username/mail/display name. Letting the user choose the username would circumvent this. This more so applies because when you have multiple admins, maybe one admin forgot to set the username (but they had decided by policy that they won't allow users to set usernames themselves). Given that the profile lock is a 'dynamic' flag i.e can be set/unset at anytime, the fix we have put in place is: username can now be set already created users with no username. When profile lock is set, username is required when creating new users. This way it's not possible for an admin to create users without a username. When profile lock is set, invite links of users with no username show a message to contact admin. (This message will only be seen if you had users created with no username and set the profile lock later. So, it's kinda rare)