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.2k Topics 22.4k Posts
  • Lost Access to a Cloudron

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

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

    Solved restore
    17
    0 Votes
    17 Posts
    2k 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
    565 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
    761 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
    516 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
    1k 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
    1k 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
    1k 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
    1k 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
    2k 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)

    Unsolved cifs volumes
    8
    0 Votes
    8 Posts
    1k 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
    1k 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
    1k 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)
  • 0 Votes
    2 Posts
    311 Views
    A
    I solved the same symptoms by recreating Personal Access Token for Cloudron. [image: 1642094319690-screenshot-2022-01-13-at-6.18.06-pm.png] Read/Write access under Domains required. Mine just expired after default set 6 months.
  • New Potential user and usage question. Opinions wanted

    3
    0 Votes
    3 Posts
    557 Views
    girishG
    @mark_ehm At what stage of onboarding are you? Do you have Cloudron installed and setup already? If not, our demo is a good place to start understanding what the product is/does. https://my.demo.cloudron.io/ (username and password is both cloudron). You would install something like Bookstack. You can login to bookstack with the same credentials (cloudron). You can add users in Cloudron dashboard and those users will get access to bookstack as well. If you already have Cloudron setup and working, then just ignore what I said and follow @jdaviescoates said