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
0 answers

How to host /var/www/html/data/USER/files outside of docker

What I want to do is host a directory on my machine in nextcloud. Meaning, I have a folder on my machine /data/media that I would like to be the root folder when I open nextcloud. Here is a snippet of my attempt in docker-compose nextcloud: …
Dan Neal
  • 51
  • 6
1
vote
0 answers

Nextcloud with Replicas on Azure Kubernetes - Failing to Mount Azure Files ReadWriteMany Volume

I'm trying to deploy Nextcloud w/HPA (replicas - horizontal scaling) on Azure Kubernetes with the official Nextcloud Helm chart and a ReadWriteMany volume created following these official instructions, but the volume never mounts, get this (or some…
amizzo
  • 55
  • 4
1
vote
0 answers

Cannot access nextcloud on LAN or outside the network

I cannot access nextcloud on my LAN network or outside. I suspect that it has something to do with substituting an old Android phone and port forwarding instead of buying a wifi adapter. I can assess it on the host pc by localhost or 127.0.0.1 but…
Garret45
  • 11
  • 2
1
vote
2 answers

NextCloud with OnlyOffice not opening previosly saved documents

OnlyOffice is not opening previously saved documents after doing docker-compose down. I needed to increase the memory of nextcloud instance (docker container) so I proceeded to stop all the containers, modify the docker-compose and set everything up…
zoid
  • 27
  • 5
1
vote
0 answers

Nextcloud page error in MIME type ('text/html') with Nginx

Here is the error code: I see the code of main.js is a file type of HTML, but somehow we get a file type of .js. The same situation in .css file, so I get a non-complete NextCloud web page. How should I do to make it match the right file type? and…
1
vote
1 answer

Kubernetes Access service nextcloud from /nextcloud

I am trying to host my own Nextcloud server using Kubernetes. I want my Nextcloud server to be accessed from http://localhost:32738/nextcloud but every time I access that URL, it gets redirected to http://localhost:32738/login and gives me 404 Not…
1
vote
0 answers

Contributing to Nextcloud - How to understand code structure?

I would like to contribute to Nextcloud because there are some issues that are quite easily fixed but aren't by the developers. Now this might sound like a stupid question, but I can't find ANY information on how the code is structured. There is no…
dmuensterer
  • 1,875
  • 11
  • 26
1
vote
1 answer

NGINX - Unable to verify the first certificate

I have Nextcloud (21.0.3) and Onlyoffice Documents Server (6.3.2.2) installed on the same server without docker. I'm using only nginx as webserver. SSL certificate is from European SSL. Nextcloud and Document Server they have different domain names…
Safak
  • 25
  • 1
  • 3
1
vote
1 answer

NextCloud get direct link of file

I installed nextcloud version 22 on my server and I need to go directly to files like nextcloud.com/folder/file.xls instead of going to the link nextcloud.com/folder/download. I verified that there is SharingPath…
1
vote
1 answer

Collabora/Code docker install not loading document, throwing JavaScript error

I've downloaded and run the Collabora/Code docker image using the following: docker run -t -d -p 127.0.0.1:9980:9980 -e "domain=localhost" -e "username=admin" -e "password=S3cRet" -e --restart always collabora/code I've also created a local…
user1380769
  • 277
  • 1
  • 4
  • 16
1
vote
0 answers

nginx proxy manager 502 bad gateway at login

I followed this guide https://www.the-digital-life.com/nextcloud-nginx-proxy-manager-in-10-minutes/ to provide an TLS encryption to my nextcloud docker instance. Bevor I made anything I created a new VM, so there is nothing interfering. On it I…
1
vote
1 answer

Nextcloud (docker) fails to connect to Mysql (docker) SQLSTATE[HY000] [2002]

I have installed nextcloud with docker compose using the yaml file below GNU nano 4.8 docker-compose.yaml …
Fish4203
  • 11
  • 4
1
vote
0 answers

Nextcloud Problem with memcache after Updates

I get a Problem with my Nextcloud everytime after Installing Updates. Everytime after Updating I can't access on my Nextcloud anymore. I get the Site, the System needs a Update. After that I have try to install the Updates over the CLI by Hand: sudo…
Diamond
  • 33
  • 3
1
vote
0 answers

Nextcloud API get files/folders recursively

I am trying to do the following with Nextcloud and PHP and googling didn't yield any results: I have a Folderstructure like so: Parent --> Child1 --> Child2 File1 File2 File3 --> Child3 File1 …
1
vote
0 answers

Nextcloud with apache2 behind nginx proxy: 502 Bad Gateway Error

before you are looking at my configuration I want to apologize in advance for the mess. Its the first time working with apache and nginx and I just basically copied every tip from stack overflow into my config in the hope of something that would…
Nicolas
  • 45
  • 6