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

Anonymous access in Nextcloud

I use current stable version of Nextcloud (nextcloud docker image). I want to disable an authentication window when user enter the site. Is it possible? I found only anonymous upload feature in official doc.
approximatenumber
  • 467
  • 1
  • 7
  • 22
4
votes
1 answer

Azure AD On-Behalf-Of with oAuth & SAML

We're using the Azure AD On-Behalf-Of flow for connecting a user to several services through a single API gateway. Now we'd like to add another service (Nextcloud, synced through LDAP) which only supports SAML 2.0 and no oAuth2. Is it possible to…
Thomas
  • 4,030
  • 4
  • 40
  • 79
4
votes
0 answers

Nginx root inside a docker container

I'm trying to run nextcloud docker in a subdir pointing /var/www/nextcloud in a nginx docker. But no matter what I do, nginx continues to try to serve the /var/www/nextcloud/nextcloud when I access it. This is the ngix.conf (notice the root…
jbssm
  • 6,861
  • 13
  • 54
  • 81
4
votes
2 answers

ownCloud vs NextCloud?

I know NextCloud is forked from ownCloud. What are the differences between them?
xfr1end
  • 303
  • 5
  • 8
3
votes
1 answer

How to avoid Serialization of Closure with process isolation on PHPUnit?

I am trying to write an integration test for an extension (app) for nextcloud. Nextcloud itself is based on Symfony. Long story short, I ended so far with a test class, that throws the following error message: PHPUnit 8.5.15 by Sebastian Bergmann…
Christian Wolf
  • 1,187
  • 1
  • 12
  • 33
3
votes
1 answer

Nextcloud 21 Upgrade: Cannot write into "config" directory

I was running a Apache Server with Nextcloud on a Manjaro (Arch Linux) distribution. The latest upgrade to Nextcloud 21 introduced major changes such as implementing php v8 and a new user "nextcloud" to run the app. After the upgrade I get an error…
A-V Labs
  • 161
  • 1
  • 4
3
votes
2 answers

Mixed content error with Collabora CODE / Nextcloud / Traefik reverse proxy via docker-compose

I am trying to install Collabora CODE alongside Nextcloud via docker-compose. Everything appeared to be up and running from this deployment, but whenever I try to access the Collabora CODE editor, I get the following "mixed content" error: Blocked…
3
votes
1 answer

Set up nextcloud with postgres both via docker

I would like to set up nextcloud locally with postgres via docker. I am able to do so without attempting to use postgres (i.e. with default sqllite) but I run into problems when using postgres docker in conjunction with the nc image. My laptop is…
Doug Fir
  • 19,971
  • 47
  • 169
  • 299
3
votes
0 answers

Configure nextcloud via curl -> CSRF check failed

I am trying to configure the nexctloud sociallogin plugin via curl. I looked into the request chrome sends when I configure the plugin, and tried to rebuild it with curl: curl -X POST --user "$NEXTCLOUD_ADMIN_USER:$NEXTCLOUD_ADMIN_PASSWORD" \ -F…
Nathan
  • 7,099
  • 14
  • 61
  • 125
3
votes
1 answer

Docker Nextcloud Failed to load Collabora Online - please try again later

I have this error message: Failed to load Collabora Online - please try again later at the top-right corner of the self hosted nextcloud website when I try to open the file Welcome to Nextcloud Hub.docx In Nextcloud that is running as a docker…
Jimmix
  • 5,644
  • 6
  • 44
  • 71
3
votes
1 answer

How to fix "My Nextcloud login pages stays empty"

I had this issue a few days back, where the Nextcloud login page just stayed empty. I use Nextcloud behind Cloudflare.
TheGreydiamond
  • 161
  • 1
  • 14
3
votes
0 answers

Error: "invalid-token-response" - WordPress 5.4.2 oauth2 client / Nextcloud 19 (OAuth2-Provider)

i get an Error: "invalid-token-response" error when using oauth2 WordPress 5.4.2 with OpenID Connect Generic Plugin 3.6.0 Nextcloud 19 (OAuth2-Provider) what am i doing wrong? this is the log in the OpenID Connect Generic Plugin: Typ:…
3
votes
0 answers

Download directory from Nextcloud with python requests (WebDav)

I am running a nextcloud instance and I am trying to download a directory with an API call using the library requests. I can download a zip file using an API call. Now what I would like to to is to have an unzipped directory on my nextcloud…
Micromegas
  • 1,499
  • 2
  • 20
  • 49
3
votes
1 answer

Dockerfile Copy not working for Nextcloud container

I'm trying to deploy a Nextcloud container, where the config is copied from the local directory to the container. I'm not getting any error when building or running the container, and I can see the steps are successfully executed per the terminal.…
ch-pub
  • 1,664
  • 6
  • 29
  • 52
3
votes
1 answer

Cannot get nextcloud listening on port 82

I've installed nextcloud with snap and configured it to listen to port 82 with sudo snap set nextcloud ports.http=82, firewal is opened on that port as well but it doesn't respond. investigating, it seems that it's listening to port 82 but on ipv6…
fralbo
  • 2,534
  • 4
  • 41
  • 73
1
2
3
32 33