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
  • I want to have a script send an email via Cloudron

    Solved
    4
    1 Votes
    4 Posts
    532 Views
    girishG
    @81ewlska you can send a mail like this: Get mail server container IP - docker inspect --format='{{range .NetworkSettings.Networks}}{{.IPAddress}}{{end}}' mail Get relay auth token - docker inspect -f '{{range $index, $value := .Config.Env}}{{if eq (index (split $value "=") 0) "CLOUDRON_RELAY_TOKEN" }}{{range $i, $part := (split $value "=")}}{{if gt $i 1}}{{print "="}}{{end}}{{if gt $i 0}}{{print $part}}{{end}}{{end}}{{end}}{{end}}' mail . Don't ask me how this works, I stole it from Stack overflow But essentially, CLOUDRON_RELAY_TOKEN is an environment variable in the container. You can also get this from docker inspect mail | grep CLOUDRON_RELAY_TOKEN and do some string manipulation. Then, send mail (example.com below is your primary domain): swaks --server <mail_server_ip> --port 2525 --from no-reply@example.com --to test@cloudron.io \ --body "Test mail from Cloudron" \ --auth-user no-reply@example.com --auth-password <relay_token> Note: above only works from the server itself. You cannot send mails from outside the server using a token.
  • after reboot ethernet driver missing ?

    Solved networking linux kernel
    4
    1 Votes
    4 Posts
    683 Views
    A
    Cheers, yes I've added the r8125 module to that now. I'll see what happens next time I need to restart. I haven't had to either, must be my cheap hardware choices biting me in the ass.
  • My.Domain.com Stuck on setupdns.html

    Unsolved
    4
    1 Votes
    4 Posts
    479 Views
    girishG
    @savagemic ok, so this has to do with Cloudron box code not starting up and not to do with installation. Can you please check /home/yellowtent/platformdata/logs/box.log ? The start up is getting stuck somewhere. If you can write to us on support@cloudron.io we can debug this quickly.
  • Namecheap API and Home server with Public IP HELP

    Solved domains namecheap
    11
    0 Votes
    11 Posts
    2k Views
    girishG
    @Advika58 Are you a bot?
  • Correct entry for CAA record in DNS Panel?

    Unsolved certificates
    5
    1 Votes
    5 Posts
    702 Views
    C
    good question...I had yunohost before...they did recommend to install the CAA record. I think, that is the reason.
  • LDAP authentication for Macintosh

    10
    0 Votes
    10 Posts
    1k Views
    girishG
    @andreasdueren said in LDAP authentification for Macintosh: But when the IP is not whitelisted, it just keeps going and is not getting closed. So strange. The behavior should be the exact opposite! Not sure what to suggest anymore, maybe you can write to support@cloudron.io and we can try to debug.
  • Errors after VPS upgrade

    Solved restore
    2
    0 Votes
    2 Posts
    372 Views
    archosA
    So I've tried several times to restore the apps and everything is fine.
  • External MySQL

    Solved mysql
    7
    0 Votes
    7 Posts
    2k Views
    nebulonN
    By now the internal IP for mysql is hardcoded to 172.18.30.1 so this command is not required anymore: https://docs.cloudron.io/guides/connect-mysql/#internal-ip-address
  • Cannot install current cloudron

    Solved installation avx
    2
    1 Votes
    2 Posts
    340 Views
    girishG
    @dsnradio at this point, no. You can maybe try the previous version of Cloudron. You can run the setup script as cloudron-setup --version 7.5.2. But please be aware that you cannot upgrade.
  • 1 Votes
    9 Posts
    830 Views
    8
    There were a bunch of dangling images. Deleted those. Update failed because you no longer use AWS (....lol), but after https://forum.cloudron.io/post/59939 Update is complete. Well, 5 or 10 updates. Hey, everything kept working for years...! Surfer installed successfully. Thank you for your help! Note to anyone doing this in the future: the updates will result in a lot of backups (which can be removed via the web interface or at /var/backups) and a bunch of dangling or unused docker images which can be removed with docker system prune or docker system prune -a
  • Can't get a new certificate

    Solved certificates
    9
    1 Votes
    9 Posts
    1k Views
    girishG
    @userino you should also put that in /etc/sysctl.conf to make the setting persistent across reboots.
  • trying to install a shared ssl certificate on my web server

    certificates
    12
    0 Votes
    12 Posts
    2k Views
    adisonA
    @girish yeah, i did that.
  • Cloudron partial install but server seems active

    install setup mysql
    4
    1 Votes
    4 Posts
    758 Views
    girishG
    @joack said in Cloudron partial install but server seems active: I tried installing it on my recently updated ubuntu20.04 desktop As others warned, don't do this! It's not meant to be run this way. You can create a VM on your desktop and install it in the VM though. The error itself is happening because you probably are using MySQL already and this is conflicting with Cloudron installation.
  • Rotating backup parse error

    backups
    16
    0 Votes
    16 Posts
    2k Views
    girishG
    So, these errors are caused by the remote server. The XML error is returned by the AWS SDK in response to some remote error. Unfortunately, there is nothing much we do on Cloudron side to fix this.
  • an application backup is taking just about forever...

    14
    0 Votes
    14 Posts
    2k Views
    girishG
    For the app tasks, an 'x' button will appear on the right of the progress bar after 3 minutes or so. It's like this because once you cancel the task, you have to go to the Repair tab to bring it back up. We didn't want to show an 'x' immediately and complicate things.
  • Backup failed: du error: Command failed

    Solved backup backups disk-usage
    4
    1 Votes
    4 Posts
    604 Views
    necrevistonnezrN
    Might not be limited to „lock“ files: Today I had a similar error (first time ever!) du error: Command failed: du -Dsb "/home/yellowtent/boxdata/mail" du: cannot access '/home/yellowtent/boxdata/mail/vmail/[REDACTED]/mail/dovecot.list.index.log.2': No such file or directory
  • AVX support at netcup

    Solved avx netcup
    4
    1 Votes
    4 Posts
    726 Views
    robiR
    Always check the CPUs via cat /proc/cpuinfo | grep avx
  • Domain is in use in an app's mailbox section

    10
    0 Votes
    10 Posts
    1k Views
    nebulonN
    The mysql command should work as such, what error do you see?
  • How do I downgrade Cloudron subscription to free?

    Solved subscription
    4
    0 Votes
    4 Posts
    681 Views
    potemkin_aiP
    @nebulon I do and thank you – sending e-mail as we speak.
  • Some emails going to spam

    Solved mail spam
    9
    1
    3 Votes
    9 Posts
    2k Views
    C
    @THI_Staff Apologies for a late response on this. I haven't used this yet. I was grandfathered on some free monitoring elsewhere. That being said, some of the delivery reports tell you servers that attempted to send email on your behalf. That has helped me resolve some delivery issues where others were sending legitimate emails, but using one of our email addresses instead of theirs. That tripped a DMARC fail. I would start their service without and then see if you want more.