Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content

Nextcloud

378 Topics 3.1k Posts
  • Nextcloud Hub/18

    Moved nextcloud
    27
    1 Votes
    27 Posts
    5k Views
    necrevistonnezrN
    @nebulon said in Nextcloud Hub/18: The update is already rolled out. We just do it slowly for Nextcloud since in the past, Nextcloud updates caused lots of support requests on our side. I'd rather hurry, there are security advisories out: https://adv-archiv.dfn-cert.de/adv/2020-0324/
  • LDAP sync in Nextcloud

    Moved nextcloud
    7
    0 Votes
    7 Posts
    5k Views
    girishG
    @miloskroulik Might be best to take this up in the nextcloud forum. Atleast, I can't find any docs on when the syncing happens and how it can be triggered manually. The --update <username> did end up doing a proper ldap search in my installation (as seen in the /home/yellowtent/platformdata/logs/box.log). I had run ldap:list (or maybe it was ldap:search, i forget) previously and it did not list the user. After the update, it listed the user.
  • Security Concern with PHP / Nginx?

    Moved Solved security nextcloud
    3
    0 Votes
    3 Posts
    375 Views
    fbartelsF
    @necrevistonnezr this was the one https://forum.cloudron.io/topic/1971/urgent-security-issue-in-nginx-php-fpm
  • Urgent security issue in NGINX/php-fpm

    Moved Solved nextcloud
    2
    0 Votes
    2 Posts
    487 Views
    nebulonN
    The Cloudron Nextcloud package is using apache+php instead of nginx, so as far as I understand the issue this does not affect Cloudron instances.
  • Missing Apps Nextcloud

    Moved Solved nextcloud
    4
    0 Votes
    4 Posts
    1k Views
    girishG
    Please also try restarting the internal DNS server (unbound) from the System -> Services page.
  • Rainloop warning in Nextcloud

    Moved Solved rainloop nextcloud
    4
    0 Votes
    4 Posts
    1k Views
    Enabl.istE
    @girish Thanks!
  • Server is running out of disk space

    Moved Solved nextcloud storage
    3
    0 Votes
    3 Posts
    906 Views
    D
    @nebulon Hi. Yes, indeed, the instance has 20gb. I deleted files from trash in Nextcloud and got back to normal with 6gb of free space.
  • EEXIST file already exists

    Moved Solved storage nextcloud
    3
    0 Votes
    3 Posts
    3k Views
    T
    Thank you @nebulon for solving this issue off-forums. For future reference: problem was caused by the external storage being unmounted after a reboot. Remounting the storage drive (I use a netcup VPS) and then repairing in the Cloudron dashboard solved the problem. Including the mounting in /etc/fstab solved this issue for following updates/reboots.
  • TURN server app for NextCloud Talk

    Moved nextcloud
    3
    1 Votes
    3 Posts
    1k Views
    T
    @fbartels Indeed! I changed the title accordingly.
  • Installing NextCloud Talk

    Moved nextcloud
    1
    0 Votes
    1 Posts
    377 Views
    No one has replied
  • Failed to pull image: Nextcloud package v2.1.4

    Moved Solved nextcloud
    3
    0 Votes
    3 Posts
    608 Views
    necrevistonnezrN
    @nebulon Could https://git.cloudron.io/cloudron/nextcloud-app/issues/61 be related?
  • Nextcloud 14?

    Moved Solved nextcloud
    23
    0 Votes
    23 Posts
    6k Views
    nebulonN
    The update to 15 is pushed out now. Please report any issues you encounter if that is the case.
  • 0 Votes
    2 Posts
    689 Views
    nebulonN
    I dont see how this can be supported by nextcloud, unless it would scan the authors inbox. Maybe the nextcloud email addon is able to handle this, but you should probably ask nextcloud support about this.
  • Nextcloud down problem backup

    Moved Solved nextcloud backups
    2
    0 Votes
    2 Posts
    512 Views
    nebulonN
    As a first attempt, you could try to restart the box process with systemctl restart box Also maybe look at the system logs, in case there are any hints for errors.
  • Nextcloud login very long

    Moved Solved nextcloud
    16
    0 Votes
    16 Posts
    6k Views
    ?
    @yylevas No worries! Glad you found the problem. Breaking stuff is the fastest way to learn!
  • Nextcloud external storage issue

    Moved Solved nextcloud
    2
    0 Votes
    2 Posts
    814 Views
    nebulonN
    Lets further handle this in the opened issue tracker item.
  • Nextcloud pretty urls

    Moved Solved nextcloud
    3
    0 Votes
    3 Posts
    1k Views
    girishG
    Have pushed an update that enables this.
  • Nextcloud Missing Apps

    Moved Solved nextcloud
    3
    0 Votes
    3 Posts
    1k Views
    R
    You were right. "unbound" was failed. Turns out IPV6 was disabled which was causing "unbound" to fail and in turn causing the issues with resolving domain names in Nextcloud. This is a vanilla install of Ubuntu 16 LTS so I'm not sure what happened. I enabled IPV6 and rebooted and everything started working. Thanks for the tip.