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.2k Topics 22.5k Posts
  • How to get Gogs to automatically post to GitHub Pages?

    4
    1 Votes
    4 Posts
    782 Views
    murgeroM
    @ntnsndr You talking about Github Pages official, or the Cloudron app?
  • Apps disappeared

    Unsolved
    16
    0 Votes
    16 Posts
    2k Views
    girishG
    @molinaire did you get this sorted out? If not, I think maybe it's best sorted out by writing to us at support@cloudron.io
  • 0 Votes
    10 Posts
    1k Views
    mehdiM
    @marcusquinn Actually, SIM Swapping is pretty common. I would not suggest having a phone number as a single-point-of-failure for anything remotely critical.
  • SSL Is rate limited and I want to install cloudflare

    Unsolved certificates letsencrypt
    3
    1
    0 Votes
    3 Posts
    558 Views
    girishG
    @aziz So, certificate for *.devz.cloud is already there, so if you install apps on subdomain it will work. Cert for devz.cloud (it is not a subdomain, so we have to get a separate cert from the wildcard cert) is getting rate limited. You can just wait for 2-3 days to install an app on the bare domain and that should work. You should be able to install apps in subdomains in the meantime.
  • from paid-account back to free-account

    Solved appstore
    3
    0 Votes
    3 Posts
    674 Views
    7dowWilkes7
    @girish thank you very much, I will do that
  • Unable to install 2nd app

    Solved appstore subscription
    6
    0 Votes
    6 Posts
    1k Views
    K
    @nebulon said in Unable to install 2nd app: @khadanja from your forum account, I was able to trace it down and for some reason our state showed 2 installed apps. This sometimes happens, since we don't closely track our users. I have reset the state now, so can you try again? That worked. Thanks @nebulon
  • This topic is deleted!

    Solved
    3
    0 Votes
    3 Posts
    4 Views
  • Adding Google sign-in to Cloudron users/admins

    2
    0 Votes
    2 Posts
    337 Views
    nebulonN
    @ohault hi and welcome here. Other external auth providers are currently not supported and I don't think we have any plan to integrate this, at least this wasn't asked for in the past for the whole Cloudron as such. We have external LDAP syncing for larger organizations to avoid having to manually create user accounts on Cloudron though.
  • Install cups for local network

    Solved
    6
    1
    0 Votes
    6 Posts
    1k Views
    nebulonN
    @roru2k20 great that you found this out and thanks for sharing here
  • Lets Encrypt Certificate were not accepted/expired

    Solved letsencrypt certificates
    3
    1
    0 Votes
    3 Posts
    679 Views
    R
    @girish Oh sorry about that, I don't seem to have looked that closely for the topic so that I would have noticed it. I already thought that it has to do with the Let's Encrypt exchange. Thanks for that. My nextcloud has no error, only my banking app, but I would say it is the same reason and I must wait for an update.
  • Cloudron Application Password?

    Solved password passphrase default application cloudron
    4
    0 Votes
    4 Posts
    969 Views
    L
    @scooke Thank you very much! Bookmarked
  • email privacy and email headers

    Solved email privacy
    7
    0 Votes
    7 Posts
    1k Views
    robiR
    @luckow Thanks! didn't know SoGo can too, updated my post!
  • Multiple Servers Mix of Free & Paid

    Solved subscription
    2
    1 Votes
    2 Posts
    537 Views
    nebulonN
    Hi and welcome here @briankb What you say is correct, you can have multiple Cloudrons bound to the same cloudron.io account and those Cloudrons may have different subscription states.
  • "Data argument must be of type"..."Received null" error during restore process

    Solved restore
    16
    0 Votes
    16 Posts
    2k Views
    d19dotcaD
    @girish That'd be awesome, thanks Girish. I'll hope it's ready for this week though for everyone and that should fix it.
  • Version numbers in notifications are the old ones

    2
    1
    1 Votes
    2 Posts
    493 Views
    girishG
    @manngobaum yes, this was a display bug. It's fixed in the upcoming release. Thanks for reporting.
  • All our apps and cloudron dash inaccessible

    2
    0 Votes
    2 Posts
    444 Views
    girishG
    @smokeyfro I replied from support@ earlier today but I am able to reach your dashboard just fine. Can you confirm? Not sure what changed but looks like you managed to fix this yourself. What did you have to do ?
  • unable to run on ubuntu 20.04

    Solved install
    8
    0 Votes
    8 Posts
    1k Views
    M
    @girish that's what I meant, the cmd ran always before, but now only in the rare case the directory isn't there
  • Linux Mint 20.04

    Solved mint installation
    5
    0 Votes
    5 Posts
    1k Views
    girishG
    For reference, the other thread is https://forum.cloudron.io/topic/5819/jellyfin-install
  • Unable to enable robots.txt crawling

    Solved
    4
    1 Votes
    4 Posts
    712 Views
    robiR
    @nebulon Yes, it took a while to figure that out. The UI is the confusing part, since if you see that screen the first time and it is populated, you have no indication to clear it, or button to turn it off. The logical part is to change what it says, for ex Disallow to Allow, but that doesn't work either So a UX improvement would be to have a toggle, which only displays the robots.txt proxy content if it's enabled and while off gives a hint as to what turning it on will actually do. That way the breadcrumbs lead to the loaf of understanding and satisfaction
  • Let's Encrypt CA

    letsencrypt certificates
    12
    0 Votes
    12 Posts
    2k Views
    girishG
    @murgero I suspect the exception is coming from https://git.cloudron.io/cloudron/cloudron-cli/-/blob/master/src/actions.js#L255 . That function is called from https://git.cloudron.io/cloudron/cloudron-cli/-/blob/master/src/actions.js#L309 (you can see the error message in the line after). If you know some nodejs, maybe you can debug that to see why it thinks options is undefined.