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
  • Postgres root login info?

    Solved postgresql
    7
    0 Votes
    7 Posts
    2k Views
    C
    @girish I use DBeaver with an SSH tunnel. I just found an option that I forgot to toggle on -- "Show all databases". Now it shows all the databases! On a side note, I did first try to configure an SSH tunnel and a post-command to execute "/usr/local/bin/docker exec -ti postgresql bash" and that worked as well. But, only one tunnel is needed to the cloudron server to login as root that allows access to all databases. I'm good to go. Thanks for the help!
  • Permissions in /home/yellowtent/boxdata/mail/vmail/* are inconsistently applied

    Solved mail
    8
    0 Votes
    8 Posts
    986 Views
    girishG
    @d19dotca Ah good point about editing those files. In the next release, I am hoping to make the filemanager be able to edit mail data (so admins can setup sieve rules etc for a mailbox), so this will atleast partly fix that issue.
  • 0 Votes
    7 Posts
    2k Views
    girishG
    Not 100% sure but are there any files under /home/yellowtent/boxdata/mail/spamd/<mailboxname> ? Those are the per mailbox spamassassin bayes databases. Maybe it's picking up something from there?
  • "Spam" messages forwarding correctly via Forwarding sieve rule?

    Solved mail sieve spam
    10
    0 Votes
    10 Posts
    2k Views
    girishG
    Good notes to follow up when we look into email in the next release. IIRC, whitelist setting is a bit dangerous because it allows "spoofed" emails as it pretty much bypasses all the SPF/DMARC/DKIM checks. Meaning, Cloudron does not reject mail if those checks do not pass because there are too many misconfigured mail servers out there. Instead we tag the failures and allow spamassassin to score the rules. whitelisting makes spamassassin bypass the checks altogether.
  • Cloudron Wordpress Site Access Problems

    Solved errcert certificates wordpress trusteddomains
    9
    2
    0 Votes
    9 Posts
    2k Views
    girishG
    @americankulak Ah! thanks for the update.
  • How do you diagnose PHP-based SQL problems?

    Solved mysql
    13
    1
    0 Votes
    13 Posts
    3k Views
    girishG
    Ok, I will mark this as solved but let's investigate further if this comes up again. FWIW, if you do docker exec -ti mysql /bin/bash then the details mysql logs are located at /tmp/mysqld.err .
  • git.cloudron.io cant sign in withe Github or Gitlab - Error422

    Solved git
    3
    0 Votes
    3 Posts
    780 Views
    girishG
    This should work now.
  • cloudron-setup has no documentation for "provider" options

    Solved
    17
    0 Votes
    17 Posts
    4k Views
    M
    @thetomester13 I came across this question after recently installing on Oracle Cloud, and thought I ought to put something in for the argument. I put in "OCI", saw it had been written to a file somewhere, but apart from that it all just worked so I forgot about it!
  • not working email forward when email relay ?

    Solved email relay forwarding
    20
    0 Votes
    20 Posts
    4k Views
    girishG
    @msbt thanks! I will try to see if I can make this just "work" in the next release.
  • Discourse: create new root email

    9
    0 Votes
    9 Posts
    2k Views
    scookeS
    @qimmiq Great! Imma gonna uninstall that Discourse ram hog now!
  • Since 6.3 certs cannot be found

    Solved
    5
    0 Votes
    5 Posts
    1k Views
    imc67I
    @nebulon
  • How to use syncthing for mirror the backup over the internet?

    1
    1 Votes
    1 Posts
    473 Views
    No one has replied
  • Error Login Dashboard Cloudron : {{ 'login.errorIncorrectCredentials' | tr }

    Solved
    4
    1
    0 Votes
    4 Posts
    413 Views
    girishG
    @lg2_soft ah, it could be you are in a pretty old version of cloudron. The current version is 6.3
  • Backblaze Cleanup Backups not functioning

    2
    2
    0 Votes
    2 Posts
    600 Views
    D
    Just had a read over this support ticket: https://forum.cloudron.io/topic/5272/backup-size-growing/ should have added to this rather then create a new topic. I'm assuming once changing the lifecycle setting, an almost full reset of the bucket will be required as the 'Delete' function of Cloudron won't run correctly?
  • 6.3.3 a few quirks

    Solved update
    27
    0 Votes
    27 Posts
    4k Views
    girishG
    @d19dotca Also, it's probably not clear from the UI because the UI is not optimized for the early upgraders. You can see https://git.cloudron.io/cloudron/box/-/blob/master/CHANGES for what exactly is the fix in the patch release.
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    2 Views
    No one has replied
  • Cloudron does not start after Update to 6.3.3

    Solved update
    6
    0 Votes
    6 Posts
    1k Views
    robiR
    @girish I would avoid deleting them, but instead migrate them to the deactivated directory.
  • no Server IP or Hostname field in Backup NFS configuration

    Solved
    3
    1
    0 Votes
    3 Posts
    819 Views
    P
    Thanks that was it!
  • How to switch PHP version?

    lamp
    3
    0 Votes
    3 Posts
    869 Views
    girishG
    @ritesh What PHP version are you looking for? Usually, we make a new version of the LAMP stack as new versions come out. I guess maybe it's time for PHP 8 (if that's what you are looking for).
  • Help Cloudron offline

    Solved disk space offline
    8
    0 Votes
    8 Posts
    2k Views
    D
    @girish UPDATE: Finally found the culprit the was a huge backup file in /var/backups/snapshot# Did the internal DNS restart steps, restarted docker and my sites are working again. Still having trouble accessing the cloudron admin page, complaint about certificates etc. will wait and see if this resolves itself. Dimitri UPDATE: /home/yellowtent/box/setup/start.sh did the trick cloudron dashboard also available again