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

2.6k Topics 18.1k Posts
  • This topic is deleted!

    3
    0 Votes
    3 Posts
    59 Views
  • Hosting many domains

    Solved
    11
    0 Votes
    11 Posts
    3k Views
    nebulonN

    Oh I pasted the wrong link apparently, fixed it now.

  • "Error" for multiple apps

    Solved
    13
    0 Votes
    13 Posts
    1k Views
    U

    I forgot to post a follow up on this thread. I'd like to thank @girish for solving my problem. He responded quickly and arranged to ssh into my server to diagnose. He's been very patient and professional and I really appreciate it.

    Basically the problem is due to MySQL addons not properly starting/building, so all apps using MySQL error out and cannot start or install. Hope the problem has been resolved in the final 2.4 releases 🙂

  • Upgrade still not progress ...

    Solved
    7
    0 Votes
    7 Posts
    886 Views
    mehdiM

    For the record, I hit that issue too. /boot got full. However, I could not fix it with the solution at https://forum.cloudron.io/topic/1310/disk-filled-up-with-kernel-update-artifacts/2 . I had to follow https://askubuntu.com/a/430944 (slightly adapted)

  • Disk filled up with kernel update artifacts

    Solved
    2
    2 Votes
    2 Posts
    576 Views
    girishG

    @nebulon said in Disk filled up with kernel update artifacts:

    rm -rf /var/tmp/mkinitramfs*

    I had to instead do:

    cd /var/tmp find . -type f -delete -print

    This was running for like 5 hours! (and still running)

  • Apps using MySQL are not working

    Solved
    3
    1 Votes
    3 Posts
    697 Views
    girishG

    In another server instance hit by https://forum.cloudron.io/topic/1382/error-for-multiple-apps/12, recreating docker containers did not help. I even disabled apparmor altogether using sudo systemctl stop apparmor and sudo systemctl disable apparmor. We tried server restart as well and that didn't help either.

    After disabling apparmor, I saw that mysqld would just quit without showing any error message or log output 😞 As a final thing, I just ended up moving platformdata/mysql to mysql-old and recreated containers again. That made mysql come up and then we restored all the apps.

    Still a bit crazy/worrying that we hit this bug atleast twice now and there is no clear resolution.

  • Failing to build Cloudron Package

    Solved
    3
    0 Votes
    3 Posts
    682 Views
    girishG

    For others reading this, currently the process of giving build service access is not automated. If you need access, please send us an email to support@cloudron.io.

  • Use Cloudron with external web applications

    Solved
    7
    0 Votes
    7 Posts
    847 Views
    fbartelsF

    @rtyu1120 for hackmd there is already some progress https://forum.cloudron.io/topic/1222/hackmd-fast-and-flexible-real-time-collaborative-markdown/10

  • Backuptask crashed

    Solved
    15
    2 Votes
    15 Posts
    2k Views
    necrevistonnezrN

    @girish I also realized that the mysqldump for the TT-RSS app is huge (679 MB in my case). Could you implement some compession in the database dumps (and use PostgreSQL as recommended by the author)?

  • Changing Primary Domain

    Solved
    3
    2 Votes
    3 Posts
    1k Views
    ryangorleyR

    @uiharu Ah, thanks!

  • Certificate renewal error because of htaccess password

    Solved
    4
    0 Votes
    4 Posts
    359 Views
    M

    Ah my bad, for whatever reason I deleted the DNS entry and didn't check what was up, all my fault :s

  • connecting to sieve filter

    Solved
    7
    0 Votes
    7 Posts
    930 Views
    T

    @girish working. thanks!

  • Update in progress...

    Solved
    10
    0 Votes
    10 Posts
    945 Views
    R

    Thanks again! Everything is up and running now!

  • What is an app's password??

    Solved
    2
    0 Votes
    2 Posts
    381 Views
    girishG

    @scooke Right, so the newapp.app@domain.com is the default allocated mailbox. If you want to make the app use a different email address, you have to do this https://cloudron.io/documentation/email/#changing-the-from-address-of-an-app . It's geeky, we are looking into fixing this in the next release since this is often requested.

  • Redis

    Solved
    5
    0 Votes
    5 Posts
    608 Views
    R

    Awesome. Thanks!

  • PHP mail() function fails

    Solved
    9
    0 Votes
    9 Posts
    1k Views
    M-arcusM

    @fbartels @girish Thank you for the support.

    Solution:

    use a SMTP mail solution sendmail (and the mail()) are not usable in current state PHPMailer could be used as an alternative
  • VPN ISSUES

    Solved
    3
    0 Votes
    3 Posts
    515 Views
    S

    @girish Okay, workaround works ! 🙂

  • Nextcloud: Empty Trashbin intervals

    Solved
    3
    1 Votes
    3 Posts
    1k Views
    M

    @nebulon said in Nextcloud: Empty Trashbin intervals:

    trashbin_retention_obligation

    @nebulon thank you very much! Missed that the config.php is symlinked to /app/data and therefore it is editable 👍🏼

  • Forms, Scheduling etc

    Solved
    2
    0 Votes
    2 Posts
    564 Views
    S

    Upon some investigating, did find a polls utility like doodle in nextcloud. It allows you to share it with users but also share a public link. Pols can be text based or created using a calendar. Persons responding can answer a yes,no and maybe on whatever options are offered.
    https://github.com/nextcloud/polls

  • This topic is deleted!

    1
    0 Votes
    1 Posts
    3 Views
    No one has replied