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.4k Topics 24.5k Posts
  • Cloudron 7.0.1: GitLab stuck after update

    Solved update
    6
    1
    1 Votes
    6 Posts
    2k 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
    798 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
    3k Views
    necrevistonnezrN
    @girish Excellent, as always. Works!
  • Nginx in front of cloudron install.

    proxymanager
    10
    0 Votes
    10 Posts
    4k 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
    2k Views
    BrutalBirdieB
    @silvermaw no worries, happens to the best
  • SSL passthrough to another VM when hosting at home

    Solved
    3
    0 Votes
    3 Posts
    1k 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
    1k 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
    2k 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
  • How does the managed DNS work? Is it useful? Can I mix-and-match?

    dns domains
    5
    0 Votes
    5 Posts
    1k Views
    girishG
    @scooke yes, you can mix between Cloudron's automation and manual DNS changes. In fact, that's the normal and only mode of operation. The automation is only adding and removing things that you would have to do normally outside Cloudron. For example, when you install an app, you have to setup A records. When you uninstall an app, you remove the A records. This is all the automation does. If you try to install an app in a location and there is already a DNS entry in your DNS provider, Cloudron will inform you of the same and let you 'overwrite' it or cancel the app installation. Same goes for email stuff. It sets up things like DKIM/SPF records automatically. These are updated carefully to not collide with existing entries. The MX record is only touch if you enable incoming Cloudron Email. Even in that case, there is a checkbox to not update DNS.
  • Cloudron 7.0.1: POP3 status not saving

    Solved mail pop3
    4
    1 Votes
    4 Posts
    1k Views
    girishG
    @eddowding If you like you can patch the file in /home/yellowtent/box/src/mail.js and systemctl restart box.
  • Remove Domain and application for unmanaged domain

    Solved
    4
    0 Votes
    4 Posts
    1k Views
    A
    @fbartels Thanks, it working and solved my issue. @girish The issue was that I have not set the provider to No-op, while without this step it was unable to change the location of any apps. Thank you both for the support.
  • How to get Gogs to automatically post to GitHub Pages?

    4
    1 Votes
    4 Posts
    1k Views
    murgeroM
    @ntnsndr You talking about Github Pages official, or the Cloudron app?
  • Apps disappeared

    Solved
    16
    0 Votes
    16 Posts
    4k Views
    girishG
    @molinaire did you get this sorted out? If not, I think maybe it's best sorted out by writing to us at support@cloudron.io
  • 0 Votes
    10 Posts
    2k Views
    mehdiM
    @marcusquinn Actually, SIM Swapping is pretty common. I would not suggest having a phone number as a single-point-of-failure for anything remotely critical.
  • SSL Is rate limited and I want to install cloudflare

    Solved certificates letsencrypt
    3
    1
    0 Votes
    3 Posts
    1k Views
    girishG
    @aziz So, certificate for *.devz.cloud is already there, so if you install apps on subdomain it will work. Cert for devz.cloud (it is not a subdomain, so we have to get a separate cert from the wildcard cert) is getting rate limited. You can just wait for 2-3 days to install an app on the bare domain and that should work. You should be able to install apps in subdomains in the meantime.
  • from paid-account back to free-account

    Solved appstore
    3
    0 Votes
    3 Posts
    1k Views
    7dowWilkes7
    @girish thank you very much, I will do that