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

292 Topics 2.2k Posts
  • Cleaning up old sessions

    Solved
    5
    0 Votes
    5 Posts
    513 Views
    A

    @nebulon Yes, it seems like it is: https://help.nextcloud.com/t/how-to-remove-device-session-on-security-personal-menu/107430

    https://help.nextcloud.com/t/disconnect-all-sessions-revoking-access-for-all-apps-of-a-user/37955/8

    Waiting for an official fix, two workarounds mentioned in these topics are editing database or running a bash script. Nothing that I'm able to do, but yeah, this does need to be solved upstream.

  • Since today/reboot no file explorer anymore in Firefox

    Solved
    2
    0 Votes
    2 Posts
    287 Views
    imc67I

    @imc67 one way to solve it (temporary?) is to clear cache and cookies

  • Auto Backups - Data Retention and Syntax Questions

    2
    0 Votes
    2 Posts
    127 Views
    girishG

    @humptydumpty said in Auto Backups - Data Retention and Syntax Questions:

    auto, 7

    I think this is the one. This would translate to delete all files in the trash bin that are older than 7 days automatically, delete other files anytime if space needed.

    (I think D is just notation for doc purposes)

  • Download of files larger than 512 mb via external storage (SMB) not possible

    Unsolved
    7
    0 Votes
    7 Posts
    743 Views
    D

    Has anyone already found a solution for this problem?

    Best regards,
    Daniel

  • Move storage to S3

    7
    1 Votes
    7 Posts
    430 Views
    potemkin_aiP

    @MichaelF have you been able to try on things? If so, is there something you could share from your findings, please? 😃

  • Slow startup caused by fixing permissions in start.sh

    Solved
    13
    3 Votes
    13 Posts
    572 Views
    girishG

    @vladimir-d there seems to be no easy way to migrate nextcloud to different data directory (atleast in an automated way), see https://help.nextcloud.com/t/howto-change-move-data-directory-after-installation/17170 . Looks like the put the absolute path in the "share" database fields.

  • 0 Votes
    5 Posts
    287 Views
    girishG

    Also, the reason for nextcloud update is that it has some slightly tricky optimization to change ownership of files carefully. It also changes the default data directory of newer nextcloud installations.

  • 6 Votes
    2 Posts
    1k Views
    jdaviescoatesJ

    @marcusquinn said in Nextcloud Collectives actually looks good as a Notion/Outline-type alt for documentation:

    Nextcloud Collectives

    https://apps.nextcloud.com/apps/collectives

    https://nextcloud.com/blog/all-about-collectives-its-founders-mission-and-use-cases-create-a-collective-today/

    thanks, gonna give this a whirl too

  • which cloudron user has admin rights in nextcloud?

    Solved
    8
    0 Votes
    8 Posts
    416 Views
    P

    @girish ok, this was my mistake, I changed the cloudron admin name here in the forum for privacy reasons and then tried to use this name back on the server 🙄

  • Double Migration of NextCloud Apps

    Unsolved
    10
    0 Votes
    10 Posts
    504 Views
    E

    @chminc Indeed, I looked into this quite recently myself for our setup and came to very similar conclusions. It's not advised to use object storage. We will move to volume storage in case the space on the server won't be enough - it is not that much more expensive. But I have made really good experience with the Cloudron backup function, it restored everything completely error-free. And you can store the backup on object storage. Using encryption is not a problem at all.

  • Migrate Nextcloud - Keep Nextcloud Users and Settings

    Moved Solved
    13
    0 Votes
    13 Posts
    2k Views
    P

    just an update, the syntax for the psql variables has changed, so the conversion script looks like this:

    sudo -u www-data php occ db:convert-type \ --password ${CLOUDRON_POSTGRESQL_PASSWORD} \ --clear-schema --all-apps pgsql \ ${CLOUDRON_POSTGRESQL_USERNAME} \ ${CLOUDRON_POSTGRESQL_HOST} \ ${CLOUDRON_POSTGRESQL_DATABASE}

    you must run this from within the nextcloud container.

    also, I had some dificulties with the mysql migration, the temp mariadb/mysql docker container should match the same type and version as the source. In my case src had mariadb 10.5, so the container from the code sample above (mariadb 10.1) throw some strange errors while importing the sql dump.

  • Nextcloud Talk Speed Issues - possible solution

    17
    2 Votes
    17 Posts
    1k Views
    robiR

    @andreasdueren We used to use RC 3 years ago for another project, but had to switch for many reasons.

    We even had a partnership with the team behind RC, good people, who at the time could not deliver on our needs in time.

    Defintely worth a re-evaluation next go around.

  • Can we disable "Login with device" if it's not setup to work please:

    Solved
    6
    0 Votes
    6 Posts
    1k Views
    girishG

    Can confirm that works:

    760e579f-21be-44ab-80f0-79b8f296d28d-image.png

  • Move snap to Cloudron

    11
    1 Votes
    11 Posts
    538 Views
    E

    @jdaviescoates This is an idea I have quickly considered as well but one reason why I want to move this installation to Cloudron so desperately is that I want to have less work with it, not more 🙂

    We will probably need to live with the fact that we will need to re-share all information again and simply do the move using one of the manual ways (e.g. user migration plugin). That will create chaos for a day or two, but at least then we will have a more stable installation.

  • NextCloud ran out of memory - repeatedly

    Solved
    5
    0 Votes
    5 Posts
    544 Views
    A

    @derin mine is 8GB good enough for not stress about it. I think it better go higher so we don't had to worry about it much but always make sure you had enough:)

  • The internal OPcache buffer for strings is almost full

    8
    0 Votes
    8 Posts
    390 Views
    A

    @archos Same 🙂 after remove php.ini and working great 🙂

  • Anyone connected Nextcloud Talk & Whatsapp?

    1
    2 Votes
    1 Posts
    867 Views
    No one has replied
  • Maximum upload size

    8
    0 Votes
    8 Posts
    522 Views
    archosA

    @girish Great, it's settled. Thank you both so much.

  • Understanding Nextcloud disk size

    Solved
    10
    0 Votes
    10 Posts
    402 Views
    archosA

    Thank you all very much for your prompt replies. All you really had to do was delete the deleted files and increase the memory limit. 👍 👍

  • Nextcloud backup and/or export

    6
    0 Votes
    6 Posts
    398 Views
    A

    Thanks! I will check that stuff out. 😉