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
  • Failing to install Node

    Unsolved installation
    5
    1
    0 Votes
    5 Posts
    598 Views
    nebulonN
    This is strange if nothing else happens, the code running there is https://git.cloudron.io/cloudron/box/-/blob/master/scripts/installer.sh?ref_type=heads#L126 so its not doing much but downloading nodejs and some extra filesystem things. Can you curl or curl -sL https://nodejs.org/dist/v18.16.0/node-v18.16.0-linux-x64.tar.gz ?
  • Cloudron Backups Bug

    4
    6
    0 Votes
    4 Posts
    581 Views
    jdaviescoatesJ
    @privsec said in Cloudron Backups Bug: Doesnt Cloudron remove the backups that are no longer visible on the cloudron dashboard? I'm not sure what makes a backup visible there or not tbh. All my backups are displayed, I think. @privsec said in Cloudron Backups Bug: Whats the purpose of Cleanup backups button in cloudron? I think it just gets rid of backups that fall out of the retention policy. Have a read of the docs https://docs.cloudron.io/backups/#cleanup-backups As it says there, it runs every night anyway. But if you e.g. change your retention policy to 1 week and hit the Cleanup backups button then I guess loads of your backups stored in IDrive would presumably be removed (all those that are older than a week ago, aside from some special cases, e.g. previous versions of apps are kept for 3 weeks in case a update broke something but it took a while to realise) The real question is why I have you chosen the 1 month retention policy if you don't want to keep 1 month's worth of backups?
  • I want to have a script send an email via Cloudron

    Solved
    4
    1 Votes
    4 Posts
    533 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
    685 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
    703 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
    373 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
    341 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
    833 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
    607 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
    729 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?