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

3.7k Topics 26.3k Posts

Get help for your Cloudron

  • cloning issues with Cloudflare R2

    Solved cloudflare r2 backup clone
    9
    1
    0 Votes
    9 Posts
    2k Views
    osoboO
    Thank you @james I could not get it to work. After several attempts, I ultimately deleted the backup files and started with a new configuration. As advised, I also set the retention period to "unlimited" (it was previously set to two days). Everything is working well now, and I was able to back up and clone the app without any issues. Thanks again, and keep up the good work!
  • Cloudron 9.0.15 - App Archive empty in backup

    Solved backups archive
    3
    1 Votes
    3 Posts
    608 Views
    jamesJ
    Hello @sebastienserre App Archives are not the same as backups. App Archives is when you go to an app, to the uninstallation section and archive the app. This uninstalls the app but keeps the latest backup as an archive so it can be restored. This archive is stored and kept outside the backup retention policy. See https://docs.cloudron.io/apps#archive [image: 3ca46733-ecad-4ae3-8980-65d96397645c-image.png] [image: f592674b-3485-4155-b11d-048fd845ac60-image.png] Your system backups are viewable under Backups> Sites.
  • External links: now mangles http URLs by prepending https

    Solved app link dashboard
    5
    4 Votes
    5 Posts
    703 Views
    girishG
    @oskarardolo 9.0.16 will be out possibly end of this week or early next week.
  • DNS config error 502 bad gateway notifications

    Solved desec domain
    12
    1
    0 Votes
    12 Posts
    2k Views
    J
    @tecbox I sent a reply from support. I debugged this further . The 502 is returned from deSEC . I have added some logs on your server to see if we can get the full error to report to deSEC. So far, it's been running for the last one hour without reporting any error from deSEC .
  • Mail support link is broken

    Solved
    2
    1 Votes
    2 Posts
    364 Views
    jamesJ
    Hello @canadaduane Thanks for the report, this will be fixed with the next Cloudron update. https://git.cloudron.io/platform/box/-/merge_requests/26
  • 0 Votes
    2 Posts
    568 Views
    sebastienserreS
    Closed in favor of https://forum.cloudron.io/topic/14871/failed-to-open-stream-permission-denied
  • Error 903 Plugin timeout on SpamAssassin

    Solved mail spamassassin
    4
    1 Votes
    4 Posts
    796 Views
    girishG
    Fixed in support. Not clear what the issue is, but it could be possibly because spamcop dnsbl was not responding. I removed it from the mail acl - https://docs.cloudron.io/email/#dnsbl.
  • How to stop "TURN" service

    Solved turn
    16
    1
    0 Votes
    16 Posts
    5k Views
    J
    Link to feature request . Thanks @crazybrad
  • 4 Votes
    4 Posts
    772 Views
    girishG
    Good catch. nc is not part of the base image it seems (not explicitly). I have replaced that code with bash logic.
  • VPS with 8GB RAM, only 4 used

    Solved
    7
    0 Votes
    7 Posts
    1k Views
    sebastienserreS
    thank you for all your explanations
  • How to get enough reputation to vote for app wishlist

    Solved forum
    4
    3 Votes
    4 Posts
    1k Views
    A
    @nebulon could you please also approve me? I'd like to cast a vote for GlitchTip
  • TLSA and DANE is missing on Cloudron mailserver

    Solved email dane tlsa
    15
    2 Votes
    15 Posts
    6k Views
    I
    @paradoxbound if I enable Dane, should I enable MTA-STS?
  • 0 Votes
    2 Posts
    346 Views
    sebastienserreS
    I've tripled checked (created new key and secret) and it works...
  • Cloudron App Install Update Error Bug

    Solved
    4
    0 Votes
    4 Posts
    812 Views
    D
    @james said in Cloudron App Install Update Error Bug: Hello @dualoswinwiz Please use registry.docker.com as the docker hub server address. This should resolve the issue. i was using like this registry.hub.docker.com --- changing this to registry.docker.com solved the problem
  • SERVERFAIL error

    Moved Solved dns cloudflare
    6
    1 Votes
    6 Posts
    1k Views
    J
    Can you run cloudron-support --unbound-forward-dns 1.1.1.1 ? This will forward all DNS requests to cloudflare public DNS.
  • max instances, no feedback

    Solved demo app install
    3
    1 Votes
    3 Posts
    663 Views
    girishG
    Fixed in https://git.cloudron.io/platform/box/-/commit/b537d73a5585662605176346ffb31db4ebbb6a02
  • Minio region issues after cloudron updates

    Solved minio backup update s3
    4
    1 Votes
    4 Posts
    988 Views
    girishG
    The AWS module changed between v8 and v9 and maybe some discrepancy between the versions is causing this. I will close this because testing and accommodating minio issues is a dead end unfortunately given that the project has gone into maintenance mode. We are looking into Gargage as an alternative.
  • Cron not running at all

    Moved cron restore migration
    10
    1
    0 Votes
    10 Posts
    4k Views
    J
    Maybe you can open a new thread with the log? The previous issue is probably not relevant since it was many versions ago. Did you also restore Cloudron to a new server and hit this issue?
  • Connect to the MySQL database of Cloudron

    Solved mysql
    4
    0 Votes
    4 Posts
    869 Views
    jamesJ
    Hello @potemkin_ai You could also check the Cloudron event log to see if and when the password was changed. Have you checked that?
  • Private docker registry in Cloudron

    Solved docker registry docker
    8
    0 Votes
    8 Posts
    2k Views
    D
    @james said in Private docker registry in Cloudron: Hello @dualoswinwiz I have just created a personal access token with the Read-only permission. Configured Cloudron: [image: 8248133a-0064-4fa0-a724-828faf826879-image.png] and was able to install my custom app from a private repo. Did you use registry.hub.docker.com as the Server address? Nope i was using docker.io once i changed to registry.hub.docker.com its working thank you.