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.6k Posts
  • 1 Votes
    5 Posts
    2k Views
    ChristopherMagC
    @girish Sorry for the late reply, I the default forum settings were to send me email notifications once a week, I have changed that to daily. I was trying to use the self-signed certificate for all apps. I have gone ahead and followed the steps in the blog article I linked to and was able to upload the full CA and web server cert chain to Cloudron and after getting the root certificate authority into all the devices accessing Cloudron everything is working well from Windows and iOS based devices. It looks like Apple is going to be decreasing the certificate lifetime further down to 398 days so you may want to lower the lifetime down to a year to get ahead of that change.
  • Changing the Mail server location from my.* to something else

    Solved mail
    11
    2 Votes
    11 Posts
    2k Views
    robiR
    As long as the IP doesn't change from my. to mail. no clients need immediate reconfiguration. The Reverse DNS is something that I also wanted to change for vanity reasons, but not at the expense of email. Now I can.
  • "subdomain 'selfhost.cloud' is in use"

    Solved domains updates
    7
    0 Votes
    7 Posts
    1k Views
    jdaviescoatesJ
    @jdaviescoates said in "subdomain 'selfhost.cloud' is in use": use the File Manager Which is exactly what I did Actually the first time I used to nice new File Manager
  • SSH to AWS Marketplace Cloudron

    Solved ssh
    5
    0 Votes
    5 Posts
    1k Views
    ClipperC
    @BrutalBirdie I thought of marking as solved but did not find the button. Now I understand why, it's buried somewhere
  • Error loading fsmetadata.json

    Solved restore backups
    11
    0 Votes
    11 Posts
    2k Views
    yusfY
    @girish I don’t think I’ve tampered with anything there, no. Very good, as long as there’s some mechanism to reliably start over I’m happy to do that. Thanks! In the longer term maybe some kind of ”Start over” mechanism doing this same thing can be exposed to the backup page…
  • CLI cmd: 'cloudron pull' does not copy the entire file

    Solved cli
    6
    0 Votes
    6 Posts
    1k Views
    saikarthikS
    Confirmed working on 4.5.3 To install a specific version: sudo npm install -g cloudron@4.5.3
  • 2 Votes
    3 Posts
    582 Views
    LonkleL
    Gotcha, thanks for the clarification! ️
  • IMAP port and server settings for LAMP app mail client

    lamp mail smtp imap
    14
    1
    0 Votes
    14 Posts
    4k Views
    girishG
    @saikarthik said in IMAP port and server settings for LAMP app mail client: What I blurred out in the picture is actually a valid cloudron mailbox ID. Yes, but it seems there is some extra text before it like Test User: "Test User". Can you remove that and try?
  • How does spam work with special mail folders?

    Solved email mac ios spam junk
    20
    1 Votes
    20 Posts
    3k Views
    girishG
    @necrevistonnezr said in How does spam work with special mail folders?: @girish Wouldn't it make sense to create hardlinks instead of symlinks for these folders so that you don't have duplicate folders? Ar am I overlooking something? The cloudron backup logic does not understand hardlinks. It would then end up taking backup of your junk folder twice. This is unlike symlinks which is ignored by the backup code. Neither the symlink nor the contents of a symlink are backed up. This does bring up an important point that if you move your mail server to a different server, you have to remember to create this symlink by hand again!
  • Backup import error: migrating a cloudron app to a new cloudron server

    Solved backups restore
    7
    0 Votes
    7 Posts
    2k Views
    rmdesR
    glad to have helped
  • 0 Votes
    6 Posts
    1k Views
    robiR
    can you modify the title a bit for clarity since this isn't a migration but more of a swaping or switching? ty UPDATE: it's been modified within 2m, thanks to @girish
  • Where is admin@cloudron.local set?

    mail
    7
    0 Votes
    7 Posts
    1k Views
    robiR
    why not simply manage a local cloudron.local domain in hosts or local DNS then?
  • Healthcheck for protected custom Node apps

    health
    6
    0 Votes
    6 Posts
    2k Views
    LonkleL
    @girish Yes yes, this would only be for development purposes (since placing the token in CloudronManifest would, of course, be silly). This would be just to pass the healthcheck so I don't expose anything while developing on a public domain. Thanks for letting me know it'll work, it'll help with an app I'm porting.
  • Billing: alternatives to credit cards sought!

    Solved billing subscription
    5
    1 Votes
    5 Posts
    1k Views
    W
    @Hillside502 I was trying using my personal Halifax debit card, on a UK account. It was unclear if it's a problem with my card specifically or the bank... The company I'm paying on behalf of has a bank account but no credit card, I'm not sure if it has a debit card, will find out.
  • Backup failing

    Solved backup
    3
    0 Votes
    3 Posts
    874 Views
    yusfY
    @robi Right, so the issue may be on the storage side. Now that you mention it, my object storage is inaccessible…
  • Wasabi Backup Error - KeyTooLong

    Solved backup encryption
    7
    0 Votes
    7 Posts
    2k Views
    girishG
    @lucidfox rsync + encryption has file path length limitations i.e if your app has a file which has long path (not just the file name, maybe it is some 10 folders deep) the backup will error. The limitations are documented here https://docs.cloudron.io/backups/#encryption . @Robin opened a feature request here to improve this - https://forum.cloudron.io/topic/3057/consider-improvements-to-the-backup-experience-to-support-long-filenames-directory-names
  • 0 Votes
    26 Posts
    975 Views
    d19dotcaD
    @girish that’s perfect, great detective work! Thanks Girish for working to solve that. I really appreciate it. I’ll keep an eye on it in my server you patched and see if the issue comes back. Thanks again!
  • Upgrades of stopped Apps

    Solved
    7
    2 Votes
    7 Posts
    1k Views
    robiR
    @nebulon My pleasure, one of my superpowers.
  • Need Help with the SMTP settings

    Solved email ssl port thunderbird
    10
    0 Votes
    10 Posts
    3k Views
    girishG
    I see. Maybe that's because mailtrain adds unsubscribe headers in the email header etc. I don't really know of any other bulk mailer software. Are you able to contact the support of turbo mailer and ask them if they support STARTLS at all?
  • Does Cloudron support Remote SQL

    Solved
    12
    1
    0 Votes
    12 Posts
    3k Views
    LonkleL
    @scooke Yes yes, that's how it's supposed to work, correct. It doesn't work that way with Wordpress Multisite. You change the domain on Cloudron and the whole app breaks. I'll be fixing that in a future update to the Wordpress Unmanaged App package tho since that's the app I really want to work on. ️