Questions tagged [nextcloud]

Nextcloud is an open-source software suite that provides a location-independent storage area for data (cloud storage).

Nextcloud is an open-source software suite that provides a location-independent storage area for data (cloud storage). The project was launched to create a free alternative to commercial cloud providers. In contrast to commercial storage services, Nextcloud can be installed on a private server at no additional cost.

The project is based on PHP and a SQLite, MySQL or PostgreSQL database, so Nextcloud can run on all platforms that meet these requirements. Nextcloud can be operated via a web interface and is thus not tied to a particular operating system. However, native applications, such as File Manager or Group Wares can interact with Nextcloud via an interface and provide data and files locally.

Website: https://nextcloud.com/

Twitter: https://twitter.com/nextclouders

Facebook: https://www.facebook.com/Nextcloud-1032807203462807/

484 questions
1
vote
1 answer

Log-in via SAML Fails on Nextcloud with "Account not provisioned"

We're testing an upgrade from Nextcloud 16 to Nextcloud 17, and everything seems to be working well except for logins through SAML. We are using user_saml 2.4.2. Every time we try to log-in via SAML, it seems to work until the final redirect into…
GuyPaddock
  • 2,233
  • 2
  • 23
  • 27
1
vote
1 answer

file_put_contents truncates content to max int on 32-bit php

I have nextcloud running on my Raspberry Pi 4, which uses 32-bit architecture. When trying to upload a file larger then 2147483647 bytes, the file is uploaded completely and is accessible through ssh. However when I try to access it in any way…
marxlaml
  • 321
  • 2
  • 11
1
vote
1 answer

Nextcloud on Raspberry Pi via docker compose

I'm trying to run a Nextcloud instance on my Raspbery Pi 3B+ using a docker-compose file from this source: https://blog.ssdnodes.com/blog/installing-nextcloud-docker/ This works out of the box without any issues on a Ubuntu Server. I've replaced the…
Bene_91
  • 45
  • 2
  • 6
1
vote
0 answers

RaspberryPI NextCloudPi Docker - Problem Loading Page

I'm trying to follow these steps to get a docker container running NextCloud on my RaspberryPI. The steps seem very straight forward except I can't seem to get this working. The biggest difference is that I want to use an external drive as the data…
Josh
  • 444
  • 1
  • 7
  • 19
1
vote
0 answers

external distributed memcache not workking

this is my first post on here. I installed the latest version of Nextcloud (19.0.0) on one machine and try to split all the services to different vm's. that means DB (mariadb), Storage, redis (for file locking), memcached (distributed cache) on…
Nagisa
  • 11
  • 1
1
vote
1 answer

Next cloud and mysql setup: authentication method unknown to the client

Using the rancher GUI, I'm trying to set up Nextcloud with MySQL database workloads on my AKS cluster. In the environment variables, I already have defined the admin user and password so why do I get this error on the create admin page? Error while…
1
vote
2 answers

How to discover why MariaDB crashes?

I use Nextcloud (18 currently). Everything was working fine until this day when I got this message when accessing my cloud via the webbrowser. Internal Server Error The server encountered an internal error and was unable to complete your request.…
XEmporea
  • 35
  • 1
  • 4
1
vote
2 answers

Problem with memcached and php7, can't seem to be solved by current solutions

Hej! So as you can read in the title, I have a problem with loading memcached on my server. OS : Alpine Linux I've seen that a lot of people have already had this issue but it's always on other OS, and the solutions can't seem to work for me. There…
ard3s
  • 11
  • 2
1
vote
1 answer

Cannot mount Config directory in Nextcloud Docker container

I'm trying to create a custom Nextcloud config locally, then have the ability to mount it to the appropriate folder using volumes as defined here: https://github.com/nextcloud/docker#persistent-data. All the volume mounts work except for the config…
ch-pub
  • 1,664
  • 6
  • 29
  • 52
1
vote
1 answer

Nextcloud LDAP groups empty

I have Nextcloud 18.0.3 on docker. Nextcloud is connected to an Active Directory instance. Login via AD/LDAP works fine. LDAP config app: Users Tab: Verify and count users: >1000 Only from these groups: displays all my AD groups Groups Tab Verify…
Robert Hufsky
  • 131
  • 3
  • 16
1
vote
1 answer

NextCloud Docker File Upload Not Working Error 504?

I am using NextCloud Docker Image (Insecure docker-compose example) with a NGINX Reverse Proxy and I can't seem to upload a file greater than 1gb, if I try to it will give me the 504 Could not reassemble chunks error message Here is my nginx.conf…
JordanPlayz158
  • 81
  • 1
  • 11
1
vote
0 answers

increase the max character limit for the index keys in mariaDB

On Nextcloud/social we have this problem: Primary index name on "oc_social_a2_cache_documts" is too long. see: https://github.com/nextcloud/social/issues/850 Is there a way to increase the limit for the character length of the index? Update: The…
rubo77
  • 19,527
  • 31
  • 134
  • 226
1
vote
0 answers

nextcloudpi in docker: Cannot use mounted external storage

Recently I installed nextcloudpi in docker with sudo docker run -d -p 4443:4443 -p 443:443 -p 80:80 -v /home/user/storage/nextcloud:/data --name nextcloudpi ownyourbits/nextcloudpi-armhf the folder /home/user/storage is a mounted…
nopact
  • 195
  • 2
  • 12
1
vote
0 answers

Can I migrate and upgrade NextCloud - simultaneously?

Current Scenario and Problem: I am migrating NextCloud to new virtual servers. Currently, I am using NextCloud v14 and the latest available version is v17. Question: 1. I was not clear if I can migrate NextCloud to a new server by directly…
user2885303
  • 39
  • 1
  • 4
1
vote
1 answer

lxc with nextcloud and nginx proxy: Unknown: POST Content-Length

I have two lxc containers. One is the proxy with nginx and this config: server { server_name cloud.malte-kiefer.de; location / { proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; proxy_pass…
beli3ver
  • 363
  • 3
  • 15