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.2k Topics 22.5k Posts
  • 0 Votes
    2 Posts
    385 Views
    d19dotcaD
    Sorry, this can be closed I guess. Turns out it was because of how I edited /etc/netplan/50-cloud-init.yaml on my server where I accidentally added both IPs when it should have only contained the failover IP. Now it's working again. Was my own mistake.
  • Help installing Cloudron on the Virtualbox ?

    cloudflare virtualbox
    2
    0 Votes
    2 Posts
    712 Views
    nebulonN
    @alexsunny123 ok there are quite a few variables in the mix here it seems. For a start, can you connect to the Cloudron setup view using the public IP address from your ISP on port 80 and 443? To rule out some other maybe interfering parts, disable the Cloudflare proxying. Since you mentioned email, on a residential connection you will most likely require a mail relay to work properly, anyways port 25 will most likely be blocked by your ISP. Cloudron as mail relay support for various providers though. Lastly for Cloudron it doesn't really matter if bare-metal or VM, so there are no special docs about this. You should be fine as long as you have vanilla Ubuntu 20.04 server installed.
  • Ubuntu 20.04 "landscape" user account running mysqld

    Solved mysql landscape
    24
    0 Votes
    24 Posts
    2k Views
    d19dotcaD
    @girish I think that might be an improvement worth considering, no? Making the necessary changes would (I think)... Make it clear to monitoring tools and manual checks by users which processes being run are local to the host and which are from containers, particularly useful when multiple instances of a service are being run both on the host and container. Follow what appears to be "best practices" when running containers. Improve security in certain situations. Admittedly these may be minor and not worth the overhead, but now that I'm aware of the behaviour, I'm a bit irked by it as it currently prevents me from easily identifying which services are container-run and which are local to the host, as well as making it confusing to which user is actually running the process listed.
  • TLS vs STARTTLS // SPARK

    Solved mail
    8
    1 Votes
    8 Posts
    2k Views
    girishG
    @eddowding ah, great you managed to figure this out. indeed, cloudflare can only proxy http(s) and not email.
  • collectd failed to start after upgrade to Ubuntu 20.04

    Solved bionic upgrade
    6
    1
    0 Votes
    6 Posts
    848 Views
    O
    To close this, turned out that "libpython3.8" was missing on my newly upgraded 20.04 Hetzner system...therefore I was getting the message "dependency problems prevent configuration of collectd"
  • Manifest Environment Variable

    Solved
    11
    0 Votes
    11 Posts
    2k Views
    P
    @girish Thank you for those commands. I think I'll just use the cloudron push after I run cloudron install on my image server. Also, not sure if there is a specific way to go about this but I could strip this down a bit to have a base install for the app if it's of use to the Cloudron community. I'm sure it would have to be polished by the devs but it is an install for Timetrex CE which is a timeclock software that our company uses.
  • mysql logs

    Solved mysql
    5
    1
    0 Votes
    5 Posts
    1k Views
    girishG
    @vladimir-d This is already fixed in the coming release - https://git.cloudron.io/cloudron/box/-/commit/6d044bfbf384b8ae98f1beac0f9d1c50005e8d34 . For now, you can ignore the warning, it's harmless.
  • Groups bug

    Unsolved
    7
    0 Votes
    7 Posts
    1k Views
    nebulonN
    @marcusquinn I understand your time constraints, unfortunately I am not able to trigger the behavior you are describing, so this is hard to find a fix for it. Maybe if you have some time, can you describe how one of those apps was setup initially before you adjusted the access control from the groups panel?
  • Changing username

    Solved
    10
    3 Votes
    10 Posts
    2k Views
    ?
    @nebulon Yeah fair enough. I figured it was a decision based on app compatability. Thankfully I only had 40 apps to go through
  • Cloudron won't run on Mint ...

    Solved ubuntu
    4
    0 Votes
    4 Posts
    849 Views
    girishG
    My understanding is that mint is primarily targeting a Desktop environment.
  • Block Storage

    Solved
    2
    0 Votes
    2 Posts
    571 Views
    M
    Sorry, this was a duplicate post, because the first didn't go through for a while. Please ignore, and answer the question in the other forum.
  • 0 Votes
    7 Posts
    1k Views
    B
    @girish that worked. Thanks
  • dns rewrite when on local network

    Unsolved
    5
    0 Votes
    5 Posts
    1k Views
    neurokrishN
    Thank you @d19dotca @nebulon @robi for your replies. I use adguard on the same server which allows for DNS rewrites. I guess I was trying to achieve what Resilio sync does (e.g. connect to peers using LAN when in LAN). In this case, I wanted to try by pointing the DNS name of nextcloud installation to local server IP:port. I am not sure if this will be possible (probably not right? unless I change the server itself in my nextcloud client?). If it's not possible, it is OK I guess.
  • Problem with setup

    Solved
    8
    0 Votes
    8 Posts
    1k Views
    Q
    Success! Re-installed Ubuntu, added nothing, and everything worked as advertised!
  • Installing Cloudron behind a reverse proxy

    reverseproxy
    15
    1
    0 Votes
    15 Posts
    4k Views
    robiR
    @ianhyzy for nginx configs? No, they're on the Cloudron host.
  • Unbound fails after update to 20.04

    Solved upgrade
    7
    0 Votes
    7 Posts
    2k Views
    mehdiM
    @girish I don't know if it was installed before the upgrade, but it wasn't enabled, because unbound managed to run without problem I'm not sure how it got there. It was supposed to be a clean Ubuntu 16.04. The only things I installed manually besides cloudron are basically ZSH and screen. In any case, I marked this as solved, thanks !
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    2 Views
    No one has replied
  • 0 Votes
    3 Posts
    942 Views
    girishG
    I finally managed to get to the bottom of this. There was a bug in the postgresql addon backup logic where connections were not closed properly. This resulted in periodic backups keeping lots of connections open. This is fixed in 6.3.
  • Bug in Event Viewer re: "Backup Removed # Backups", # is incorrect

    1
    1
    0 Votes
    1 Posts
    264 Views
    No one has replied
  • Frequent "/mail was restarted (OOM)" on several servers

    Solved mail oom
    19
    1 Votes
    19 Posts
    2k Views
    girishG
    @msbt yes, thanks for reaching out, will take a look.