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
  • Site marked as already setting up or restoring

    Solved installation
    2
    0 Votes
    2 Posts
    512 Views
    girishG
    @Wishuwero do a systemctl restart box and refresh the browser. That should bring back the setup UI again.
  • 0 Votes
    5 Posts
    1k Views
    timconsidineT
    @necrevistonnezr not sure about Roundcube as I moved over to SnappyMail, but I think it is similar. Under Filters you can add a sieve script (maybe they call it 'custom') And yes I think discard with message is equivalent. But not an expert. Due to the excellent spamassassin rules posted here https://forum.cloudron.io/post/30512 by @d19dotca, I am not needing to use sieve in SnappyMail. But here is the script which I use in Protonmail. The from can be changed to to I guess. NB : I put the reject part of the rule before the spam test. Arguably I should have a return after the reject - not sure why I did not do that. require ["include", "environment", "variables", "relational", "comparator-i;ascii-numeric", "spamtest", "reject", "fileinto", "imap4flags"]; if address :contains "from" ["spammer@blah.co.uk", "spammer.com"] { reject "Spam"; } if spamtest :value "ge" :comparator "i;ascii-numeric" "5" { fileinto "spam"; } if exists "list-unsubscribe" { addflag "\\List"; } # Generated: Do not run this script on spam messages if allof (environment :matches "vnd.proton.spam-threshold" "*", spamtest :value "ge" :comparator "i;ascii-numeric" "${1}") { return; }
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    9 Views
    No one has replied
  • Volumes are not working

    Solved volumes lychee syncthing
    21
    4
    0 Votes
    21 Posts
    3k Views
    girishG
    https://forum.cloudron.io/topic/7619/filesystem-mount-inside-container for others to follow along.
  • Cloudron on ZFS

    Solved zfs
    5
    0 Votes
    5 Posts
    978 Views
    girishG
    ZFS is not supported/untested. I would say please open a feature request in the feature request category if this is required and we have to analyze the benefits/use case.
  • Trying to install 2nd app

    Solved
    2
    0 Votes
    2 Posts
    411 Views
    nebulonN
    Hi there, please send us a mail with your Cloudron ID and appstore account email to support@cloudron.io
  • Restore Cloudron - "ipv4 must be a string" when using Static IP config

    Solved network
    5
    2 Votes
    5 Posts
    1k Views
    nebulonN
    @skeats this is fixed already but pending a Cloudron release. We got a bit behind schedule this time.
  • How can I switch from Linode to DigitalOcean?

    Solved
    3
    1 Votes
    3 Posts
    632 Views
    H
    @jdaviescoates Thank you so much!
  • How to use Cloudron's COTURN server with non-Cloudron apps

    Solved coturn
    4
    1
    1 Votes
    4 Posts
    991 Views
    potemkin_aiP
    @nebulon it would be lovely to see those credentials, for example, on the system settings or service settings somewhere - could be hidden by default, unveiled only after the click on some button, like 'show me the password'
  • 0 Votes
    6 Posts
    1k Views
    M
    @nebulon perfect, thanks for confirming!
  • No graphs on any of the apps

    Solved
    16
    4
    0 Votes
    16 Posts
    3k Views
    girishG
    @humptydumpty said in No graphs on any of the apps: On my 22.04 server, the graph in the app settings does not show This is fixed in the next release. The upcoming release is a bit delayed but we are working on getting it out next week or so. (Sorry, some of the mail features are quite time consuming to implement).
  • no name resolution in all apps

    Solved unbound dns
    4
    0 Votes
    4 Posts
    715 Views
    D
    @girish Thank you - now its working again.
  • Apply all updates

    Solved updates
    5
    1 Votes
    5 Posts
    946 Views
    girishG
    Or if the app supports import/export of it's own, then install the latest version of the app and import the previous one into it.
  • error when installing on alibaba cloud

    Unsolved installation
    3
    0 Votes
    3 Posts
    656 Views
    subvenS
    Can you please also post the output of: systemd-resolve --status | grep 'DNS Servers' -A2 and systemctl list-units --state=failed
  • Additional Ubuntu Hardening

    Solved
    10
    1 Votes
    10 Posts
    2k Views
    potemkin_aiP
    @nebulon thank you, hope to hear some wisdom from the community
  • This topic is deleted!

    1
    1
    0 Votes
    1 Posts
    1 Views
    No one has replied
  • Memory usage on new Cloudron is constantly high

    4
    0 Votes
    4 Posts
    857 Views
    d19dotcaD
    @Ritesh I suspect the issue is the low side of your memory to begin with, but wanted to also add that if you add more memory and still experience issues where it seems the memory or CPU usage is constantly high, you can reach out to Vultr's support as the issue may be on the hypervisor where some "noisy neighbours" may be happening which is starving your VM of resources. I had a similar issue a few months ago and they addressed it on their end after a few days.
  • This topic is deleted!

    7
    1 Votes
    7 Posts
    43 Views
  • More CPU cores or higher frequency/speed per core?

    2
    1 Votes
    2 Posts
    408 Views
    P
    @Stardenver Interested in this use case too but have yet to do any organized testing.... There are some main factors regarding how Cloudron runs things that I considered important Containerized apps and core services (linux) Docker network (the network resides on one linux instance) Given docker and the network are open in terms of running multi process/threads besides the CPU speed It mainly depends on how the app itself is built A good rule of thumb would be to just keep a nice ratio between speed and amount of threads If you can going with high speed and most amount of thread's is the most "optimal" in terms of specs, not so much price... I know its an open ended answer but that's because there is no one "right" answer lol +1
  • Certificate expiry problems (perhaps related to DNS migration)

    Unsolved certificates
    10
    0 Votes
    10 Posts
    2k Views
    R
    Nothing that mentioned the _ (wildcard) cert at least, which is part of why I'm stumped. I don't know what is creating it, or where to look.