Questions tagged [nextcloud]

145 questions
1
vote
0 answers

Multiple Docker-Compose-Files for reverse proxy and services

I have created two docker-compose files, the first one creates an nginx-proxy and a letsencrypt-nginx-proxy-companion. The other yaml-file creates a nextcloud instance (with mariadb). The first two containers start without an error and work, but…
elvenking
  • 11
  • 3
1
vote
2 answers

Nextcloud behind Ngnix reverse proxy in a subdir url

I use a Ngnix reverse proxy to keep several docker services behind HTTPS and in the same DNS. Basically I want to access to Nextcloud with: https://server..fr/cloud/ I have access to the initialisation page but all dependencies don't load…
Opsse
  • 131
  • 1
  • 6
1
vote
1 answer

Should I use DMZ for a public NextCloud server hosted on a home network?

I would like to set up a small NextCloud installation on a Raspberry Pi 1 Model B+, or something like that, on my home network.I would like it to be accessible from the outside with a DNS of some sort. The idea is to create my private Dropbox.Now…
user543656
1
vote
2 answers

Nextcloud Helm Chart Change Max Upload Size

I deployed the Nextcloud Helm chart to my cluster. Installation went fine and I can use it. But I can only upload small files (the default). How can I configure the helm chart to allow larger files (5Gi) to be uploaded?
cclloyd
  • 593
  • 2
  • 14
  • 29
1
vote
0 answers

Dovecot/Postfix Error: connect failed to database

I have a question and I hope you can help. I have an email server setup and running. A few days ago the following updates were installed: 2019-08-15 22:23:40 upgrade php-common:all 2:69+0~20190303094804.15+stretch~1.gbp0f7465…
realShadow
  • 71
  • 1
  • 10
1
vote
1 answer

How To Save NextCloud Files to EFS

So i have a nextcloud server in an EC2 instance, i have an EFS mounted to it but im not sure how to make nextcloud save the files on the EFS instead of EC2. Are there any guides or tutorials out there that shows you how to do such a thing? Any help…
Ghaith Haddad
  • 73
  • 1
  • 3
  • 6
1
vote
1 answer

How to automatically remove incomplete file uploads in Nextcloud 14?

Just installed a fresh Nextcloud 14, concluding some testing before putting it into production, including upload of large files through the Web UI. Being impatient I started clicking around while waiting for a ~1Gb file to finish uploading,…
Geir
  • 141
  • 1
  • 1
  • 5
1
vote
0 answers

Nginx: Nextcloud behind reverse proxy in subdir, php request fail

My current Nginx webserver setup: Main server on port 80; (example.net) Nextcloud server on port 82; (localhost:82) (Nextcloud version 14) Both servers work perfectly if i call them directly. What I want: If a user calls "example.net/nextcloud" i…
chao-samu
  • 43
  • 1
  • 8
1
vote
1 answer

Nextcloud 14 does not upload files bigger than 1MB

I am running Nextcloud 14 on Debian Stretch with nginx, php-fpm7.2, mariadb and redis inside a LXC container (Proxmox VE, lvm thin storage). On another LXC container, alpine linux 3.8 runs an nginx reverse proxy. For some reason i can not upload…
user393856
  • 185
  • 3
  • 15
1
vote
1 answer

NextCloud Using Elastic Load Balancer

I have a case where I have two AWS EC2 instances, and both have the same S3 as primary storage, an RDS as a shared database and an EFS as a shared storage, I have AWS ELB (elastic load balancer) behind those two EC2 instances, and NextCloud server…
ibr
  • 91
  • 6
1
vote
0 answers

Configuring NextCloud with Amazon S3 and RDS

i was looking through the web about how to connect NextCloud to S3 and i found it over here i even found some topics on the forums explain how to do that, which is great. but my solution also depend on Amazon RDS, i didn’t find much about it, so how…
1
vote
1 answer

NextCloud as Oauth Provider

I've noticed that in some of the current versions of NextCloud that there is an admin menu option for adding Oauth 2.0 clients. Doing so gives you a Client ID and a Client Secret as you would expect as well as taking in a redirect URL. Now the…
Jake Hewitt
  • 31
  • 1
  • 5
1
vote
2 answers

Fedora Server 25 firewall issue. Ports 22, 80, 443 blocked at each boot, have to stop firewalld

I setup Fedora Server 25 in a VM and used SaltStack to install NextCloud via this walk-thru. The issue I am having is the firewall is too restrictive and is blocking ports 22, 80 and 443. Per the walk-thru creator's suggestion, I edited the…
KidACrimson
  • 330
  • 1
  • 10
  • 26
1
vote
0 answers

Mounting many davfs2 webdav on same server making webdav slow

I did setup a gnome mate desktop server using thinlinc. And behind it, i do have a nextcloud server for the file handling. I wanted to have at each remote desktop access to nextcloud server by using a mounted webdav drive, using davfs2. This works…
Arjan
  • 111
  • 4
1
vote
1 answer

Nextcloud cron.php timings

As recommended by Nextcloud Official Documentation, I started to use a system that calls the cron.php every 15 minutes. The call is wrapped in a program that reports errors to me via e-mail and enforces a timeout of 2 minutes on the execution of the…
1
2
3
9 10