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.1k Posts
  • restore rocket chat

    restore backups memory
    2
    0 Votes
    2 Posts
    648 Views
    girishG
    Usually, "Killed" means it ran out of memory when importing. Can you try to restore again and see "dmesg -w" output in parallel to see if that is indeed the case? You can bump the memory limit for the restore logic as indicate here - https://cloudron.io/documentation/troubleshooting/#backups
  • 0 Votes
    2 Posts
    478 Views
    d19dotcaD
    Quick update: I just manually ran another system-wide backup and it was successful, so it seems it may have just been a one-off and probably won't happen again anytime soon, was likely just coincidental I was making a bunch of changes to it yesterday considering other system backups proceeded without issue since the time I made those changes. But I'd love to get a second-set of eyes for insight into if this is something I should fix to prevent it in the future or just a one-off type of thing that can safely be ignored.
  • Scaleway backup errors

    Solved nextcloud backups encrypted scaleway
    5
    0 Votes
    5 Posts
    2k Views
    T
    @girish They are unusual I would say, yes. It's a file that is being updated on a daily basis so it has a file history of 30 different versions in NextCloud. They are .db.crypt12 files, which is a database backup of WhatsApp about 120MB in size.
  • Distribute applications on multiple servers?

    multi-host
    3
    0 Votes
    3 Posts
    1k Views
    P
    I think this could be a very interesting feature, eg. to isolate personal apps from other domains and apps... Also, this feature allow to do a good workload plan setting up different VPS. Many thank's a lot!
  • I'm confused about Cloudron LDAP... do we have it or not?

    Solved ldap usermanagement
    4
    0 Votes
    4 Posts
    943 Views
    scookeS
    Merci beaucoup!
  • NodeJS Server

    Moved Solved nodejs custom-apps docker
    5
    1 Votes
    5 Posts
    2k Views
    girishG
    For others looking for examples, there's a bunch of custom app templates I made that should help getting started: https://git.cloudron.io/cloudron/tutorial-php-app/ https://git.cloudron.io/cloudron/tutorial-nodejs-app https://git.cloudron.io/cloudron/tutorial-basic https://git.cloudron.io/cloudron/tutorial-redis https://git.cloudron.io/cloudron/tutorial-supervisor-app
  • Redis backup error (Wallabag)

    redis backups
    5
    0 Votes
    5 Posts
    1k Views
    nebulonN
    Can you check with docker ps -a if that container is in fact there and then restart it with docker restart <containerid>?
  • How install wordpress with www?

    Solved
    8
    0 Votes
    8 Posts
    2k Views
    jdaviescoatesJ
    @jdaviescoates said in How install wordpress with www?: Quite possible I just didn't wait long enough too I guess... I think that was it. I actually first tried just adding www redirect again to my WordPress at https://uniteddiversity.coop and waited a bit before trying it and it works fine. Sorry, should've been more patient in the first place!
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    7 Views
    No one has replied
  • Best/ preferred/ fastest way to get support?

    support pricing
    4
    1
    3 Votes
    4 Posts
    780 Views
    girishG
    We will fix the pricing page, I agree it's a bit misleading.
  • Cloudron 5.2 update failed

    Solved redis update
    8
    0 Votes
    8 Posts
    2k Views
    T
    @valkalon Cloudron support is still the best
  • Secure LDAP?

    Solved security ldap
    6
    0 Votes
    6 Posts
    1k Views
    girishG
    I think there's a genuine case in the future where if we introduce per-app admins, then app admin can access terminal of one app to see traffic (and sniff ldap/db creds) of another app. I think it's an excellent suggestion to remove it!
  • 0 Votes
    7 Posts
    2k Views
    d19dotcaD
    @girish Ah interesting, yes that definitely seems like an OVH-specific issue then. At least they're heading in the right direction I guess towards the end of this year. Thanks for shedding some light on that one for me.
  • 0 Votes
    7 Posts
    2k Views
    girishG
    @necrevistonnezr They are pretty much the same feature. Cloudron's works at the platform level for all apps including nextcloud itself whereas nextcloud's will work only for nextcloud.
  • After update to Cloudron 5.2.3, redis runs out of memory

    Solved redis nextcloud memory
    2
    0 Votes
    2 Posts
    637 Views
    girishG
    @necrevistonnezr indeed, previous versions of Cloudron would allocate more memory for redis based on the app's memory limit. This limit was not settable by the user. In 5.2, we have made the redis limits visible and configurable by the user. Our 5.2 migration script should ideally could have been smarter and allocated more memory to redis.
  • 0 Votes
    9 Posts
    2k Views
    girishG
    @Felix Did you manage to install it?
  • Nextcloud Backup without Data

    backups cifs hetzner hardlinks
    24
    1 Votes
    24 Posts
    5k Views
    nebulonN
    correct in your case this should not be any issue as this is mounted like a regular ext4 which supports hardlinks just fine.
  • Backup retention time

    backups docs
    11
    0 Votes
    11 Posts
    2k Views
    mehdiM
    @Mallewax I think this depends on the webmail app, more than on the platform itself. Not totally sure though, I am not particularly familiar with the inner workings of the email protocols
  • Cloudron Admin Account Locked Out

    Solved admin
    5
    0 Votes
    5 Posts
    2k Views
    B
    Yeah, had to do a fresh install. It all worked out in the end.
  • Errors on System Info page

    Solved graphs
    2
    3
    0 Votes
    2 Posts
    554 Views
    girishG
    @ruihildt Thanks for reporting. This is fixed in the coming release - https://git.cloudron.io/cloudron/box/-/blob/master/CHANGES#L1930