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
  • DNS set to No-Op - "Configure Reverse Proxy"

    Solved domains
    5
    0 Votes
    5 Posts
    1k Views
    girishG
    @doodlemania2 the 'Custom wildcard certificate' option .. That generates a self-signed cert, if you don't provide one.
  • 0 Votes
    3 Posts
    932 Views
    S
    @nebulon Thanks for confirming!
  • How to find the size of each apps' backup?

    Solved backups backblaze
    5
    1 Votes
    5 Posts
    1k Views
    jagadeesh-s2104J
    @jagadeesh-s2104 Clean backup is a good idea. Thank you!
  • Root Domain Hosts Shopify Site Subs Are Cloundron

    domain setup dns domain setup
    3
    0 Votes
    3 Posts
    762 Views
    girishG
    @briankb-0 said in Root Domain Hosts Shopify Site Subs Are Cloundron: What happens if I add the domain to Cloundron so I can use it to setup sub-domains for NodeBB and Ghost? When you add a domain: To validate credentials, the code will add a cloudrontestdns A record and remove this immediately. To configure the server to send emails: If there is an existing SPF record, it is edited to have a:my.my.domain.com . The SPF record essentially whitelists which servers can send email on behalf of the domain. This is NOT destructive, your existing SPF record is only amended. A DKIM record is added under <random>._domainkey.domain.com. This is used to sign/verify emails by mail servers. Because of the 'random' part, it won't conflict with any of your existing DKIM keys If there is no existing DMARC record, we create one with the value "v=DMARC1; p=reject; pct=100". This essentially is a strict DMARC policy not allowing anyone outside the SPF record to send emails on behalf of the domain. Other than that, it is what @BrutalBirdie said. The bare/root domain is untouched. Cloudron only adds entries when you install apps. Also, if you had a root domain DNS entry already, it will warn you that it's in use, if you try to install an app on the root domain (it does this check for any subdomain).
  • Where can I put custom nginx conf that won't be overwritten?

    Solved reverseproxy nginx
    21
    0 Votes
    21 Posts
    5k Views
    kaxlineK
    @robi Yes, sorry, I just followed the tutorial that was previously posted by @scooke https://cloak.ist/blog/how-to-put-a-ghost-blog-at-a-subdirectory-using-cloudflare-workers/
  • Help needed: Systems setup

    7
    3 Votes
    7 Posts
    1k Views
    micmcM
    @jdaviescoates said in Help needed: Systems setup: @micmc said in Help needed: Systems setup: my video series on using CR Got a link for that? Just not yet, it's still in production but it's coming will let you know don't worry, I should start pushing out some in a few weeks.
  • This topic is deleted!

    6
    1
    0 Votes
    6 Posts
    7 Views
  • Cannot add second app

    Solved appstore subscription
    3
    0 Votes
    3 Posts
    842 Views
    nebulonN
    Resolved via support ticket, state was out-of-sync.
  • Issue restoring backup - remotePath must be a string

    Solved restore
    3
    2
    0 Votes
    3 Posts
    735 Views
    girishG
    @MOrochena Ah yes, restores across different versions is not supported. Ideally, the error message could have been better though, I will fix that (i.e it should have said the version does not match instead of saying 'remotePath' must be a string!
  • Scaleway backups retained > retention policy

    Solved backups scaleway
    7
    1 Votes
    7 Posts
    2k Views
    timconsidineT
    @scooke I tried "cleaning" but didn't make a difference. Will keep an eye on it.
  • Run script on new email

    Solved mail
    10
    0 Votes
    10 Posts
    2k Views
    yusfY
    Thanks guys, I check out those resources provided
  • Cant login my second Cloudron

    Solved
    5
    0 Votes
    5 Posts
    568 Views
    M
    Well good news resolving the unbound fixed everything else! Thank you so much for your help!!!
  • 0 Votes
    7 Posts
    2k Views
    girishG
    @modifyd Ah ok, glad that got sorted out. If it goes to non-responding again, please post the logs here, so we can debug what's happening.
  • Namesilo: Setting up DNS records for email

    Moved Solved namesilo email
    3
    1 Votes
    3 Posts
    2k Views
    E
    @girish Yes I did! Thanks for all your help!
  • Deleting apps failing for GoDaddy domains

    Solved godaddy
    3
    0 Votes
    3 Posts
    991 Views
    girishG
    @christossioutis said in Deleting apps failing for GoDaddy domains: Perhaps GoDaddy added some logic to their service that rejects setting the domain to 0.0.0.0 Yes, exactly. GoDaddy has now added a new delete record API, we have fixed this yesterday - https://git.cloudron.io/cloudron/box/-/commit/9b6733fd88cb691d1df837387bea4892cc9c9937. The fix should be out in a week or so. For the moment, you can remove the record manually inside GoDaddy and then you can uninstall the app.
  • GoDaddy Error

    Solved godaddy domains
    15
    0 Votes
    15 Posts
    3k Views
    B
    @girish the work around worked perfectly
  • Backup Failed

    Solved backup update
    11
    0 Votes
    11 Posts
    2k Views
    girishG
    @humptydumpty said in Backup Failed: This is most likely to do with postgresql not having enough memory. Please go to Services and bump up the postgres memory.
  • Having trouble with 2FA on my Cloudron

    2fa
    2
    0 Votes
    2 Posts
    701 Views
    girishG
    @rohit507 Use https://docs.cloudron.io/user-management/#password-reset-ssh to create a one time password to login. Once you logged in, you can disable the 2FA and re-set it up.
  • Running Cloudron on OpenVZ

    Solved openvz installation
    4
    0 Votes
    4 Posts
    1k Views
    girishG
    Indeed, OpenVZ is not supported. I recently discovered systemd-detect-virt , will try to add a warning in our install script based on what it detects.
  • 0 Votes
    6 Posts
    908 Views
    JeyakumarrathnaselviJ
    @girish Ok. I solved it by cloning the failed app to another app on the cloudron instance. it solved by now. I will try increase the postgres memory allocation in service and try whether it can solve the problem or not