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
  • Bug report: domain name setup with nameserver issue

    Solved dns
    7
    0 Votes
    7 Posts
    412 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
    152 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
    471 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
    195 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
    383 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
    252 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
    305 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
    2k 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
    244 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
    1k Views
    J
    I changed the mail server here. The DNS was updated and no SSL errors.
  • 1 Votes
    2 Posts
    129 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
    140 Views
    JohnBeeJ
    Nevermind, I did a rollback and fixed it
  • Webserver for Photogallery

    Solved
    3
    0 Votes
    3 Posts
    206 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
    446 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
    895 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.
  • 1 Votes
    9 Posts
    525 Views
    T
    That worked @girish cloudron-support --troubleshoot found a certificate which does not exist and so removed a conf file nginx started promptly After which the Cloudron apps could be restarted just fine Thank you once again for your help
  • How do I check / customize mail notification strings?

    Solved email translations
    14
    1 Votes
    14 Posts
    1k Views
    potemkin_aiP
    Could you please convert that thread into a request to remove 'Cloudron' from the mail templates as well as from translation files, please?
  • optimizing VPS for backups

    Solved backups
    11
    1 Votes
    11 Posts
    942 Views
    P
    @nebulon I appreciate your advice. The backup server is not on the same location as the cloudron server. It isn't even on the same country (like I do with all my backups). Maybe I wasn't clear: the server has an OS disk (nvme) and a HDD for backups. The mount I showed is the HDD disk mount. It was just to check if any filesystem mount options were needed to improve performance. Thank you all.
  • Cannot add Hetzner Storage Box via sshfs

    Solved sshfs storagebox
    17
    0 Votes
    17 Posts
    2k Views
    potemkin_aiP
    It was not fail2ban - it was IPv6 connection which is failing, as IPv6 disabled (to ensure mail works well). Hetzner's supported provided a very quick and efficient verification / troubleshooting step: ssh -vvv -p 23 user@server - hope that will be of use for anyone else in the future.
  • addmount.sh script error prevents SSHFS mount

    Solved sshfs
    5
    0 Votes
    5 Posts
    365 Views
    J
    I will close this for now since it's not meant to be run directly . We can continue in the other thread or we can open a new thread .