Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content
  • /var/lib/docker/overlay2 is really huge!

    Solved Support
    8
    1 Votes
    8 Posts
    248 Views
    J

    I think we have to go back to the original question. What's the original issue? Using tools like df in /var/lib/docker/overlay2 won't work.

  • 1 Votes
    5 Posts
    205 Views
    H

    @joseph , Running 'cloudron-support --recreate-containers' fixed the issue. Thank you.

  • 1 Votes
    9 Posts
    169 Views
    BrutalBirdieB

    Happens a LOT 😄 I don't mind at all.

  • 1 Votes
    7 Posts
    141 Views
    girishG

    Fixed in https://git.cloudron.io/cloudron/box/-/commit/abf445e96949ab952c07b457610a1a890cf4e339 for next release.

  • Docker Error 500 - Unable to pull image on same instance

    Solved Support
    5
    0 Votes
    5 Posts
    240 Views
    nottheendN

    The error doesn't appear anymore. Not sure why (cloudron updated to v8 meanwhile).

    The errors remaining are "typical build image errors". Thanks for your support!

  • New installation: can't install applications

    Unsolved Support
    9
    1 Votes
    9 Posts
    345 Views
    girishG

    Yes, /24 would only allow 250 or so addresses, we do need a /16 . I am not sure why 172.17 and 172.18 networks are conflicting though . In the original error message it says "172.18.0.1" is in use. If your local network is 172.18, it all makes sense. Currently, there is no workaround for this since the code has some places where it hardcodes 172.18 network.

  • Docker Error: Unable to pull image

    Unsolved Support
    2
    1 Votes
    2 Posts
    66 Views
    girishG

    @RichardsGee can you SSH into your server and try docker pull cloudron/io.n8n.cloudronapp:20240704-114058-87339b311 ? The image is correct and valid - https://hub.docker.com/layers/cloudron/io.n8n.cloudronapp/20240704-114058-87339b311/images/sha256-524b389f3b533b2245b57489dc13761e90fd2dcad06b3b8fdcd5af0b32ac966d?context=explore

  • Cloudron install failed

    Unsolved Support
    4
    1 Votes
    4 Posts
    177 Views
    nebulonN

    Actually docker pull ubuntu is just a test pulling a random common image. This is not required for Cloudron. I was just trying to rule out some issues.

  • mysql won't start upon cloudron upgrade

    Solved Support
    7
    1 Votes
    7 Posts
    430 Views
    8

    Thank you @girish , this worked.

    For those coming through in the future note that cloudron-support may ask you to reboot and run again, keep an eye out for it.

  • "docker-volumes" is filling my whole server storage

    Solved Support
    25
    1 Votes
    25 Posts
    673 Views
    D

    Hi Girish,

    First, thank you for taking the time to provide such a detailed and technical explanation. I genuinely appreciate it, as I find it very insightful.

    As I mentioned in an earlier post, the TMP directory that fills up the most is indeed Emby's because we move a lot of data there. We add a substantial amount of content regularly. However, it's not just Emby that has this issue. Several other applications also exhibit similar behavior. The list of these applications, which I posted earlier, includes:

    Emby
    N8N
    Cal
    Uptime Kuma
    OpenWebUI
    Penpot

    And a few other unidentified applications
    This list is not exhaustive, but these are the primary culprits.

    To answer your questions:

    a) Yes, the directory that had around 83GB of data was indeed Emby's TMP directory. This directory fills up quickly as we add more content. However, other applications also contribute to the storage issue, just not at the same scale as Emby.

    b) I add files to Emby using the File Manager. We do not use Emby's upload feature, even though we have an Emby Premiere instance. We prefer to manage our files directly through Cloudron because we trust its infrastructure and prefer to use it as intended.

    I understand that the issue is not inherently with Cloudron itself. My reflection was that this docker-volume issue only started appearing after I added a new storage volume to my server. To clarify, I added an OVH NAS-HA as a new volume to the server, and then I mounted it on Cloudron through the admin panel. This docker-volume did not exist, or at least was not noticeable, before this addition.

    Since moving Emby to the new volume, I see my data on the new volume as expected, but it also appears to be duplicated in the TMP directory on the server's disk. This duplication was not happening before the new volume was added. Hence, my hypothesis is that there might be a configuration that wasn't fully adjusted to accommodate the new volume, causing files to be stored in both locations.

    I'm not entirely sure how the backend works, so these are just observations and hypotheses based on my use of Cloudron.

  • 1 Votes
    1 Posts
    86 Views
    No one has replied
  • Support for docker compose

    Feature Requests
    9
    1 Votes
    9 Posts
    840 Views
    E

    @simong said in Support for docker compose:

    @ekevu123 I would recommend to use dokploy.com if you do not need the additional features of coolify.

    I have just tried dokploy and I like it a lot for docker compose setups. It was super simple to use and much easier than dockge or coolify.

    I might run potentially one server with cloudron and one with dokploy, so that I can cover all kinds of deployments.

  • "I can't solve the 'no space left on device' issue."

    Solved Support
    2
    1 Votes
    2 Posts
    163 Views
    girishG

    @freetommy most likely the container needs to be re-pulled. If you go to Repair view, does it let you enable Recovery Mode? If so, enable recovery mode and afterwards disable it (this is a hack to repull the docker image).

  • 5 Votes
    13 Posts
    1k Views
    girishG

    @d19dotca it seems the yarn cache was note cleared. Clearing it brought down the size . It's in the new package.

  • Cloudron Installation Stuck

    Unsolved Support
    2
    1 Votes
    2 Posts
    177 Views
    girishG

    @chaitanya it seems there is some networking issue connecting to dockerhub . Can you try pulling down some random docker image?

  • 1 Votes
    9 Posts
    657 Views
    P

    It seems the options --storage-driver=overlay2 makes docker unable to start when the data-root is on a mounted through sftp : adding it through the following error at startup

    failed to mount overlay: invalid argument storage-driver=overlay2

    if I use it with a regular data-root, no errors show up. I guess we should conclude that this makes cloudron not compatible with sftp drive for storing docker images.

  • Network errors after recent upgrade

    Moved Solved Support
    5
    1 Votes
    5 Posts
    419 Views
    D

    Thanks again, and for sharing the details!

  • Help! Docker engine fails to start.

    Solved Support
    6
    2 Votes
    6 Posts
    443 Views
    C

    Tyvm, saved my day!

  • 0 Votes
    1 Posts
    88 Views
    No one has replied
  • Docker size in system info

    Solved Support
    2
    0 Votes
    2 Posts
    185 Views
    nebulonN

    Maybe you have dangling images around, which are not deleted, can you see if docker image prune -a removes some?