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

Nginx redirects to first Subdomain when accessing second

So here's my situation: I have a Nextcloud and OpenHAB set up on my server and want to access both from outside my local network. I use Nginx as my reverse proxy to access my nextcloud on cloud.foo.bar and my openHAB on home.foo.bar. This works for…
lars250698
  • 33
  • 3
  • 9
0
votes
1 answer

nginx responds to HTTPS but not HTTP

I am using the dockerized Nextcloud as shown here: https://github.com/nextcloud/docker/tree/master/.examples/docker-compose/with-nginx-proxy-self-signed-ssl/mariadb/fpm I set this up with port 80 mapped to 12345 and port 443 mapped to 12346. When I…
Wassinger
  • 347
  • 2
  • 16
0
votes
1 answer

How can I determine user / group when running an application?

I'm running nextCloud on my own Virtual Private Server with Ubuntu 16 + Plesk. I have a weird behavior which I suspect is related to files access rights: - Configured an external storage (secondary HDD, mounted in /media as /diskext) as the "shared…
jlgarnier
  • 1
  • 2
0
votes
1 answer

Unable to connect NextCloud to OnlyOffice document server

When trying to connect NextCloud to OnlyOffice's document server, an error is thrown, but not much else is provided in order to fix the issue. As shown below, the server is running properly, on HTTPS (see this SO question for steps followed to set…
jansensan
  • 633
  • 1
  • 8
  • 23
0
votes
1 answer

nextcloud sub path domain

I installed nextcloud in the /var/www/html/nextcloud folder using the following tutorial: https://websiteforstudents.com/install-nextcloud-on-ubuntu-16-04-lts-with-apache2-mariadb-php-7-1-and-lets-encrypt-ssl-tls/ Now every time I access my…
0
votes
1 answer

MS Office Lock-File (owner file) behavior differs between Netdrive and Synced-Folders (Nextcloud)

I have a strange behavior of MS Word/Office/Visio when opening files that are already opend by another User. Nextcloud 12.0.3 Sync-Client 2.3.3.1 All Clients: Windows 7 Situation A (working as intended): test.doc file located on a network drive…
Ichnafi
  • 33
  • 5
0
votes
1 answer

IO Error when enabling https for Nextcloud with Let's Encrypt

I'm trying to enable HTTPS for Nextcloud using Let's Encrypt on my Ubuntu server. However, I get an IO error (Error number 13) saying permission was denied to the file /etc/letsencrypt/cli.ini. I've used chown to make the file accessible for my…
niCoke
  • 1
0
votes
2 answers

nextcloud SVG icon under activity is not shown in browser

As you can see below, the svg icons are broken when opened in chrome. (The icon does not display in firefox) Software: FreeNas Jail - FreeBSD 11.1 Release Apache 2.4 NextCloud 13.0.0
Mox
  • 2,355
  • 2
  • 26
  • 42
0
votes
1 answer

Add new user in next cloud from Android client

I am working on next cloud server. I am creating folder on server from client end (Android) and uploading/downloading files successfully. I need to add a new user into the next cloud server. I am using guide from Next Cloud User Provisioning…
Momin Khan
  • 147
  • 10
0
votes
1 answer

How to find the list of all emails shared with on Nextcloud

My company has been using Nextcloud to host invoices for our customers to view. We have created a folder tree and shared individual folders directly to a customers email via this method: This works well but we would like to find a list of all the…
Justin Morrison
  • 459
  • 4
  • 18
0
votes
1 answer

Plesk Onyx & Nextcloud PHP Errors

I tried to install Nextcloud 13 in Plesk, but if I try to open the link I get a HTTP 500 error. PHP version: 7.0.27 PHP modules: click here php_error.log: too long (I can send the pastebin link) Please tell me if you need more info. I would really…
chain
  • 13
  • 6
0
votes
1 answer

Nextcloud server side encryption

Does anyone know whicj encryption algorithm is used in server side encryption on Nextcloud v12 ? Thanks for you answer
Phil
  • 11
0
votes
0 answers

NGINX as a reverse proxy breaks cloud sync ability

I did my best to research this and found a few solutions that I will outline, but sadly none of them work. We have one public IP address that serves multiple servers. To make things easy we have several subdomains pointed at this IP, my example will…
Jon B
  • 1
0
votes
1 answer

Nginx proxy pass not working with SSL

Currently I have 3 virtual machines running on ESXi one with nginx that is controlling requests. One running apache web server with the website which is the first example. The last one is running nextcloud though snap which is ssl encrypted and…
Maks
  • 119
  • 1
  • 6
0
votes
1 answer

cURL PUT Request with Nextcloud / owncloud API

I tried to update an existing Nextcloud user through their API. When I do it directly via shell it works curl -u user:pass -X PUT "https://example.org/ocs/v1.php/cloud/users/admin" -H "OCS-APIRequest: true" -d key="quota" -d value="5GB" But when I…
Johannes
  • 377
  • 4
  • 17