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 23.9k Posts
  • New user sign up and docker questions as well best practices, tips

    Solved installation
    21
    0 Votes
    21 Posts
    2k Views
    nebulonN
    @mouse77 you should be able to just use the domain as it is shown in your screenshot, if you own that domain and can change the DNS records for it at your nameserver provider. For wildcard usage, you need to setup 2 DNS A records as a minimum. One for cloudron.indesigner.net and another one (the wildcard) for *.cloudron.indesigner.net . Both are A records and should point to your server's public IPv4 address.
  • How to set one IPV6 on cloudron? **Deleted photo dm if need**

    Solved
    2
    1 Votes
    2 Posts
    398 Views
    A
    I finally got to understand IPV6, and now I spoke with Comcast business to set reverse DNS my IPV6 to my.richardapplegate.io then mail will start working again.
  • 3 Votes
    23 Posts
    3k Views
    girishG
    @d19dotca said in Shouldn't we get an alert when a service container fails / is unhealthy?: checking so that it ignores any entries of the current Docker networking ranges such as 172.18.xxx.xxx addresses For the moment, I have added validation to not accept such addresses . Ignoring this properly is more complicated (since we have to filter it at apply time) but atleast it won't let you save the blocklist easily .
  • README files triggering Hostinger malware scanner

    Solved anti-virus
    10
    1 Votes
    10 Posts
    2k Views
    N
    @robi Thanks—yes, I uninstalled it.
  • appStoreId or manifest is required

    Solved appstore
    4
    1
    1 Votes
    4 Posts
    553 Views
    O
    Sure, I was using Orion.
  • Bug report: domain name setup with nameserver issue

    Solved dns
    7
    0 Votes
    7 Posts
    929 Views
    E
    That's it - it was the browser! Thanks for your help, no bug then!
  • Outbound Emails Queued — NXDOMAIN Error and Local DNS Resolution Issue

    Solved mail dns
    2
    1 Votes
    2 Posts
    478 Views
    J
    @mrhakash said in Outbound Emails Queued — NXDOMAIN Error and Local DNS Resolution Issue: dig @127.0.0.1 gmail.com mx returns: connection refused You have to check host -t MX gmail.com 127.0.0.150 . Can you also run cloudron-support --troubleshoot for hints?
  • localstorage plugin, permission issue

    Solved
    9
    0 Votes
    9 Posts
    1k Views
    E
    Thank you, that has resolved the issue!
  • nginx: [emerg] cannot load certificate for a Domain

    Solved troubleshoot nginx
    3
    1 Votes
    3 Posts
    458 Views
    F
    Perfect @BrutalBirdie .. Thanks a lot Man! What's this error? And how can we prevent this moving forward. Thanks!
  • layout system information changed suddenly

    Solved userinterface graphs
    6
    1 Votes
    6 Posts
    839 Views
    P
    It seems to be indeed the long volume names. This also explains the strange connection between setting up a backup and the changing view. Thanks for the explanation. I have not seen this connection...
  • Domain Not Allowed

    Solved email
    4
    1 Votes
    4 Posts
    646 Views
    J
    @flaxxain RainLoop app is long deprecated . Consider using SnappyMail , Roundcube or SOGo
  • Monorepo using multiple domains

    Solved multidomain
    4
    1 Votes
    4 Posts
    655 Views
    nebulonN
    Cloudron will call the app locally by the URL http://${app.containerIp}:${manifest.httpPort}${manifest.healthCheckPath} so by local container IP at the specified httpPort and healthCheckPath specified in the CloudronManifest.json. Any response with a 200 status code will be accepted.
  • Latest backup of stopped app must be retained

    Solved backups
    15
    2 Votes
    15 Posts
    3k Views
    scookeS
    @daixiwen Even better, they HAVE already allowed for specific backup persistence: [image: 1745912539127-704862fe-911a-4719-960b-94f162df1e64-image.png] I'm going to go try that out. The wording definitely makes it sound like at least one backup, "the latest backup", should be available, but my point still stands. As perfect as Cloudron is, I've bumped into hiccups with backups myself, too. And so I pay close attention to them. In the situation you mentioned, you can either let your stopped app backups keep disappearing while you wait for a solution, or you can realize it needs a bit of your help. EDIT: I see you wrote " I'll now try having at least one manual backup set up as persistent and see in two says if it's still there, but ideally this should occur automatically." so good on you for taking it into your own hands. Let us know what happens!
  • Sharing Files beetween cloudron Apps

    Solved sharing volumes
    3
    1 Votes
    3 Posts
    535 Views
    J
    Think of each as a SaaS, I think the "correct" approach is to upload files in one app. That app exposes an API. Other apps then consume the photos API to do whatever . The whole sharing files approach is a relic of times when files were hosted on the same server and no sandboxing. But modern deployment/orchestration tech uses sandboxing, containers, docker compose, multiple servers . In such situations, sharing files assuming it's all code runs in same file system doesn't work well. app permissions/owner issues aside, most apps also have a database to track files and store extra metadata . If you remove and delete files from the filesystem without the app's knowledge, it all breaks. apps have to be written with all this in mind and most apps aren't written this way . lychee/nextcloud etc all have their own db and cannot share fs with others.
  • 1 Votes
    20 Posts
    2k Views
    J
    I changed the mail server here. The DNS was updated and no SSL errors.
  • 1 Votes
    2 Posts
    345 Views
    nebulonN
    Is this happening midway and has there already been some data restored at /home/yellowtent/boxdata/mail/... or is this the first file which fails there? Also what are the permissions and owner for /home/yellowtent/boxdata/ ?
  • Unable to uninstall/remove app

    Solved
    2
    1 Votes
    2 Posts
    315 Views
    JohnBeeJ
    Nevermind, I did a rollback and fixed it
  • Webserver for Photogallery

    Solved
    3
    0 Votes
    3 Posts
    468 Views
    sponchS
    @msbt Great, already got it running. Thank you!!
  • The Postgres service is not started (Update 8.3.x)

    Solved
    7
    0 Votes
    7 Posts
    940 Views
    nebulonN
    Seems like a few issues intermixed here. For a start userland proxy in docker should be false. This set however in /etc/systemd/system/docker.service.d/cloudron.conf by the cloudron startup script. On port 172.18.0.1:3003 the Cloudron docker proxy addon would listen, so this also hints at docker having an issue with the network bridge it supposed to have created. Otherwise most likely if you had a disk being 100% full situation, all bets are off, unfortunately. This is not so much related to Cloudron code but other linux services we use like mysql and docker
  • Cloudron backups - user database and email

    Solved backups
    12
    1 Votes
    12 Posts
    2k Views
    C
    Thanks to everyone for the responses. I fully understand the backups now and have reported to my board that it's indeed production ready for our organization.