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
25
votes
2 answers

SSO with SAML, Keycloak and Nextcloud

I am trying to setup Keycloak as a IdP (Identity Provider) and Nextcloud as a service. I want to setup Keycloak as to present a SSO (single-sign-on) page. I am running a Linux-Server with a Intel compatible CPU. What is the correct…
MadMike
  • 1,391
  • 1
  • 16
  • 38
21
votes
4 answers

Gateway timeout with traefik and php fpm

I have a problem with setting up mailcow with traefik, I encounter gateway timeouts. I also have this problem with nextcloud, so I would be really interested, what causes these issues with gateway timeout. I guess it has to do with port 9000 and…
metanerd
  • 713
  • 1
  • 6
  • 21
18
votes
2 answers

X-Frame-Options header is not a recognized directive

I am using Nextcloud (on Nginx) for a while now and I want to iframe it for another website. However the header does not accept my directives. I changed the header option in /var/www/nextcloud/lib/private/legacy/response.php into the…
MPH
  • 453
  • 1
  • 3
  • 10
13
votes
3 answers

How to get a more detailed log from nextcloud docker container

I followed the guide on https://blog.ssdnodes.com/blog/installing-nextcloud-docker/ and got the docker containers running. I changed the port mappings of nextcloud-proxy to 7443:443, 780:80, since my server already has an apache running. When I open…
Leif
  • 2,143
  • 2
  • 15
  • 26
9
votes
1 answer

App development setup with PHP and Vue.js

I am new to Nextcloud app development and would like to create a simple app to play around. I saw that some apps are made with Vue.js, so I’m asking if there is a guide out there? I generated an app skeleton and played around with the PHP templates…
user9945420
5
votes
0 answers

Using external storage, getting error while deleting a folder

I'm using docker nextcloud. I created a clean instance and I want to use the application external storage. I managed to configure successfully a local storage using the following command : mount_id=$(docker exec --user 1000 nextcloud php occ…
executable
  • 3,365
  • 6
  • 24
  • 52
5
votes
2 answers

Nextcloud with Docker: Can't create or write into the data directory

I successfully installed Nextcloud 13.0 using Docker and Docker Compose. Here's the GitHub repo of the Docker image of Nextcloud: https://github.com/nextcloud/docker By default, my Nextcloud installation stores data to the following…
iamcryptoki
  • 446
  • 2
  • 4
  • 16
5
votes
2 answers

Is there a way to filter/avoid duplicate attribute names in keycloak SAML assertions?

I'm trying to setup SSO with nextcloud (13.0.4) and keycloak (4.0.0.Final) (as SSO/SAML IDP und user management solution) like described at SSO with SAML, Keycloak and Nextcloud. However, trying to login to nextcloud with the SSO test user…
aanno
  • 638
  • 8
  • 17
5
votes
0 answers

Multiple php-fpm containers behind nginx

I want to "dockerize" three php based web apps behind nginx as proxy/frontend (also docker, official container): own app, piwik (official php-fpm docker container) and nextcloud (official php-fpm docker container) It works fine with one php-fpm…
4
votes
3 answers

Using WebDAV to list files on NextCloud server results in method not supported

I'm trying to list files using webdab but I'm having issues. I can create directories and put files just fine but not list a directory or pull a file. I'm seeing the error, "Method not supported". from webdav3.client import Client options = { …
J'e
  • 3,014
  • 4
  • 31
  • 55
4
votes
1 answer

How to set trusted proxies for nextcloud behind nginx proxy manager

I’m trying to set up a nextcloud docker using nginx proxy manager. Nextcloud itself works as expected but when I’m looking into the settings under Administration > Overview it says: You are accessing your instance over a secure connection, however…
Aaron
  • 73
  • 8
4
votes
0 answers

nextcloud multiple trusted domains not works in docker-compose

Based on nextcloud docker : NEXTCLOUD_TRUSTED_DOMAINS (not set by default) Optional space-separated list of domains This is my docker-compose: version: '3.3' services: redis: image: "redis:alpine" container_name: redis restart:…
Vahid Alimohamadi
  • 4,900
  • 2
  • 22
  • 37
4
votes
1 answer

Error installing nextcloud with docker compose

I want to install nextcloud using the official image from the docker hub. https://hub.docker.com/_/nextcloud/ I tried installing apache on 'Running this image with docker-compose' and copied that piece of code to yaml. version: '2' volumes: …
윤태일
  • 537
  • 1
  • 9
  • 21
4
votes
1 answer

How to access nextcloud files in C# by using WebDav?

When trying to access the WebDav API of nextcloud via WinSCP, I am facing several problems with the right usage of root folder, remote path, etc. To save others some time, here is the working code I came up with to upload a file into a remote…
CodeMonga
  • 105
  • 1
  • 7
4
votes
0 answers

Sardine put(String, InputStream) puts empty file to server

Sardine version: 5.8 Java 1.8 (relevant for any dependency overwrites?) Spring Boot 2.1.2 project Tomcat9.0.14 I can connect to my Server (Nextcloud) via Sardine. Also the executed put-call has an effect to the server, as it places the expected…
Sunchezz
  • 740
  • 6
  • 21
1
2 3
32 33