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
3
votes
1 answer

Nginx proxy_pass, limit active concurrent connections

I have a service running in low end machine (behind Nginx) and the CPU performance is rather weak. One of the API needs a lots of CPU time, so it's required to limit the max concurrent requests. But if the request is cached, it can response much…
newnius
  • 141
  • 7
3
votes
1 answer

Nextcloud in docker behind traefik on unraid

I'm running traefik as a reverse proxy on my unraid (6.6.6) Apps like, sonarr/radarr, nzbget, organizr, all work fine. But that's mostly due to the fact that these are super easy to set up. You only need 4 traefik specific labels and that's…
shrtrnd
  • 31
  • 3
3
votes
1 answer

Error uploadig a file to NextCloud via API

I'm trying to upload a file: curl -X PUT -u "my_username:pass123" "https://nextcloud.my_domain.com/remote.php/webdav/Shared/dir1/" --data-binary @"/Users/user1/test1.png" Error:
Nattemando
  • 99
  • 1
  • 6
3
votes
1 answer

Traefik + Nextcloud results in bad gateway

I have 3 services up and running. A mariadb & nextcloud instance: version: '2.1' volumes: nextcloud: db: services: db: image: mariadb volumes: - db:/var/lib/mysql environment: - MYSQL_ROOT_PASSWORD=my_root_password …
Daniel McCrevan
  • 179
  • 1
  • 19
3
votes
1 answer

Retrieve NextCloud files for Azure AD users

We're trying to develop an ASP.NET Core web API which lets users authenticate through Azure AD and would like to retrieve files from NextCloud on behalf of this Azure AD user. Our infrastructure is composed of an Ubuntu server running NextCloud 12,…
3
votes
1 answer

Nextcloud notifications

I'm working in a project in which I need to record files information in the database whenever a file is added or modified so they remain synchronized. Those files are suposed to be stored in a Nextcloud server so, does Nextcloud have a way to…
3
votes
0 answers

Uncaught ReferenceError: OCA is not defined in nextcloud

While I'm configuring object storage in next cloud it will show error like Uncaught ReferenceError: OCA is not defined Added object storage parameter in config.php file. Following is my configuration file. 'objectstore' => array( …
3
votes
1 answer

Using ownCloud/Nextcloud with S3 bucket sync issues

I have included an S3 bucket to my Nextcloud instance as an external source, but not as a primary source. All files that appear on S3 appear as expected on Nextcloud. I can manually upload a file to the bucket which will also immediately appear in…
Dubby
  • 2,290
  • 4
  • 27
  • 38
3
votes
1 answer

(70007)The timeout specified has expired:

a friend from me has the Problem that his Nextcloud/owncloud installation don´t work correct. When he would upload some files it is really slow and stops for few seconds. i have read that the proxytimeout is to low. At the apache2.conf it was set…
Lars
  • 31
  • 1
  • 3
  • 5
2
votes
0 answers

SSL Issue on integration of Nextcloud with OpenProject

I hope some had a similar problem and could solve it. I try to bind Nextcloud and OpenProject together but cant get it to work. the following picture shows the setup: I configured (or even tried to) both services as mentioned in their…
MichaelT
  • 71
  • 1
  • 1
  • 7
2
votes
0 answers

NextCloud: how to upload a large file via a shared link

I am trying to find a way to enable large file uploads (>> 1GB) on shared upload-enabled links. Direct uploading of small files via Webdav works here, when one takes the last path of the link as http user name. However, the file size is too large to…
olebole
  • 521
  • 4
  • 17
2
votes
3 answers

Error on Nextcloud OpenID Connect login with Authelia

I am currently trying to set up and use Authelia idendity providers with OpenID Connect as a single login provider for several different applications. The first application I want to add is Nextcloud. To do this, I follow the instructions on the…
2
votes
3 answers

Nexcloud installation on raspberry-pi failing with docker compose

Trying to install nextcloud on rpi4. I'm getting below error when trying to install nextcloud on rpi4 running buster Initializing nextcloud 23.0.4.1 ..., touch: setting times of '/var/www/html/nextcloud-init-sync.lock': Operation not…
2
votes
0 answers

Nextcloud: Batch folder share for upload only

i want to create folders in my Nextcloud for many users. The users should only be able to upload files. That's why i wanted to write a script for that. Here i found a library for Python (like pyncclient) to create shares. To test the script i first…
Lionking
  • 53
  • 9
2
votes
0 answers

Error 500 when trying to add a Reverse Proxy to the Web Server (Apache2)

I want to add a Reverse Proxy to the Web Server that I'm using for Nextcloud, so that whenever I go to my-server.com, the web server points to Nextcloud, but when I go to my-server.com/grafana, the web server points at the port where Grafana is…
elporsche
  • 43
  • 1
  • 5
1 2
3
32 33