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

onlyoffice nextcloud "document could not be saved" nodeJS - postData error

Using nextcloud 17.0.2 and documentserver:5.4.2.46 docker images on same server. Both services are working but opening a file in browser displays "The document could not be saved" error message. Error message points to this url…
m0ng00se
  • 69
  • 8
1
vote
1 answer

Enable git cloned nextcloud application

Can't enable a nextcloud application installed over git clone. When I click enable button everything ok, the application moves to enabled, but after a page reloads it disabled again.
Serhii Shliakhov
  • 2,631
  • 3
  • 19
  • 37
1
vote
1 answer

Nextcloud sync large files

I've installed on linux Nextcloud server with apache+php. It works fine, but not sync large file > 2Gb. The error that I receive is: Sabre\DAV\Exception: Error while copying file to target location (copied bytes: 0, expected filesize: -1 ) This is…
Giulio
  • 221
  • 2
  • 15
1
vote
1 answer

Access WebDAV using PHP

I have the following code : "https://example.com/remote.php/dav/files/foo/", 'userName' => "foo", 'password' => "secret" ); $client = new…
executable
  • 3,365
  • 6
  • 24
  • 52
1
vote
1 answer

Collabora (docker) and NextCloud (snap) problem behind proxy on same machine

I decided to post about my situation after many days of troubleshooting. I recently installed NextCloud as snap on Ubuntu 18.04 and everything worked fine. I did the port forwarding and used Let’s Encrypt (from snap commands) to create the…
mohi
  • 1,093
  • 2
  • 16
  • 21
1
vote
0 answers

What is the purpose of all these semanage rules in my nextcloud installation with nginx + php-fpm in centos7?

My scenario I have set up 1 VM (centos7) with: Nginx php-fpm Nextcloud For this task, I have followed this guide (of course, I had to change some settings to make it work in my environment) My question In some point of the guide, I had to…
1
vote
0 answers

Nextcloud 16: automatic import contacts (.csv)

currently i´ve installed a fresh nextcloud 16 service on an ubuntu 18 LTS server. Nextcloud working fine, i´ve added the "Contacts" App on the Web GUI. When i add an contact at the Gui, it is possible to sync it via carddav with my iPhone. We need…
1
vote
0 answers

Download NextCloud file using WebDav API and Python requests

I have a markdown file on a NextCloud 15 server, in MyDirectory/. So far I've been able to list MyDirectory/ content, despite the fact that documentation is not very consistent with what is actually working. For example, I'm using…
HenriC
  • 842
  • 8
  • 14
1
vote
0 answers

how to rewrite nextcloud's url

I have set up docker infrastructure with LAMP and nextcloud 16 and 17 installed. Based on the domains Apache is redirecting request to specific directory what produce 500 error in nextcloud.log (not in apache): The error message…
piotr5151
  • 11
  • 2
1
vote
1 answer

Command "maintenance:install" is not defined

I had an image of Nextcloud v. 14 in my production environment (AWS ECS). On September 22, the service stopped because the volume was full. Expanding the CPU, the error that appears to me is: The "maintenance: install" command is not defined. I…
BarbMar
  • 11
  • 2
1
vote
1 answer

How to securely continue a session from Nextcloud in an external PHP page

I am building a small app for Nextcloud (16). I have to execute some code in an external PHP file, not in the Nextcloud app. This page has to be secured against unauthorized access. I want to achieve this with the existing Nextcloud session…
Dexter2k
  • 11
  • 3
1
vote
1 answer

How can I obtain the full path of a nextcloud file

I started writing an app for nextcloud. For my app to work, I need to be able to pass the complete path of files located in the file directory of the logged in user to a CLI command. I know that the base path of the file directory is defined in…
1
vote
1 answer

Creating a new calendar in Nextcloud/SabreDAV via CURL

I've created a demo Nextcloud build(the backend seems to be SabreDAV) and enabled the calendar app. Functions like PROPFIND are working via CURL, but I can't create a new calendar(not a calendar object). The MKCALENDAR functions doesn't exist on the…
Dalhousie
  • 119
  • 1
  • 1
  • 9
1
vote
0 answers

load different view files when switching the url

I would like to create a Nextcloud app and followed this tutorial https://docs.nextcloud.com/server/16/developer_manual/app/intro.html After creating the app skeleton I added some routes to routes.php [ ['name'…
Question3r
  • 2,166
  • 19
  • 100
  • 200
1
vote
0 answers

Certbot fails on Ubuntu 18.04 Apache 2.4.29

I´m trying to set up SSL for my nextcloud server via Let´s Encrypt. But I get the error Failed authorization procedure. my.ddnsurl.com (http-01): urn:ietf:params:acme:error:unauthorized :: The client lacks sufficient authorization using the…