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

286 Topics 2.1k Posts
  • How to create calendar resources?

    Unsolved
    2
    1 Votes
    2 Posts
    687 Views
    nebulonN

    I don't really know what the calendar-resource Nextcloud plugin does, but it seems after installation, you may have to use the occ tool. This is described at https://docs.cloudron.io/apps/nextcloud/#running-occ-tool

  • Imagemagick memory allocation failed

    Solved
    7
    1 Votes
    7 Posts
    2k Views
    girishG

    @nikkuexe thanks. Applied the patch here https://git.cloudron.io/cloudron/nextcloud-app/-/commit/1886a32f4d15724cfc3af74fbc0f07772ccba13b

  • 0 Votes
    20 Posts
    3k Views
    marcusquinnM

    This can also be scripted or done via cmd Command Prompt / Powershell for Windows Desktop / Server users:

    https://docs.microsoft.com/en-us/previous-versions/windows/it-pro/windows-server-2012-r2-and-2012/dn789190(v=ws.11)

    Login script

    net use I: https://cloud.example.com/remote.php/dav/files/{username}/

    Logoff script

    net use I: /delete

  • 0 Votes
    6 Posts
    243 Views
    murgeroM

    @Ropyro That's the feature I am talking about - but either way you need to generate an app password to use file manager or "Online Accounts" for 2fa secured Nextcloud (or owncloud) accounts.

  • 0 Votes
    6 Posts
    782 Views
    T

    @fbartels Thanks for the tip! I also had that as a first guess and have already increased the memory for redis a few weeks ago. Unfortunately, since then no improvement. Also I have increased the memory for mysql, unfortunately also without success.

  • Some contacts are not listed for sharing files

    Solved
    6
    0 Votes
    6 Posts
    362 Views
    D

    Hi,

    I maybe found the reason. We put all users in specific groups. Only users in this group can share by username with other users in this particular group. Now I created a group Kontakt and put all users in it. All users can now share files with others. I hope this opens no security hole and maybe there is a switch for this feature, but it works.
    Feedback would be nice.

    greetings dirk

  • Increase Nextcloud PHP memory limit

    Unsolved
    14
    0 Votes
    14 Posts
    9k Views
    girishG

    @iamthefij Is it still the same memory limit error? I would start out by disabling plugins. Do you use any ?

  • NextCloud Contacts not loading

    6
    0 Votes
    6 Posts
    877 Views
    iamthefijI

    I'm having this issue but it is with contacts: https://forum.cloudron.io/topic/6813/increase-nextcloud-php-memory-limit

  • 0 Votes
    5 Posts
    3k Views
    JOduMonTJ

    @girish said in Nextcloud - The PHP OPcache module is not properly configured:

    For the next release, I have bumped the value to 16 similar to https://github.com/nextcloud/docker/blob/da935d26bb87bec2708ba31ff1153ed62b05c7d4/23/apache/Dockerfile#L95

    I must admit; I have a tons of apps enabled (93 of them)
    but yes my nextcloud also complain

    There are some warnings regarding your setup. The PHP OPcache module is not properly configured. See the documentation β†— for more information. The OPcache interned strings buffer is nearly full. To assure that repeating strings can be effectively cached, it is recommended to apply opcache.interned_strings_buffer to your PHP configuration with a value higher than 8.
  • Allow external auth in Nextcloud

    Unsolved
    9
    0 Votes
    9 Posts
    433 Views
    nebulonN

    @Sam_uk such data migration is always a bit tricky. You might be able to first install a fresh Nextcloud without the Cloudron user management and then import a backup from the other instance. Only do this in a test app instance first though.

  • 0 Votes
    2 Posts
    887 Views
    nebulonN

    @LoudLemur looks like the DNS record was pointing to a Cloudron which didn't have any app installed on that (sub)domain. If a Cloudron server as such just gets deleted, then the DNS records are not automatically cleaned up, since there is nothing running anymore to do that.

  • Encryption errors after upgrade to v23.0.3

    5
    2 Votes
    5 Posts
    746 Views
    G

    @msbt no worries, I'm glad I for once can share my own solution to this great community πŸ˜‰
    Most of the time it's the other way araound πŸ˜†

    Anyway, you have a point that Nextcloud's server-side encryption probably isn't worth it and therefore I'm also experimenting with Seafile, which has the possibility of client-side encrypted libraries. And in my (short) experience so far it is much much faster.
    But unfortunately Seafile isn't currently available on Cloudron.

  • 0 Votes
    7 Posts
    900 Views
    ajtatumA

    @girish & @mehdi - thanks for your advice! It gave me the idea to Tailscale. I installed it on the Cloudron server and was able to successfully mount a shared folder from my Synology using cifs. However, even though the data persists between reboots, I don't see the data on the Synology, even when I'm logged in as the root user. I'm not quite the linux expert, but I noticed that when I changed Nextcloud's appdata folder to point to the mount, it created it as a "root" user. On the Synology, I created a Cloudron user that has the necessary permissions and I mounted the shared folder with the Cloudron user, password, and domain. So, I'm thinking this has something to do with user IDs not matching up or something like that.

    I'm nervous about moving forward since I can't actually see the data on my Synology. Would you or anyone else have any advice?

    By the way, this is how I mounted it:
    sudo mount -t cifs -o credentials=/etc/nas-credentials,vers=3.0 //nas/Cloudron /mnt/nas

    In fstab, the command is:
    //nas/Cloudron cifs -o credentials=/etc/nas-credentials,vers=3.0,_netdev,auto 0 0

    Thanks for all your help!

  • [SOLVED] Last update failed

    Solved
    9
    0 Votes
    9 Posts
    358 Views
    nebulonN

    @murgero glad this worked out like this. We have seen quite a bit of random db migration issues within the nextcloud migration scripts in the past unfortunately.

  • 0 Votes
    3 Posts
    198 Views
    rmdesR

    @nebulon Oh thanks, going to test this for one user without any specific nextcloud app installed and see how it goes, should be enough along with reconfiguring his nextcloud local client to the new URL πŸ™‚

  • 0 Votes
    2 Posts
    177 Views
    robiR

    @tacore that's more of a question for the nextcloud forums..

    This was surprising:
    c25098f2-1535-49e4-a438-ee9232fc5619-image.png

    Are you storing all of your files in S3 as primary storage?

    Multibucket seems to be what you want, however it's not clear what your use case is, your understanding of primary storage or storage class.

    The GUI has external storage you can add multiples of.
    https://docs.nextcloud.com/server/latest/admin_manual/configuration_files/external_storage_configuration_gui.html

  • NC update to 4.12.1 fails

    Solved
    7
    0 Votes
    7 Posts
    240 Views
    robiR

    @nebulon I got busy with other work, so when I came back 2 hours later to check on it. it seemed to complete. It took a very long time for some reason.

    Seems ok now at 4.11.4.

  • 0 Votes
    9 Posts
    278 Views
    marcusquinnM

    @jdaviescoates Yup, this is the link I got from the email: https://office.uniteddiversity.coop/s/NdFt74bEjjgiffN

    That doesn't work, but the link from the clipboard+left-arrow button in the web interface does work.

    Odd isn't it!

  • Accessing Nextcloud database

    Solved
    6
    0 Votes
    6 Posts
    774 Views
    andreasduerenA

    @luckow This was a great hack to find out the ID I needed. Deleting it fixed it, thank you!

  • Nextcloud Client - Timeout with Large Files

    Solved
    10
    0 Votes
    10 Posts
    1k Views
    neurokrishN

    @girish thanks for letting me know. Ya, probably an issue on the client side then.