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.2k Posts
  • Install Cloudron 7.0.3 on Ubuntu 20.04.3 ESXi

    Solved
    13
    2
    0 Votes
    13 Posts
    2k Views
    girishG
    @mannyc1701 thanks, I pushed a fix as well for next release - https://git.cloudron.io/cloudron/box/-/commit/fdefc780b4f687ec5ff508b1a37270492612f2a3
  • Lost dns access to cloudron app when switching IP

    Solved
    13
    0 Votes
    13 Posts
    2k Views
    G
    @gary-host It was a caching issue. I am able to see the dashboard now!
  • LDAP Authentication Failing Everywhere

    Solved
    13
    0 Votes
    13 Posts
    590 Views
    robiR
    I've had this come up as well. An app restart fails the first time as well. The retry-task eventually succeeds, so what @girish said is a faster way with less clicks.
  • Unable to finish setup in Browser

    Solved install
    7
    0 Votes
    7 Posts
    2k Views
    nebulonN
    @saphirata if your IP of your ISP connection (local ip) keeps changing, then you need to keep the DNS records in-sync. So for your use-case it means you have to keep adjusting the settings in Cloudflare. Maybe for a start you could disable Cloudflare proxying and use it normally as a DNS service, then configuring your domain in Cloudron to use our Cloudflare backend and enable https://docs.cloudron.io/networking/#dynamic-dns
  • Cloudron DO DNS waiting my.domain

    dns installation
    11
    0 Votes
    11 Posts
    2k Views
    d19dotcaD
    FWIW, a great DNS tool for checking on DNS propagation progress is here: https://dnschecker.org
  • 1 Votes
    3 Posts
    698 Views
    d19dotcaD
    @girish Yes there are definitely more than 20 events, and the Next page still works to load more, it's just that dropdown to change how many records are shown at once which has an issue. I just updated to 7.0.3 so will try soon, unfortunately it seems the email logs were cleared after update, so there's no records in there at all now.
  • Safe to truncate /home/yellowtent/platformdata/logs/* when large disk consumer?

    Solved logging
    26
    0 Votes
    26 Posts
    2k Views
    d19dotcaD
    @girish yay! Haha, thank you so much!!! That one was really annoying even though minor. Lol. It happens after a Cloudron migration (not just upgrade) and stuff too FYI but I’m assuming you already knew that. Edit: actually maybe not… I also had upgraded Cloudron the very next day so I likely just saw the result of that instead. Ignore me. glad it’s fixed though!!
  • 0 Votes
    8 Posts
    1k Views
    marcusquinnM
    @girish Magic, that seems to have worked - thanks! Maybe worth considering adding this advice to the email notifications?
  • Cloudron 7.0.1: GitLab stuck after update

    Solved update
    6
    1
    1 Votes
    6 Posts
    1k Views
    girishG
    I have added a retry now for the startup tasks on db failures in 7.0.2
  • App Terminal

    2
    0 Votes
    2 Posts
    571 Views
    nebulonN
    @aduthapa can you check the app logs to see if the app keeps restarting? If so try to put it first into recovery mode. In case this is not related to the app itself, do you see any errors in your browser console?
  • Cloudron 7.0.1: Mountpoint for backup shows error (but works)

    Solved
    14
    2
    1 Votes
    14 Posts
    2k Views
    necrevistonnezrN
    @girish Excellent, as always. Works!
  • Nginx in front of cloudron install.

    proxymanager
    10
    0 Votes
    10 Posts
    3k Views
    girishG
    @danielreyes61 If you want to use nginx directly, you should make it do https proxying and not http. nginxproxymanager seems to have generated something like this: # ------------------------------------------------------------ # paste.cloudron.space # ------------------------------------------------------------ server { set $forward_scheme https; set $server "45.63.93.50"; set $port 443; listen 80; listen [::]:80; listen 443 ssl http2; listen [::]:443 ssl http2; server_name paste.cloudron.space; # Let's Encrypt SSL include conf.d/include/letsencrypt-acme-challenge.conf; include conf.d/include/ssl-ciphers.conf; ssl_certificate /etc/letsencrypt/live/npm-2/fullchain.pem; ssl_certificate_key /etc/letsencrypt/live/npm-2/privkey.pem; access_log /data/logs/proxy-host-2_access.log proxy; error_log /data/logs/proxy-host-2_error.log warn; location / { # Proxy! include conf.d/include/proxy.conf; } # Custom include /data/nginx/custom/server_proxy[.]conf; } And proxy.conf is like this: set $upstream $forward_scheme://$server:$port$request_uri; add_header X-Served-By $host; proxy_set_header Host $host; proxy_set_header X-Forwarded-Scheme $scheme; proxy_set_header X-Forwarded-Proto $scheme; proxy_set_header X-Forwarded-For $remote_addr; proxy_set_header X-Real-IP $remote_addr; proxy_pass $upstream; Just pasting them to give you some ideas.
  • Error when attempting to uninstall application. (403)

    Solved cloudflare uninstall
    5
    0 Votes
    5 Posts
    1k Views
    BrutalBirdieB
    @silvermaw no worries, happens to the best
  • SSL passthrough to another VM when hosting at home

    Solved
    3
    0 Votes
    3 Posts
    730 Views
    ianhyzyI
    @nebulon thanks, i did get this figured out with zulip's docs on reverse proxying and using certbot on the cloudron host again but I know I'm playing with fire. I get why this isn't a common use case, I can't imagine a lot of people host at home
  • Custom DNS Server in local network

    Solved unbound dns
    6
    0 Votes
    6 Posts
    2k Views
    girishG
    @khadanja Is your idea to forward all queries ? The example config you pasted will only forward DNS queries for cloudron.lan (sic). You need the config in https://forum.cloudron.io/topic/5756/custom-dns-server-in-local-network/2 to forward all queries to your router.
  • Backup Issue with Minio after update 7.0.1

    Solved backups minio
    3
    0 Votes
    3 Posts
    648 Views
    girishG
    @savity I can't reproduce this. Do you see any error on the minio side?
  • User Management is not working

    Solved user management
    6
    0 Votes
    6 Posts
    1k Views
    arshsahzadA
    @nebulon I updated the server to v7.0.1 and then rebooted, now when I'm login through the incognito tab in chrome browser, user management is working fine, maybe this is due to cacheing...
  • Can't reach setup IP

    install
    6
    0 Votes
    6 Posts
    2k Views
    murgeroM
    @ascua If the new instance is in your house then you need to port-forward (or if your router/modem support - DMZ (AKA 1:1 NAT) ) the server.
  • How to delete unused docker images ?

    Solved docker images delete
    6
    1
    2 Votes
    6 Posts
    2k Views
    girishG
    @fortytwo said in How to delete unused docker images ?: Scaleway S3 Object Storage with 75GB free Is this for your backup? Cloudron does not backup images (and code), just your data. From your screenshot, it's only going to take 1.13G (nextcloud) + 6.5M (bitwarden) + 520K (box) + 212K (email). So, it's way less than 2GB per backup. If you store like 30 full backups, it's still under your object storage. We use what is called immutable infrastructure for this if you want to learn more.
  • Init script failed on Ubuntu 20.04 on Tencent Cloud

    Solved installation
    5
    0 Votes
    5 Posts
    1k Views
    D
    @nebulon Thanks. I have solved this issue. The initial python version is 3.8, after switching to Python 2.7 the issue was solved. Reference this link: https://linuxconfig.org/ubuntu-20-04-python-version-switch-manager