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

289 Topics 2.1k Posts
  • Where shall I host my Nextcloud Server?

    Moved
    6
    0 Votes
    6 Posts
    724 Views
    girishG

    @zylstra This is built into Cloudron - https://docs.cloudron.io/networking/#dynamic-dns . If you use a programmatic DNS provider, Cloudron will keep the DNS updated.

  • How do you edit files in recovery mode?

    1
    0 Votes
    1 Posts
    119 Views
    No one has replied
  • Solid on Nextcloud

    4
    0 Votes
    4 Posts
    349 Views
    rmdesR

    It's also throwing PHP notice errors, might be related to .well-known parts not being in place ?
    https://paste.armada.digital/cuqodoxago.pl
    This errors output when one try to visit one's Solid profile :

    https://cloud.domain.com/apps/solid/@rick/

    I should probably report this upstream since this does not seem related to the cloudron distribution branch 🙂

  • Nextcloud Internal Server Error

    Moved
    27
    0 Votes
    27 Posts
    3k Views
    rmdesR

    got the same issue with one of my nextcloud's, even after removing the app, I could not restore the app to normal state, in the end, I noticed Circles app was throwing errors, disabled with

    sudo -u www-data php occ app:list

    sudo -u www-data php occ app:disable circles

  • Version numbers after updating to latest

    7
    1 Votes
    7 Posts
    317 Views
    O

    Update: all previously disabled apps now running flawlessly after the latest 22.1.1 update. The new "Voice Messages" feature in Talk/ Spreed is delightful!

  • Lessons learned (Updating to version 22.0.0)

    7
    2 Votes
    7 Posts
    465 Views
    marcusquinnM

    @luckow Thanks for this - very handy.

    It didn't fix the issue I had with folder sharing with the "Everyone" Group/Plugin, but difficult to tell as I tried what you suggested first.

    Then it was only fixed when user's logged out and back in again, so maybe that was all that was needed, I can't be sure, but had disabled and re-enabled the Everyone Group plugin anyway.

  • Nextcloud Email with Gmail Relay

    10
    0 Votes
    10 Posts
    727 Views
    E

    @nebulon Thanks for helping me work through this!

  • Nextcloud 22 is out

    8
    3 Votes
    8 Posts
    628 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
    658 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
    487 Views
    christiaanC

    @girish perfect, thank you

  • 2 Votes
    6 Posts
    553 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
    186 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
    297 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.
  • 0 Votes
    9 Posts
    381 Views
    P

    @necrevistonnezr
    I use both for on prem storage and for wasabi storage

  • 1 Votes
    4 Posts
    270 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
    287 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.

  • 1 Votes
    16 Posts
    776 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

    22
    4 Votes
    22 Posts
    1k 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
    0 Votes
    3 Posts
    294 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.