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

404 Topics 3.3k Posts
  • Nextcloud - Package Updates

    Pinned Locked
    123
    1 Votes
    123 Posts
    88k Views
    Package UpdatesP
    [5.8.1] Update server to 33.0.3 Full Changelog v33.0.3
  • Polls app update causing error

    9
    1
    0 Votes
    9 Posts
    474 Views
    jamesJ
    Hello @ntnsndr Best to use the occ to uninstall the app and then try to install it again. If this does not resolve the issue you might have to report this in the nextcloud forum or the GitHub of the polls app directly.
  • Drag and Drop not working

    4
    1 Votes
    4 Posts
    200 Views
    E
    Hey there, since package 5.8.1 the drag'n'drop bug is gone. Thx!
  • Is it possible/safe to install Client Push App ?

    9
    0 Votes
    9 Posts
    2k Views
    A
    sorry for replying late: there's no cron job involved, maybe that's the issue? Everything needs to be done manually: nginx-config whenever Cloudron box is updated, in an SSH session running the script to start notify_push whenever NC app is restarted, using a terminal from Cloudron UI to access the docker container after running the start script, and using your ps-check command, I see a corresponding process. Additionally, running <occ notify_push:metrics> in a Cloudron terminal shows it works, all indicated stats are up-to-date and change over time.
  • Nextcloud stuck in startup loop

    nfs
    3
    1 Votes
    3 Posts
    148 Views
    J
    There's many hits for "Could not acquire a shared lock on the config file" on the forum (most of them leading to nothing)
  • 0 Votes
    3 Posts
    124 Views
    nebulonN
    so you are referring to sieve rules support I guess if I read that issue correctly. Have you configured sieve in your nextcloud? Since the nextcloud mail app is acting like a webmail client, you have to configure that by hand I assume.
  • "Last job execution ran X days ago. Something seems wrong." with cron.

    Solved
    10
    2
    0 Votes
    10 Posts
    698 Views
    jamesJ
    Marked as solved due to inactivity from the author.
  • Social App well-known error.

    2
    1
    0 Votes
    2 Posts
    155 Views
    nebulonN
    The well-known is usually served up by the main domain (example.com) so for a start if your nextcloud is installed on a subdomain, the well-known needs to be configured outside this nextcloud instance. So make sure to have an app installed at example.com so it gets routed to Cloudron. Then you can configure this via https://docs.cloudron.io/domains#well-known-locations Though not exactly sure if this nextcloud app would expect the same things as mastodon, but you can try to set the well-known mastodon accordingly, maybe that works. Otherwise we may have to add support for whatever this needs.
  • Upgrade to 33.0.1 Fail

    4
    1 Votes
    4 Posts
    354 Views
    jamesJ
    Hello @firmansi Thanks for the report. Then I have to assume that it is some Nextcloud third party app issue with the latest update.
  • Transfer OIDC user to local user

    3
    1 Votes
    3 Posts
    335 Views
    David 0D
    Thanks for your reply! I guess we'll just keep the existing users on oidc then. Or maybe, if they're willing to, they can migrate manually. Most shares and other tools (collectives, calendars) are shared via groups, not link.
  • Nextcloud 33 Appears on Git but Not Released - Any News?

    13
    1 Votes
    13 Posts
    981 Views
    jdaviescoatesJ
    @sponch thanks for the reminder
  • 2 Votes
    1 Posts
    191 Views
    No one has replied
  • nextcloud talk - end-to-end-encryption

    nextcloud nextcloud talk encryption
    1
    3 Votes
    1 Posts
    432 Views
    No one has replied
  • Android Client Sync failing - Unknown Error

    4
    0 Votes
    4 Posts
    331 Views
    D
    Here's how I've temporarily worked around the situation: Manually synced all auto upload folders to ensure I'm not missing any files Cleared the cache on the Nextcloud app Told it to ignore all pending uploads I think there is some sort of rate limit causing issues - once you get too many items pending re-upload, it just keeps hitting the server and Cloudron starts rejecting / ignoring requests from the client, which puts it into a weird state.
  • Nextcloud Email Automatic Provisioning

    Moved nextcloud email
    5
    1
    0 Votes
    5 Posts
    603 Views
    J
    From cloudron side, you can get an app password with mail access for the user. This is easy with REST API. On nextcloud side, you have to figure how to automate a mailbox set up for a user with that password .
  • Nextcloud Not Starting - Please help

    Solved redis
    4
    0 Votes
    4 Posts
    401 Views
    C
    That did the trick! Thank you! We can close this topic now.
  • 33 GB of usage, 177 GB system space occupied - how to find ghost files?

    16
    0 Votes
    16 Posts
    4k Views
    humptyH
    @jdaviescoates Pure gold! I just cleaned up 30ish GB I hope setting the max/min age to 30/7 should prevent this from building up anytime soon.
  • This topic is deleted!

    0
    0 Votes
    0 Posts
    9 Views
    No one has replied
  • OpenID Connect user backend 8.2.2 update issue

    oidc
    3
    1 Votes
    3 Posts
    389 Views
    osoboO
    Thank you for your reply. I have disabled the Nextcloud standard login a while ago so for now users can only login via their Cloudron’s account (including me ). I will try to figure out how to revert that
  • 1 Votes
    3 Posts
    394 Views
    T
    Thank for the reply! I was able to resolve the issue. The external SSHFS volume was still registered in Cloudron, but the remote server was offline, causing the container to fail during startup. Since the mount point was stuck and not removable at first, I proceeded as follows: sudo rmdir /mnt/volumes/... mkdir /mnt/volumes/... cd /mnt/volumes/... By recreating an empty local folder at the exact path Cloudron expected, the app was finally able to start again. Once the app was running, I could remove the external volume cleanly from the Storage configuration in the Cloudron dashboard.