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

Sharing nextcloud authentication with custom web application

I would like to develop an application (NodeJS, vueJS, postgreSQL) that uses the nextcloud user accounts. The idea is that the user authenticates with his nextcloud ID, and can then access both nextcloud and my website. Note that my application is…
Ikit
  • 31
  • 1
  • 4
1
vote
1 answer

Jelastic - Collabora Online with Next Cloud without ssl (for testing)

For testing purpose, I want to install Collabora online on a Jelastic environment. I'm trying to follow this basic steps : https://www.collaboraoffice.com/code/quick-tryout-nextcloud-docker/ First I configure the topology with the docker image…
Cawet
  • 254
  • 2
  • 12
1
vote
2 answers

Why nextcloud does not find the database in Docker?

I build my Home-Server on a raspberry pi and wanted to install nextcloud with Docker on it. But nextcloud don't find the mariadb. What's wrong? db: image: jsurf/rpi-mariadb command: --transaction-isolation=READ-COMMITTED…
Baum
  • 95
  • 10
1
vote
1 answer

Example for file upload to nextcloud in PHP

I searched for working example to upload a file to a new installed nextcloud. Can anybody provide some sample code? I found one script usint sabre dav but this only results in App not installed error. Another script used curl_exec gets file not…
Jack
  • 59
  • 7
1
vote
1 answer

nextcloud issue : duplicate upstream "php-handler"

I'm actually facing an issue with my Nextcloud server on Nginx who doesn't want to start. I installed Nextcloud as mentionned in the official documentation : https://docs.nextcloud.com/server/15/admin_manual/installation/nginx.html But when I start…
Jean G
  • 23
  • 1
  • 4
1
vote
1 answer

Nextcloud integrity check issue "App not found"

I use Nextcloud for a while (v14.0.4) and I've got an alert from the code integrity checker with an usual message : Technical information ===================== The following list covers which files have failed the integrity check. Please read the…
Sylvain
  • 2,742
  • 5
  • 21
  • 34
1
vote
0 answers

Getting Bad request while creating folders on nextcloud through MKCOL when folder name contains specific words like Hazlo

'', 'userName' => '', 'password' => '' ); $client = new Sabre\DAV\Client($settings); $f_name = ' Hazlo '; $folder_name =…
Manish Goyal
  • 700
  • 1
  • 7
  • 17
1
vote
1 answer

Onlyoffice Nextcloud connector cant get files: HTTP 403 Access denied

Environment: we run Onlyoffice with Docker, my docker-compose.yml file is: version: "2.0" services: Onlyoffice5.2.3.64: image: 'onlyoffice/documentserver:5.2.3.64' restart: always volumes: -…
FaxMax
  • 121
  • 1
  • 7
1
vote
2 answers

How can I generate the NextCloud Key value pair when sent REST requests?

I'm trying to write a tool for Nextcloud. It reads some information from another database and then creates a new user in Nextcloud, create a shared folder and copy some files into the new folder. To do that, I'm using Nextcloud's API. The tool is…
r3d007
  • 43
  • 9
1
vote
0 answers

Nextcloud - Directory unavailable after custom path for reverse proxy

I’ve installed the snappy nextcloud (https://github.com/nextcloud/nextcloud-snap), changed its default HTTP port to 8081 (no interests on HTTPS for now) and configured the reverse proxy with Nginx as the following wiki:…
Gabriel Milan
  • 702
  • 2
  • 7
  • 21
1
vote
1 answer

NextCloud: Append only?

I know how to make an upload dir and how to make a read-only dir. Can I combine those? I want people to be able to upload but not change existing files uploaded by others. They should, however, be able to see the files uploaded by others. The…
Ole Tange
  • 31,768
  • 5
  • 86
  • 104
1
vote
2 answers

Forgot nextcloud root password which I have setup in localhost with Ubuntu LAMP stack

I have set up LAMP stack in my local Ubuntu 18.04 laptop. MariaDB root password is working fine. I have setup nextcloud in my localhost. Non root user password is working fine. But I have forgot root login password. How to reset it.
Suraj
  • 724
  • 1
  • 9
  • 17
1
vote
2 answers

Nextcloud on apache and nginx as reverse proxy + SSL

I'm having a headache with Apache and Nginx. When I think one is working the other one doesn't and vice versa... To explain it a bit guy: I have a server with Nextcloud "installed" on it which is working with Apache2 and MySQL. I have a Raspberry PI…
Michael
  • 15
  • 1
  • 5
1
vote
1 answer

Nextcloud Desktop-Client build procedure

Good day everybody. I used this instructions from Git on how to build the nextcloud client: https://github.com/nextcloud/desktop/wiki/How-to-compile-the-desktop-client I want to explain what I did and what tried to get the nextcloud client…
mn_dc466
  • 143
  • 1
  • 1
  • 8
1
vote
0 answers

two servers on different machine with one IP

I have Nextcloud server running fine with ip 192.168.0.1 Installed collabora online server on another machine with IP 192.168.0.2 I have one public IP and two separate domains for those servers pointing at the same piblic IP what I try to do is use…
Magen
  • 33
  • 1
  • 1
  • 7