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.4k Topics 23.8k Posts
  • 100% CPU-Limit in every app (Cloudron v. 8.0.4)

    Solved
    4
    1 Votes
    4 Posts
    655 Views
    luckowL
    Thanks for the explanation. In future I will read the release notes before asking questions
  • Backup to DigitalOcean Spaces LON1 region not configurable

    Solved backups
    6
    1 Votes
    6 Posts
    947 Views
    L
    Wonderful. Thank you @Joseph, that change to the endpoint URL did the trick. The configuration saved successfully.
  • Potential new install, is this possible, practical, or stupid?

    Solved hyperv installation
    2
    1 Votes
    2 Posts
    529 Views
    J
    Don't think this is a problem. It's quite normal to use Hyper-V and Proxmox to host Cloudron
  • 1 Votes
    3 Posts
    630 Views
    K
    @joseph Yes actually is was closed. By default Oracle servers are developed with closed 80, 443 ports. Now problem is solved
  • This topic is deleted!

    1
    1
    0 Votes
    1 Posts
    8 Views
    No one has replied
  • Safe to Install along side Cloudron? lm-sensors

    Solved installation
    5
    0 Votes
    5 Posts
    1k Views
    nebulonN
    I would be surprised if the default configs do not regulate the fan already. As you mention mostly the Paperless issue with CPU simply heats up the CPU continuously, so we have to first get down to that issue.
  • Update path to Cloudron 8 - non AVX

    Solved avx
    5
    0 Votes
    5 Posts
    1k Views
    nebulonN
    The process is essentially the same as normal updates: fetching new release tarball extracting and replace old release run the upgrade script We have an internal hotfix tool for development which performs those steps, if run from within a git tree with the target release tag checked out. Mostly this is not provided automatically to those Cloudrons is, that we haven't tested the release jump much, so we don't want to risk users being offline until we have time to potentially fix some edge case on that server.
  • Can't change memory limit

    Solved memory
    6
    2
    1 Votes
    6 Posts
    1k Views
    R
    You guys rock! Thank you.
  • After CPU limit change : Docker Error: (HTTP code 400) bad parameter,

    Solved docker cpu
    7
    1 Votes
    7 Posts
    1k Views
    girishG
    Fixed in https://git.cloudron.io/cloudron/box/-/commit/abf445e96949ab952c07b457610a1a890cf4e339 for next release.
  • After upgrade Ubuntu 20.04 to 22.04, nginx will not start

    Solved nginx
    3
    1 Votes
    3 Posts
    1k Views
    V
    Thanks, that worked!
  • I cant singn in for the app store

    Solved appstore
    3
    0 Votes
    3 Posts
    601 Views
    nebulonN
    @Jantheman do you have any updates on this? Is it resolved or does this need further debugging?
  • 1 Votes
    9 Posts
    2k Views
    J
    So, the mounting is handled by the kernel and Cloudron as such has nothing to do with stability of the mount. Cloudron is really just a user space program. You can find the mount systemd file in one of the mount files in /etc/systemd/system/*.mount . Maybe you can look for hints in dmesg (but often unmount information logs is not there)
  • Will Cloudron manage the update from 22 LTS -> 24 LTS?

    Solved ubuntu upgrade
    4
    1 Votes
    4 Posts
    818 Views
    jadudmJ
    Many thanks, all. I missed that bit of the documentation. I'll definitely backup; I'm running on bare hardware, and didn't even do myself the courtesy of running Cloudron in a VM. I may... use this as an opportunity to change that. Either way, this is all I needed. Thank you!
  • DNS Error: DNS AAAA Record is not synced yet: ETRYAGAIN

    Solved dns ipv6
    16
    1 Votes
    16 Posts
    2k Views
    micmcM
    @girish moreover, the package.json on my WS indicates the version installed as being "version": "5.9.0"so then I still tried from the git directory and I still get: No image found, please run `cloudron build` first or use --image Now, when I try without the git to the repo then I get: App repair error: No CloudronManifest.json found Ho my...
  • Timezone BST (British Summer Time)

    timezone
    8
    1 Votes
    8 Posts
    2k Views
    girishG
    Unfortunately, the browser does not give us DST offset information to display. Only the UTC offset.
  • Netcup upgrade to new generation

    Solved netcup migration
    2
    1 Votes
    2 Posts
    716 Views
    J
    @RazielKanos yeah, you will have some down time when migrating. If apps don't change, then you can avoid downtime by restoring using 'dry run' - https://docs.cloudron.io/backups/#dry-run . Once restored on new server, just change the DNS. This way you won't have downtime but with the caveat that you will lose changes that were made to the old server since the backup that was restored on the new server.
  • Backup not working since auto-Updating to 8.0.3

    Solved
    6
    0 Votes
    6 Posts
    608 Views
    RazielKanosR
    @humptydumpty updated ^^
  • Unable to Backup Since Updating to 8.0.3

    Solved update backups
    19
    1 Votes
    19 Posts
    2k Views
    S
    It did turn out to be a DNC issue which Joseph at Clourdon support fixed and then created a backup.
  • Apps Showing Update Required Constantly

    Solved updates
    5
    2
    0 Votes
    5 Posts
    1k Views
    J
    @senthilkumaran https://github.com/TryGhost/Ghost/releases . there were 5 releases just this week. You can change update schedule in the settings -> update
  • Failed backups and email config issue since 8.0.3 upgrade

    Solved backups email update issue
    6
    1
    0 Votes
    6 Posts
    1k Views
    B
    @Beardmancer said in Failed backups and email config issue since 8.0.3 upgrade: I decided to go ahead and try adding this to /etc/systemd/resolved.conf since it's easy enough to comment out. DNS=8.8.8.8 1.1.1.1 After doing that and restarting the service with systemctl restart systemd-resolved, things seem to be working correctly. The file /etc/resolv.conf lists nameservers now and a manually-initiated backup just completed successfully. Thanks for the hlep @nebulon ! In the future, is there anything I should look out for to avoid this? I don't know what caused it. Maybe it was the 8.0.3 upgrade, or maybe it was an Ubuntu update? I think I rebooted Cloudron for the latter recently. If there's a configuration I might have setup wrong, I'd love to correct it.