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.2k Posts
  • Backup feedback (minio)

    Solved feature-request
    6
    1 Votes
    6 Posts
    2k Views
    girishG
    Marking as solved since a feature request is open at https://forum.cloudron.io/topic/3057/consider-improvements-to-the-backup-experience-to-support-long-filenames-directory-names
  • Cloudron update exited with code 1 and no space left in /boot

    Solved ubuntu kernel
    8
    0 Votes
    8 Posts
    1k Views
    mehdiM
    @d19dotca I think the -f flag on install just "cleans up" the installation : it notices that some files required for some packages were removed (in the previous line), so it removes said packages. What actually frees up the space is the rm. The apt-get -f install just makes the system notice that the packages in question are not installed anymore
  • Backblaze backups failed most of the time

    backup backblaze
    2
    0 Votes
    2 Posts
    477 Views
    girishG
    @vladimir Can you try this change https://git.cloudron.io/cloudron/box/-/commit/bedcd6fccf58830b316318699375bc1f582a5d7a ? The file on Cloudron is /home/yellowtent/box/src/storage/s3.js. Essentially change the timeout from 3000 * 1000 to 0. And also change maxRetries to 10. You don't need to restart anything after the change since the code changes are immediately picked up. (See also https://forum.cloudron.io/topic/3680/backup-issues-with-minio)
  • 0 Votes
    3 Posts
    817 Views
    BrutalBirdieB
    @nebulon said in App Install & Uninstall fails with `Error : Inactive - Error getting IP of postgresql service`: I doubt this is related to your subdomains. Can you verify that unbound on the Cloudron is running and maybe restart the postgres addon? You are 100% right. The postgres service was simply not running. Silly me, could have checked that myself.
  • How do you manage secrets/credentials during runtime?

    Solved secrets env
    12
    0 Votes
    12 Posts
    2k Views
    marcusquinnM
    @saikarthik Nope, I just don't like Amazon's ethics. https://www.ethicalconsumer.org/company-profile/amazoncom-inc
  • Add ldap auth to custom webapp?

    Solved proxyauth
    2
    1
    1 Votes
    2 Posts
    621 Views
    mehdiM
    @saikarthik Yes, the proxy addon seems good for what you are looking for. However, it's not available yet, it'll only be released with Cloudron 6 (I think the devs estimated about 2 weeks, but it's only an estimate). Also, it does not allow for more fine-grained control, so if you want to restrict only a few things, you'll have to do it manually, and in that case yeah you can take inspiration in the Surfer app for example.
  • How to add files into /app/data?

    Solved
    3
    0 Votes
    3 Posts
    787 Views
    saikarthikS
    @nebulon Thanks! For anyone else, this is how I did it. In 'Dockerfile', I added the files into the /app/code directory using: COPY public /app/code/temp-public Then, in 'start.sh' I added the following to ensure it only copies files over on first run: if [[ -z "$(ls -A /app/data/public)" ]]; then echo "==> Add public files on first run" cp -r /app/code/temp-public/* /app/data/public/ else echo "==> Do not override existing public folder" fi
  • Why is my backup drive full?

    Solved backups backup
    20
    1 Votes
    20 Posts
    2k Views
    girishG
    @ei8fdb said in Why is my backup drive full?: I've moved the backup directories from /var/backups/ to my external drive. If I want to restore from those backup directories, do I need the contents of the /var/backups/snapshot directory also? The snapshot directory is not required for restoring. BUT it's required for the actual the backups to work (so think of it as a working directory for backups). It's important to not remove that directory when doing backups! Since, Cloudron will use hard links from the actual backups to the snapshot directory, it's not really taking up extra space.
  • 0 Votes
    4 Posts
    945 Views
    girishG
    @wu-lee do you know why it had failed to renew previously?
  • Is cloudron down?

    Solved
    3
    0 Votes
    3 Posts
    759 Views
    nebulonN
    The appstore server seems to be up normally. Also the warning/error you mentioned is not fatal. Are there any other errors being shown somewhere in the logs?
  • Backup issues with minio

    Solved minio backups timeout
    4
    1
    0 Votes
    4 Posts
    1k Views
    S
    @savity Worked Perfekt Thanks
  • File Manager available while App is installed

    Solved filemanager
    4
    0 Votes
    4 Posts
    673 Views
    robiR
    Thanks for the detail @girish Noted @nebulon - perhaps if the different stages of the startup process were tagged, one could track this more easily.
  • Backups are not removed from aws after retention passed

    Solved backups aws cleanup-backups
    9
    0 Votes
    9 Posts
    2k Views
    girishG
    @carbonbee So, you are saying that there are backups in S3 that are not listed in the Cloudron dashboard? And those backups are not getting removed?
  • 7 Votes
    6 Posts
    1k Views
    d19dotcaD
    For completion sake: https://docs.cloudron.io/backups/#restore-email
  • Alternative to "oauth proxy"?

    Solved
    6
    0 Votes
    6 Posts
    2k Views
    girishG
    https://forum.cloudron.io/topic/3682/proxyauth-addon is the new alternative which uses LDAP.
  • 0 Votes
    12 Posts
    2k Views
    girishG
    I will mark this as solved for now but I suspect this will come back some day.
  • App updates were stuck, until I manually checked an App

    updates
    7
    0 Votes
    7 Posts
    1k Views
    robiR
    @girish this was a different Cloudron than the DNS MX issue which is still persisting ;-/
  • lots of Docker cgroup stats errors in collectd.log

    Solved collectd
    4
    0 Votes
    4 Posts
    774 Views
    girishG
    This is fixed in the next release. Thanks for reporting!
  • Issue during uninstall

    Moved Solved filemanager uninstall
    6
    1
    0 Votes
    6 Posts
    2k Views
    girishG
    https://forum.cloudron.io/topic/3661/unable-to-uninstall is the same for another app (mastodon).
  • Translate Cloudron UI

    Solved
    3
    3 Votes
    3 Posts
    625 Views
    girishG
    I will close this because this is planned as part of Cloudron 6.