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.6k Posts
  • How does restoring apps actually work?

    Solved
    7
    1 Votes
    7 Posts
    1k Views
    LonkleL
    @mehdi That’s exactly what I’m going to do. Thanks for pointing me in the right direction. I will do a merge request post 6.0 for first-class official Multisite support; I’ve got a list of 4 things to change to support Multisite now - I’m hoping I can get them all done in 2021! ️
  • 0 Votes
    9 Posts
    2k Views
    LonkleL
    @nebulon That's not to say that I don't think Cloudron shouldn't receive webhooks for other reasons. I'm surprised you aren't using them for your multi-cloudron dashboard actually (to update the status of "subcontainers" from all servers instantly).
  • Possible to remove the "my" subdomain for the dashboard

    Solved
    15
    1 Votes
    15 Posts
    3k Views
    LonkleL
    I gotcha, I'll post again about it next year to see if there's interest. It's cool that the mail server's "my" was made optional. I'm glad you're open to revisiting this later because, maybe I'll have gotten so use to it by then that I won't even request it again.
  • 0 Votes
    5 Posts
    1k Views
    LonkleL
    @nebulon Oh, I have no intention of moving from the cloud and have no reason to run it at home. It would just make my development flow for the OpenVPN Client app I'm working on faster since it'd be localhost (my everyday work laptop). But, like I said, due to the way you guys designed cloudron build and cloudron update, it's actually pretty fast even in the cloud. One of my favorite aspects about your platform so far - ease of development. So I'll just keep doing that...well, I guess I could keep switching it back and forth, developing locally and then seeing how it performs in the cloud after the app is finished. I don't use Cloudron for anything production related right now, I'm just happily building apps to see how far we can take this platform.
  • Ubuntu Reboot to install updates left some Apps not responding

    17
    0 Votes
    17 Posts
    3k Views
    girishG
    @jdaviescoates said in Ubuntu Reboot to install updates left some Apps not responding: It is even possible for them to show as Not responding in the Dashboard but for them to actually be running? Yes. The 'Not responding' is simply based on a periodic health check. This can fail because of two reasons: a) some internal bug that is causing cron job to check health not firing. and b) the health check route of app returns a non-2xx http code. this can happen if your app is totally "protected" like say an auth screen on the main page with a 401/403 status. In the above two cases, the app itself is actually running and can be accessed from the browser but the dashboard will say 'not responding'. a) is a bug and b) is more of a Cloudron limitation, I think (this happens often in LAMP apps).
  • 0 Votes
    9 Posts
    2k Views
    jdaviescoatesJ
    @jdaviescoates said in Nextcloud says 5.3GB used, Cloudron says Nextcloud is 19.16GB, why?: That's "just" a difference of 2.66GB (which I guess could mostly be just Nextcloud files themselves) So, assuming that is mostly just Nextcloud files themselves (I may do a clean install at some point just to see how big that is), I think this can be marked as solved.
  • NEW UPDATE pulls other app backup...WHAT is going ON?

    Solved
    18
    -1 Votes
    18 Posts
    3k Views
    girishG
    OK, that wasn't the issue. We have an issue with the Cloudron 5.6.1 release that http://ip will serve up a random app. This is because we ended up removing 'default_server' and the nginx behavior is to serve up the first server it finds. Not the end of the world, but not nice. This issue has been fixed now. I thought the above was the reason you were getting served up some other app when you put an app in repair mode. I tested it now, but this is not the case. If you can duplicate this and let me know, I would like to have a look.
  • Disk almost full since external backup (Ubuntu / Swap)

    Solved backups backblaze cleanup-backups
    10
    0 Votes
    10 Posts
    3k Views
    M
    I can confirm that, now that the lifecycle settings are correct, backups get physically deleted from B2.
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    4 Views
    No one has replied
  • Can't renew SSL certificate

    Solved letsencrypt dns certificates
    4
    0 Votes
    4 Posts
    1k Views
    girishG
    @andrewj720 Looks like DNS is not working on your server. You can also try host cloudron.io etc, I guess none of it working? Can you check if your cloud firewall allows outbound port 53 UDP ? I think there was a post on this forum some time ago that someone had it blocked in AWS security group by mistake, for example.
  • Zabbix Agent on Cloudronserver?

    Solved monitoring zabbix
    6
    0 Votes
    6 Posts
    2k Views
    girishG
    In Cloudron 5.6, we added a way to whitelist additional incoming ports - https://docs.cloudron.io/networking/#whitelist-ports
  • 0 Votes
    5 Posts
    709 Views
    girishG
    @d19dotca You can try https://git.cloudron.io/cloudron/box/-/commit/3c565defca000feb21c47e9d8c9ada4c62c11cef and then systemctl restart box. Alternately, you just use the docker CLI until the next release: usr/bin/docker update --memory 805306368 --memory-swap 1610612736 mail The containers are named mysql, postgresql, mail, mongodb.
  • SSL error after upgrading to 5.6.0 on ubuntu 16

    Solved dashboard ssl upgrade
    17
    1 Votes
    17 Posts
    4k Views
    O
    @gml said in SSL error after upgrading to 5.6.0 on ubuntu 16: That seemed to solve it, even if a server reboot did not solve it. I also got a mail, that this was also visible from other mail-servers (not just from my mail client), as I use DANE for certificate pinning. Thx girish! I had the same issue. And the same fix. A reboot didn't work, a service restart did the trick. Thanks!
  • No 'resetToken' for admin password reset

    Solved usermanagement password
    15
    0 Votes
    15 Posts
    3k Views
    girishG
    Done. I also made a change now where that ghost file is automatically removed after you use it once to login. Just in case, people forget to remove it.
  • Lets Encrypt renewal time

    Solved certificates letsencrypt
    4
    0 Votes
    4 Posts
    845 Views
    girishG
    @marcusquinn said in Lets Encrypt renewal time: Without looking at that screen again, maybe it wasn't clear it should recommend using the root domain for that input? I think many people start out just like you did and then move it to the main domain. We don't put the recommendation as such because I think it can be scary to throw your root domain and API credentials into a product you are just first trying out.
  • 0 Votes
    5 Posts
    1k Views
    nebulonN
    Those sync.cache files are state files of the rsync backup uploader. That has to run as root to be able to list and read the app's files, the app file permissions here depend on the app itself and how it manages permissions. The yellowtent user as such does not have root rights on the system and uses helper scripts in such cases. The list of scripts which need and thus run with elevated permissions can be found at https://git.cloudron.io/cloudron/box/-/blob/master/setup/start/sudoers
  • Can't add domains on 5.6.1?

    Solved domains namecheap
    6
    0 Votes
    6 Posts
    2k Views
    marcusquinnM
    @atrilahiji I use Namecheap too, decent service but equally the Cloudflare free DNS services is pretty solid and not had any trouble with that & Cloudon. Just mentioning in case you got stuck or hadn't compared that option.
  • User sorting is random

    Solved usermanagement userinterface
    4
    3 Votes
    4 Posts
    1k Views
    girishG
    This is fixed in the next release. If you are curious, we had an async loop to fetch user objects. The responses were simply appended to an array. The sorting was thus messed us because the network response arrive out of order.
  • 0 Votes
    6 Posts
    1k Views
    girishG
    I opened https://git.cloudron.io/cloudron/box/-/issues/736 to track this.
  • New Firewall Feature issues

    Solved firewall
    11
    2
    0 Votes
    11 Posts
    3k Views
    S
    thank youuuuu