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.8k Posts
  • Mailtrain Reports

    Solved
    5
    0 Votes
    5 Posts
    1k Views
    nebulonN
    @thisiscowboy does this issue persist with the current mailtrain app package?
  • Email service stops working

    Solved email
    4
    0 Votes
    4 Posts
    1k Views
    nebulonN
    Just to conclude this thread. Mostly restarting the mail container will bring back the email server. As mentioned by @alexy this is done via docker restart mail
  • Partial backup restore?

    Solved
    5
    0 Votes
    5 Posts
    1k Views
    nebulonN
    I will mark this thread as "solved", since it is quite old. If this issue is still there, please post a reply.
  • Redoing the automatic DNS settings

    Solved
    5
    0 Votes
    5 Posts
    1k Views
    nebulonN
    The wildcard dns would cover that just fine, so no need to take further action at the moment. Eventually during an update the box service will be anyways restarted. Just for completeness, systemctl restart box requires root capabilities, so it has to run either as root user or through sudo
  • Can't backup/update Minio

    Solved
    5
    1
    0 Votes
    5 Posts
    1k Views
    nebulonN
    Is this still an issue? If not, was there a solution?
  • NextCloud won't install (Cloudron on Gandi)

    Unsolved
    6
    0 Votes
    6 Posts
    1k Views
    nebulonN
    @tereensio is this issue resolved for you by now?
  • Having trouble with setup and route53

    Unsolved
    3
    1
    0 Votes
    3 Posts
    726 Views
    nebulonN
    @tbroady do you have any update on this? Can we mark this as "solved"?
  • creating PTR record in Plesk

    Unsolved
    5
    1
    0 Votes
    5 Posts
    2k Views
    nebulonN
    Since your provider does not support multiple PTR records per ip, I think this is only solvable in your case by using a email relay.
  • Cannot install locally build cloudron app

    Solved
    4
    0 Votes
    4 Posts
    894 Views
    girishG
    @fbartels Yes, the format of cloudron.json had changed between the CLI version. We didn't write the migration code since we thought it wasn't important.
  • Large file not syncing in Nextcloud / cannot set max file size for syncing

    Solved
    4
    0 Votes
    4 Posts
    1k Views
    necrevistonnezrN
    @nebulon said in Large file not syncing in Nextcloud / cannot set max file size for syncing: So you are saying, one of those now disabled plugins/apps were causing the issue then? It seems so... I disabled https://apps.nextcloud.com/apps/bruteforcesettings https://apps.nextcloud.com/apps/files_antivirus https://apps.nextcloud.com/apps/ransomware_detection https://apps.nextcloud.com/apps/ransomware_protection Now everything works as intended. The error when setting the max upload file size still exists though.
  • Expired certificates

    Solved
    2
    0 Votes
    2 Posts
    691 Views
    nebulonN
    Sorry for that, the renewed certs are now deployed.
  • Backup Symlinked Data

    Solved
    3
    0 Votes
    3 Posts
    861 Views
    tobruT
    Thanks @girish, that did the trick and lead straight into Backup Improvements: Restic as Backend.
  • Cloudron on Red Hat operating systems, PowerDNS for internal DNS

    Solved powerdns dns
    2
    0 Votes
    2 Posts
    642 Views
    nebulonN
    There is an entry in the issue tracker for powerdns already at https://git.cloudron.io/cloudron/box/issues/117 Regarding the Linux distribution, we currently only support Ubuntu in versions 16.04 and 18.04 and due to testing effort, we don't currently plan on adding further distributions.
  • Archiving Emails - SOGo Groupware

    Solved
    2
    0 Votes
    2 Posts
    728 Views
    girishG
    @gofaniyi SOGo is a "frontend" to email. The emails itself are stored in the backend which is part of Cloudron. Practically, what this means is that if you install some other email frontend like rainloop or roundcube, you will be able to see the same emails. To answer your question, all the data will be in /home/yellowtent/boxdata/mail/vmail. You will find directories organized by domain.com/username. They are all in maildir format.
  • Migrating of Email inboxes from CPanel to SOGo

    Solved
    9
    0 Votes
    9 Posts
    2k Views
    nebulonN
    Actually, the next time, if you run any linux distribution on your pc, then I would recommend to install imapsync there and do the one-time syncing, this avoids having to install additional packages alongside of Cloudron on that server.
  • Installation of cloudron onto ubuntu 16.04 removed pre-installed MariaDB server

    Solved
    2
    0 Votes
    2 Posts
    491 Views
    nebulonN
    Cloudron will "take over" the server and also manages the packages and services, which are installed. Generally it is not supported to install anything on the side. In this case Cloudron depends on mysql-server-5.7 which will probably uninstall mariadb through apt.
  • I'm on a "Pro Plan" - suddenly I'm being asked to "Setup subscription"

    Solved billing
    8
    0 Votes
    8 Posts
    2k Views
    R
    @nebulon Thank you very much. Yes, the server was done for a while but now back online :).
  • This topic is deleted!

    3
    0 Votes
    3 Posts
    24 Views
  • Location of the App Directory for uploading files by FTP

    Solved
    2
    0 Votes
    2 Posts
    1k Views
    nebulonN
    Hi, the application's data path can be found at /home/yellowtent/appsdata/<appId>/data/ and that is the only writeable path for apps (besides /tmp and /run of course). This is done for security as well as predictability for updates. Usually if you push data there through external means like SSH, you might have to reconfigure the app through the dashboard, in case the file permissions are not correct. Generally it is preferred that data changes are done via the app itself, which I guess is not quite applicable for your use-case though. For duplicator, from what I understand this migration script is mostly just creating a tarball/zipfile of the whole previous installation and then extracts it into a folder, which is served up by some LAMP environment. This is incompatible with the Cloudron WordPress package, for reasons mentioned above (mostly the read-only fashion) For this you probably have to fallback to the LAMP app itself. There it should work.
  • Change of Host

    Solved backups restore migration
    6
    0 Votes
    6 Posts
    2k Views
    J
    Thank you @girish for the refund! Much, much appreciated!