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

2.9k Topics 20.3k Posts
  • Renew certificates - failing on DNS for domain name

    Solved
    9
    0 Votes
    9 Posts
    94 Views
    nebulonN

    Thanks for sharing that and glad it worked out in the end.

  • Backup problem, not clear what is it

    4
    0 Votes
    4 Posts
    74 Views
    nebulonN

    Ah this is good information and indeed a likely a problem for rsync backups with a lot of files (not sure how the rate-limit turns out in the end though)

  • Infinite wait for domain propagation

    Solved
    3
    0 Votes
    3 Posts
    29 Views
    J

    It seems this worked out? Atleast, I see a login screen here.

    image.png

  • Backup fails: checkPreconditions errored with code 1 message

    Solved
    5
    1 Votes
    5 Posts
    94 Views
    nichu42N

    It looks like the problem is indeed gone with 8.1
    Thank you!

  • 1 Votes
    2 Posts
    33 Views
    nebulonN

    Looks like there is some DNS issue on your system. Can you run the following via SSH:

    host -t A api.cloudflare.com

    Also maybe

    cloudron-support --troubleshoot
  • Error: "Conflicting Server Name"

    Solved
    3
    0 Votes
    3 Posts
    44 Views
    nebulonN

    Indeed those leftovers should have been purged. Maybe some bug somewhere then. Do you have a way to reproduce this?

  • What happened to referrals (and all my referral credit)?

    Solved
    8
    3 Votes
    8 Posts
    233 Views
    micmcM

    @girish I'm not too sure of "how" you referral program had affected your Stripe account, however maybe you should look into the "affiliate program" side of things?

    According to my experience I believe that your "referral program" had no attraction simply because of what you offered, in exchange to referring new clients.

    Really, "referral or "affiliate or "partner marketing" is almost a 'science' and not something one should just guess. To make it really work one should know what one's talking about, and if not get advice and be informed on the subject. before any implementation.

    Of course, any kind of 'MSP' or 'reseller' program or in the like, you name it, is also a viable way to go that goes along with the nature of the product. 🙂

  • Backup Errors

    Unsolved
    4
    1 Votes
    4 Posts
    69 Views
    P

    I'm thinking about the possibility that the length of the encrypted filenames might be too much for Wasabi... I'll dig deeper...

  • Cloudron Weblate errors

    Solved
    3
    0 Votes
    3 Posts
    44 Views
    girishG

    Should be fixed now. A new weblate package is also out with probably a fix to the root cause.

  • filemanager supper buggy

    Solved
    4
    1 Votes
    4 Posts
    90 Views
    girishG

    8.1 is in unstable now, these issues are fixed there.

  • CPU Limit per app

    Solved
    5
    1 Votes
    5 Posts
    77 Views
    girishG

    @ekevu123 Previously, we used something called "CPU Shares" (--cpu-shares in docker) . This option was a bit hard to understand since it comes to picture only when there is CPU contention between various apps (i.e when a server is overloaded to start with). We removed this and replaced it with an easier to explain "CPU Limit" (--cpu-quota in docker). This corresponds to how many cycles your app should be given. Like, you can say, give only 2 cores max to this app (in any situation). By default, apps have access to all your CPUs.

    However, isn't the point that the default should be less than that so that one app cannot take down the whole server?

    We couldn't think of a good default. Otherwise, apps will start out "crippled" and we thought it's better this way. I think if you have apps that are causing problems, only then should you look into tweaking this. This would be a stop gap measure before you try to report the issue and get the app fixed...

  • 1 Votes
    4 Posts
    45 Views
    O

    Sorry I did say the wrong currency. Thanks that does answer my question.

    Now I just have to decide if my small home server NUC is worth an extra $200 USD a year.

  • Virtual "all mail" folder after 7.5.1 update

    Solved
    23
    2 Votes
    23 Posts
    1k Views
    potemkin_aiP

    @jdaviescoates thank you - I've got mail restored using backup, which required a few hours, but the data is there.

    But I can't really can't see any reason keeping it enabled by default. How many modern mail clients can't handle search across all folders?

    I understand that you can't satisfy everyone with changes - just wanted to let you know that I'm on the side that is shall not be a default; unless I'm missing something, people lived happily up till 7.5.1 🙂

  • Ghost Fast Forward Update App

    Solved
    4
    1 Votes
    4 Posts
    72 Views
    J

    Updates cannot be skipped. This is how all the app packages are tested by us and by (most) upstream projects.

  • Moving entire Cloudron from Linode to Digital Ocean

    Solved
    8
    1 Votes
    8 Posts
    95 Views
    O

    OK, instead of increasing the disk space or trying to hunt down files to delete, I decided to set up the new server on a temporary domain to test everything out (and might just migrate to that domain permanently).

    One issue I ran into was Cloudron wouldn't recognize the DNS in the domain settings when changing the dashboard domain. Since I set up the server with IPv6 I had to enter both the IPv4 and 6 addresses into the DNS config for my domain (I'm doing it manually since Godaddy and NameCheap won't let you use their API unless you have a LOT of domains and/or pay a premium). I'll have to do that for every app individually.

    I'll have to think ahead as far as disk space is concerned so I don't run into the Postgresql problem again.
    Thanks for your help!

  • Backup fails about 50-60% of the time

    Unsolved
    20
    1 Votes
    20 Posts
    646 Views
    J

    @bazinga sorry, did this get solved? If not can you please ping me again on support@ ?

  • Best practice for migrating apps from one Cloudron to another?

    Solved
    16
    1 Votes
    16 Posts
    1k Views
    J

    @hpz24 said in Best practice for migrating apps from one Cloudron to another?:

    Now I'm curious: does an app actually survive the move to another cloudron instance with a different domain?

    In most apps, yes. The federated apps like mastodon and matrix are a special case. They don't support changing the domain . Even though the app itself will work after changing the domain, expect bad things to happen (tm) after domain change. For example, not seeing proper history of old message etc. I haven't tried this much, so this is just a warning really.

  • Install instructions assume wget is pre-installed on ubuntu

    Solved
    6
    2 Votes
    6 Posts
    83 Views
    girishG

    Not sure what we can do here 🙂 I mean wget is pretty very basic and part of standard ubuntu. I am not sure who they are trying to reach stripping basic tooling on a server. I will mark this as solved but if you have idea on what we can do, I am open for suggestions. Apart from putting a note saying, "make sure you have wget installed" 🙂

  • Is it possible to edit the "This app is not responding" page

    Solved
    3
    1 Votes
    3 Posts
    65 Views
    J

    You may have to create the /home/yellowtent/boxdata/custom_pages directory if it doesn't exist.

  • App Terminal permanentely Reconnecting

    Solved
    8
    0 Votes
    8 Posts
    101 Views
    N

    Quick update - The issue had nothing to do with Cloudron server and everything to do with the Nginx Proxy Manager host sitting in front of the Cloudron server.

    Good time to mention that NPM in front of a Cloudron server is not an officially supported Cloudron setup.

    Yet, with this being said, once Websockets relay was enabled on NPM proxy host, everything fell into places.

    Many many thanks for @nebulon and the cloudron team for their support as always.