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

How to see ldapAgentPassword of ldap configuration in plaintext

We have LDAP authentication configured in our owncloud and cannot remember the password for our ldap backend anymore. I have found the ldap_agent_password setting in the database which seems to store an encrypted string of that password. How to…
ohcibi
  • 2,518
  • 3
  • 24
  • 47
1
vote
0 answers

Job for nginx.service failed

I am trying to set up a cloud on my raspberry pi. I am following this tutorial https://canox.net/2016/06/die-eigene-cloud-mit-dem-raspberry-pi-und-nextcloud/ after replacing nginx config with nextcloud and creating a certificate for let’s encrypt, I…
1
vote
1 answer

Issues with Nextcloud on Apache/Debian/PHP-FPM

I have currently two issues with a fresh debian-setup in context of Nextcloud on Apache. Nextcloud version: 12.0.4 Operating system: Debian 9.3.0 Apache version: 2.4.25 PHP version: PHP-FPM 7.0.27 On my Apache I generally use Basic Auth. So if you…
daily
  • 215
  • 1
  • 12
1
vote
1 answer

csrf check failed in nextcloud api

i m calling user registration api in nextcloude using curl request in php but i m getting following response. csrf check failed my curl request is as…
Abhijit Mali
  • 132
  • 2
  • 8
1
vote
0 answers

NextCloud with nginx: subdomain config for NextCloud serves document root instead of folder

I'm trying to set up nextcloud on nextcloud.mydomain.com while I have my regular website on mydomain.com. Here's my default.conf for nginx: server { listen 80; listen [::]:80; server_name IP_HERE; root /var/www/html/; index index.php…
drbunki
  • 11
  • 3
1
vote
0 answers

Installing Collabora in Nextcloud with docker

I have installed Collabora in NextCloud. I use the container collabora/code for that purpose. And when I try to access to the collabora inside nextcloud, it only shows the title. When I check the logs, there is a line that says the…
nmarmon
  • 127
  • 1
  • 1
  • 7
1
vote
1 answer

How to use XDebug and vim when the connection is "wasted" by a prior uninteresting server call

I'm using vim with the Vdebug plugin and Xdebug to debug the WebDAV server of a nextcloud instance. Nextcloud uses SabreDAV, so the WebDAV server is a PHP script. The desktop file synchronization client (owncloud) which nextcloud uses keeps a local…
akraf
  • 2,965
  • 20
  • 44
1
vote
1 answer

Nextcloud list files using API

I have NextCloud file storage and I want to create public interface for it. Unfortunately I do not understand how can access it and for example list files through php (laravel). Maybe I should switch to OwnCloud software? Could you please advise or…
Aleksandr Popov
  • 500
  • 5
  • 20
1
vote
1 answer

How can I change the allowed file types on Nextcloud?

We have a Nextcloud instance, and cannot upload .wav files. How can we configure Nextcloud to allow various file formats, such as .wav?
Brylie Christopher Oxley
  • 1,684
  • 1
  • 17
  • 34
1
vote
2 answers

Using Nextcloud inside a nginx/nxgin-proxy container togheter with other services

I'm trying to get the nextcloud:fpm docker image to run with a nginx docker image plus a neginx-proxy docker image and try to serve several services besides netxcloud (for instace sonarr, etc) from the same nginx image. In orde to do this I want to…
jbssm
  • 6,861
  • 13
  • 54
  • 81
1
vote
0 answers

Nextcloud <-(SAML)->Keycloak as identity provider issues

I’ve followed this blog on configuring Newcloud as a service provider of Keycloak (as identity provider) using SAML based SSO. I am using Newcloud AMI image here: https://aws.amazon.com/marketplace/pp/B06ZZXYKWY Things seem to work, in that I…
user87219
  • 181
  • 2
  • 10
1
vote
2 answers

Nextcloud 12 password generation

I want to generate a nextcloud password from external, where can I find which salts and encryptions are used to store the password in the database?
Asara
  • 2,791
  • 3
  • 26
  • 55
1
vote
1 answer

Using Nginx with Nextcloud/Website/Paperwork parallel

I am trying to run Nextcloud,a Homepage and Paperwork under different locations, but can't figure out how to configure my nginx-config correctly. My working tree looks like this: /var/www/ |-> website |-> nextcloud |-> paperwork My…
Error 404
  • 105
  • 2
  • 10
1
vote
0 answers

Is it possible to solely use AWS S3 for nextcloud/opencloud drive

I'm trying to configure Nextcloud to use S3 as the sole path of all files and therefore not hold any files locally. I guess this can be done but only within a subdirectory. Would it be possible to do it at the root path? It seems the External…
Dubby
  • 2,290
  • 4
  • 27
  • 38
1
vote
3 answers

How to create directories recursively in curl or WebDav?

I want to upload files to my nextcloud server. The problem is that I got an error. The first curl command should create the directory. curl -u "$USER":"$PW" -X MKCOL "https://MYSERVER/remote.php/dav/files/$USER/$MANY_DIRECTORIES" curl -u…
cy221
  • 1,029
  • 3
  • 12
  • 24