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

How to create a RAR archive with date of the archived folder in archive file name?

The cloud service Dropbox used by me does not preserve the original time stamp of uploaded folders. I have to use the WinRAR to compress the folder to backup in the cloud to keep the original folder date/time before I upload it to Dropbox. But I…
Tangent Lin
  • 35
  • 1
  • 6
2
votes
1 answer

Python client to access CalDAV via OAuth2 on Nextcloud

The canonical examples for using CalDAV always use username/password authentication. However Nextcloud supports OAuth2, therefore I would like to use CalDAV via oauth. I already have done the same with the Google calendar API, but just adapting the…
Adrian W
  • 4,563
  • 11
  • 38
  • 52
2
votes
1 answer

Could NOT find Qt5WebKitWidgets

I am trying to build nextcloud open source project. I am using built tools Qt 5.6 version. following errors has occurred- -- Could NOT find Qt5WebKitWidgets (missing: Qt5WebKitWidgets_DIR) CMake Warning at src/gui/CMakeLists.txt:313…
user2893186
  • 125
  • 1
  • 2
  • 10
2
votes
0 answers

Refused to load the font '' console error for nextcloud

I recently built a document portal with NEXTCLOUD (PHP and MySQL), which is working fine, but for some reason, now I receive this error on my console: Refused to load the font '' because it violates the following Content Security Policy…
user6818018
2
votes
1 answer

I need advice about how to link OnlyOffice Document Server with NextCloud

I'm a new Docker user and I have just installed NextCloud on my Ubuntu PC (but not using docker). I used Docker to install onlyoffice document server on https://localhost & nextcloud is on localhost /nextcloud/. I have followed instructions to the…
Simon
  • 21
  • 2
2
votes
1 answer

NGNIX Backward Proxy for a Nextcloud URL redirect failure

I have a little problem concerning my nginx setup. I plan to create multiple in a network with one central server as a proxy. |---(/nextcloud/)--->Nextcloud-Server -----> Central-Server--->| …
user123994
  • 21
  • 2
2
votes
2 answers

NextCloud file tagging through WebDAV script

I am using NextCloud 11 to store my personal files, and I use the simple curl script from the documentation in order to upload files to my NextCloud drive: curl -u user:pw -T test.pdf…
Julian
  • 1,694
  • 22
  • 29
2
votes
1 answer

nextcloud on Apache2: Request Entity Too Large

I am struggling to get Nextcloud to accept larger files (up to 512MB) via SSL. What I have this far is: In /etc/apache2/conf-enabled/owncloud.conf: Alias /nextcloud "/var/www/nextcloud/" Options +FollowSymLinks …
Zahlii
  • 818
  • 1
  • 7
  • 17
1
vote
0 answers

Nextcloud Fatal Error Insufficient shared memory

I get this message immediately after reboot trying to run a php script: # sudo -u apache php updater.phar Mon Jul 31 17:59:24 2023 (2241): Fatal Error Insufficient shared memory! It is a Nextcloud upgrade script. Also these messages in the…
Clodoaldo Neto
  • 118,695
  • 26
  • 233
  • 260
1
vote
0 answers

How to setup social login on nextcloud with mastodon as provider?

I run a mastodon instance, and I want to set up a selfhosted nextcloud server that work for the same group of users by setting up social login. nextcloud do have this plugin (app) that allow social login, which allows custom Oauth2. Mastodon…
fenixnano
  • 262
  • 2
  • 9
1
vote
0 answers

Nextcloud API groupfolders

I'm trying to use nxc.get_group_folders() in pyspark to get all group_folders on Nextcloud. But every time I try to use a function from the class GroupFolder(Req, Nextcloud), an error occurs. this is the upcoming error message: raise…
tina
  • 11
  • 2
1
vote
2 answers

Dockerized NextCloud installation: Internal server error - deadlock

I have migrated a dockerized NextCloud installation to a new server but I am receiving error messages “Internal server error”: Nextcloud version: 25.0.3 Operating system and version: Ubuntu 22.04 I have checked the output of Nextcloud log in Admin >…
jos
  • 83
  • 1
  • 6
1
vote
2 answers

ModSecurity OWASP 3.3.2 breaking Nextcloud - cannot solve this one

Running ModSecurity 2.93, and OWASP ModSecurity Core Rule Set (CRS) 3.3.2. Enabled the Nextcloud exceptions contained in REQUEST-903.9003-NEXTCLOUD-EXCLUSION-RULES.conf, and they are being loaded fine. Nextcloud is updated to the last stable…
nonhocapito
  • 466
  • 5
  • 18
1
vote
1 answer

mariadb error | nextcloud installation | ERROR 2002 (HY000): Can't connect to local server through socket '/run/mysqld/mysqld.sock'

Background Hi. I'm new to home servers (and maybe linux tbh) and am trying to set "nextcloud" up and running. I'm running a Linux 6.1.0-1 Manjaro (so Arch linux), and I'm mainly accessing it through SSH. I'm following this guide on arch wiki, step…
Arash. j.
  • 11
  • 2
1
vote
1 answer

Making a curl request to download files from Nextcloud with Siri Shortcuts

I want to download files from my Nextcloud using a shortcut. This command works in the cmd console, but I don’t know how to do this with the Siri Shortcuts app: curl -u username:password -X GET…
user18908963