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
  • SSHFS backup on windows not working after upgrading to Cloudron 8.0.1

    Solved backups sshfs
    4
    1
    2 Votes
    4 Posts
    597 Views
    G
    Hey @girish, @nebulon, thanks for coming back to me so quickly! Happy to report that the fix worked wonders, and the backup completed successfully. As for our setup, we set up the backup server a while ago now, my memories are not the freshest. But IIRC we are using OpenSSH Server for Windows Server. And from what I can see Windows shell uses mklink to create hard links. But I have never used it.
  • Add Security Exception popup in thunderbird

    Solved mail
    4
    1
    1 Votes
    4 Posts
    569 Views
    P
    Hello, correct, it is the subdomain. This all seems to have been solved by restarting the app
  • Why does the backup process block administrative actions?

    Unsolved
    4
    3 Votes
    4 Posts
    521 Views
    girishG
    @shrey The fix didn't make it to Cloudron 8, but will be in Cloudron 9 (2 months or so from now). I can post a link to the patch when I push it and you can give it a try.
  • now I have mail fetching problems

    Solved
    6
    1
    0 Votes
    6 Posts
    668 Views
    humptydumptyH
    Bunny resynced the DNS. I restarted the VPS and retested. It's fetching fine now. Fingers crossed it stays that way.
  • Cloudron - Origin is unreachable

    Solved cloudflare domains
    7
    1
    0 Votes
    7 Posts
    1k Views
    micmcM
    @TheMoodBoardz YW dude
  • Email SMTP: Connection Closed

    Solved email relay
    18
    2
    1 Votes
    18 Posts
    3k Views
    humptydumptyH
    I enabled Dynamic DNS in Cloudron. Then, I turned off the VPS, deleted its IP's (ipv4 and ipv6) and reassigned new ones. Manually updated DNS record of my. to point to the new domain and it came up in 2 mins. Resynced DNS and it looks like the SMTP issue is fixed.
  • Deleting (3 year old) backups from /var/backups/ (Old Backups) is safe?

    Solved
    4
    0 Votes
    4 Posts
    568 Views
    nebulonN
    yes, the snapshot folder is the folder where the backup is initially made and then from there it is rotated. In your case it was also part of the previous config.
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    1 Views
    No one has replied
  • Domain Setup

    Moved Solved domain setup installation
    3
    1
    1 Votes
    3 Posts
    775 Views
    girishG
    Yes, this was a bug. I have fixed this for the next release (8.0.1).
  • How to enter the backup destination for a local EXT4 volume??

    Solved volumes ext4
    1
    3 Votes
    1 Posts
    101 Views
    No one has replied
  • 'Internal Error' When logging into App Store (Home Server)

    Solved
    11
    5
    1 Votes
    11 Posts
    998 Views
    J
    @tenacioustech interesting fix Cloudron.io does have IPv6 support. Is the issue that IPv6 is not working on your network ? $ host cloudron.io cloudron.io has address 165.227.67.76 cloudron.io has IPv6 address 2604:a880:800:10::b66:f001
  • Piping MYSQL error when restoring Vaultwarden backup

    Solved mysql restore
    3
    0 Votes
    3 Posts
    457 Views
    humptydumptyH
    Yep, as usual. It's user error. I was using the box config backup. I just had to adjust the backup path to point to the app. I figured out the correct path by logging into my Backblaze dashboard, browsed through the bucket (by date) and the file "name" is your path. Copy/paste into the import box along with the box settings and voila!
  • Custom email signature "HTML format (Optional)" no working.

    Solved email signature
    9
    1 Votes
    9 Posts
    1k Views
    J
    @samuelandert-eth the way it works is that Haraka (the mail server) parses the HTML and injects HTML signature. Maybe it's failing to parse apple mail content properly. Do you think you can paste the source of a sample apple email at https://paste.cloudron.io ? This will help us debug further and fix the issue.
  • ipv6 error

    Solved networking ipv6
    5
    1
    1 Votes
    5 Posts
    758 Views
    J
    @mmtrade yeah, that's the problem. IPv6 is not working on the server. Can you also try ping6? $ ping6 ipv6.api.cloudron.io PING ipv6.api.cloudron.io (2604:a880:800:10::b66:f001) 56 data bytes 64 bytes from prod.cloudron.io (2604:a880:800:10::b66:f001): icmp_seq=1 ttl=45 time=122 ms 64 bytes from prod.cloudron.io (2604:a880:800:10::b66:f001): icmp_seq=2 ttl=45 time=235 ms
  • Language value missing

    Solved
    3
    1
    1 Votes
    3 Posts
    382 Views
    nebulonN
    Fixed with next release
  • Cloudron is installing status

    Solved installation
    3
    1 Votes
    3 Posts
    452 Views
    vadimV
    Fixed! Thank You!
  • changing volume on an installed APP

    Solved volumes
    2
    1 Votes
    2 Posts
    296 Views
    nebulonN
    If you relocate an app (changing app data directory) all data will be copied over. See https://docs.cloudron.io/apps/#data-directory Please note that not all filesystems are suiteable for this. The docs link has some info on that.
  • Easy way to duplicate an app for making a dev or pre-production instance?

    Solved clone
    4
    0 Votes
    4 Posts
    539 Views
    fbartelsF
    The process is described at https://docs.cloudron.io/backups/#clone-app
  • can't connect to Hetzner Storage box

    Solved
    2
    0 Votes
    2 Posts
    155 Views
    RazielKanosR
    nevermind, i found my mistake, i copied my public key in, not the private key -.-
  • Synchronizing Cloudron Backups to Hetzner Storage Box

    backups storagebox
    3
    1 Votes
    3 Posts
    475 Views
    archosA
    @nebulon Thank you for your response. Yes, it seems the issue is indeed with hardlinks. I have them enabled. I will try to wait for the Cloudron update, or I might consider using Borg for backups to the Storage Box. That should probably resolve the issue. Another option is using rsync with the -H switch, but I haven't tested it yet. Thank you very much for your help.