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

363 Topics 2.9k Posts
  • Nextcloud Email with Gmail Relay

    gmail relay email
    10
    0 Votes
    10 Posts
    2k Views
    E
    @nebulon Thanks for helping me work through this!
  • Nextcloud 22 is out

    8
    3 Votes
    8 Posts
    1k Views
    girishG
    @avatar1024 said in Nextcloud 22 is out: So wouldn't it make sense to push that one instead? Yes, 22.1.0 will come as well. Hopefully, next week. Currently, we are still pushing out 22.0.0.
  • 0 Votes
    7 Posts
    1k Views
    christiaanC
    @nebulon said: did you maybe share the calendar as read-only? No they're normal calendars. @d19dotca said: Do you happen to see this issue if using a more supported macOS version (11.x "Big Sur" and lower?) with the built-in Calendar app? Yes, I was having this same problem with Big Sur. Seeing the problem was still there in Monterey actually prompted me to look into it more.
  • Nextcloud logs spinning wheel

    3
    0 Votes
    3 Posts
    862 Views
    christiaanC
    @girish perfect, thank you
  • supervisord to manage running processes in nextcloud app

    6
    2 Votes
    6 Posts
    1k Views
    girishG
    @vladimir-d OK thanks, I will take this into account when trying to add cron support (or equivalent) for 6.4
  • 0 Votes
    12 Posts
    2k Views
    nebulonN
    @amg-web I mean the recovery mode, which you can enable for the app in the "Repair" section on the app configure view in the Cloudron dashboard.
  • Error restoring nextcloud from backup

    Solved
    5
    0 Votes
    5 Posts
    571 Views
    ianhyzyI
    @girish I ended up migrating back to my home server a lot faster than I thought and so this is no longer an issue but when I forgot I went from a machine with 32GB of RAM to a VPS with 2 so this was likely it. When I first installed Cloudron is was randomly shutting down and failing to restore becuase it was running out of RAM.
  • File Access Error after Update 21.0.1

    3
    0 Votes
    3 Posts
    717 Views
    girishG
    I found a couple of similar issues - https://github.com/ONLYOFFICE/DocumentServer/issues/33 and https://github.com/ONLYOFFICE/Docker-DocumentServer/issues/96 Can you check the below: Are the certs for the onlyoffice installation valid? Give the onlyoffice app more memory.
  • Nexcloud server error with recent package release V4.9.1-1

    Moved
    9
    0 Votes
    9 Posts
    1k Views
    P
    @necrevistonnezr I use both for on prem storage and for wasabi storage
  • Issue displaying some shared pdf, possible to use fix from upstream?

    Solved
    4
    1 Votes
    4 Posts
    637 Views
    ruihildtR
    @necrevistonnezr It is, I skimed the start of that thread, and as it was unrelated, I just assumed it was not about my issue.
  • I cant stand nextcloud

    4
    0 Votes
    4 Posts
    729 Views
    P
    @timconsidine @privsec : are these problems stem-ing from the encruption plugin ? Rather than Nextcloud itself. I have used NextCloud for 5+ years and I struggle to remember any problems at all. It is certainly possible. I really don't want data stored unencrypted but it is looking like that is the only option. All my data is stored on Wasabi, and they do have data stored at rest, but they store the encryption keys in meta data (from what I recall) @necrevistonnezr Rarely problems, and if any, I was able to solve them via the occ tool - thought I stayed away from encryption as my server is at home with nextcloud on an encrypted home folder so I don't need e2e encryption on top of that. Also, activate only the really necessary addons. Ill have to look into the OCC tool, hopefully all my data isn't lost.
  • Nextcloud 21.0.2 has been out a couple of days with security fixes

    Solved
    16
    1 Votes
    16 Posts
    2k Views
    girishG
    @jagan I think in your case, the issue was with the google external storage primarily. I think there is a general issue with plugins where whenever nextcloud updates they are slow to catch up and something fails.
  • Unable to access Files

    nextcloud
    22
    4 Votes
    22 Posts
    3k Views
    girishG
    @robi Looks like non-cloudron users hit the same issue - https://github.com/nextcloud/server/issues/13556#issuecomment-848314122
  • Logs don’t show up

    Solved
    3
    1
    0 Votes
    3 Posts
    592 Views
    girishG
    The root cause is that the nextcloud package is configured to log to the console (stdout / stderr) instead of a file. Nextcloud tries to open the stdout/stderr and this fails. Ideally, nextcloud can show a graceful error message that logs cannot be viewed from inside the app because it is logging to the console. Workaround is to use the cloudron logs viewer to view the logs - which IMO is the correct place to view logs (for all apps and not just nextcloud). After all, if the app is not working, one cannot view the logs within itself.
  • Nextcloud not responding

    Solved postgresql
    3
    0 Votes
    3 Posts
    721 Views
    timconsidineT
    @murgero Thank you Before seeing this, I decided to be a 'windows user' and reboot the cloudron server. I guess same effect, but will definitely do your more limited kick next time. And yes it is working again. Many thanks
  • Nextcloud : disk usage anomaly

    Solved disk usage graphs
    4
    1
    0 Votes
    4 Posts
    936 Views
    timconsidineT
    @nebulon Yep, thank you, confirmed it reset itself. Took >24 hours for recalculation but it is sorted
  • Nextcloud 21 is out

    Solved
    26
    4 Votes
    26 Posts
    3k Views
    girishG
    @necrevistonnezr right I was hoping for a --skip-plugins or equivalent but couldn't find one (the WP cli tool has something like that for skipping loading of themes and plugins).
  • Force External Storage as Default

    4
    0 Votes
    4 Posts
    666 Views
    J
    Thanks All! I'll have to dig into this a bit further, but this gives me a good start.
  • Issues since last package

    3
    1 Votes
    3 Posts
    522 Views
    nebulonN
    @dylightful this may have to be fixe upstream then. Generally we have seen various issues with the Nextcloud encryption and additional addons together. I would recommend to not use the encryption with Nextcloud, since if anything goes wrong there, it is very hard or impossible to recover the data.
  • missing svg extension for image magic

    2
    1 Votes
    2 Posts
    205 Views
    girishG
    On focal, this seems to libmagickcore-6.q16-6-extra. I have added it for the next nextcloud package update.