Questions tagged [nextcloud]
145 questions
0
votes
4 answers
Using mdadm - RAID1 array doesn't mirror other disk
Currently I am building a nextcloud server on Ubuntu 20.04. I got one disk for the OS to run on a 320GB harddisk. And I want the data directory to be in a raid1 array, because if one drive fails we still have the other drive with the data. So I got…

Mike milkshake
- 9
- 3
0
votes
0 answers
Kubernetes networking: cannot access pod from another pod running on a different node
I am trying to install nextcloud on my own bare-metal Kubernetes infrastructure (I have 3 worker nodes), but i run into an issue when the nextcloud container tries to connect to the mariadb container.
I can access mariadb with every IP addresses…
0
votes
1 answer
Nextcloud Nginx Reverse Proxy MIME Type problems
I am running Nextcloud in a container setup in FPM mode. The app container itself runs the php-fpm component, I have an additional container running nginx as web server. I am following this example very…

Daniel
- 165
- 1
- 9
0
votes
1 answer
Override NGINX location block - RunCloud
Would love some help with an problem that has me stumped.
I am testing a hosting platform, Runcloud, to host a Nextcloud server. It uses an Apache/Nginx proxy setup and has a number of configuration files that can't/shouldn't be changed. It does…

ZipZapRap
- 1
- 1
0
votes
0 answers
Why my nextcloud doesn't request with iptables enabled?
I have installed nextcloud in a server with TLS. Your installation was successed. In my server, the iptables is enabled and configured, following:
Chain INPUT (policy DROP)
target prot opt source destination
ACCEPT tcp -- …

cleanet
- 1
- 1
0
votes
1 answer
Pfsense and Dns Resolver - SSL/TLS for internal access?
I have a Pfsense box that is able to issue/renew acme certificates, with haproxy installed, that has two backend servers that use the generated acme certificate that works fine.
(email and nextcloud servers)
From outside my local network, going to…

JCTechie
- 101
- 3
0
votes
0 answers
Can I use snap to install nextcloud on a server already running Apache?
Nextcloud is an open source cloud data server. On OS's with snapd you can install the whole thing as a snap:
sudo snap install nextcloud
That seems magical, but I am stuck there. My server was already hosting various domains using Apache, and I do…

CPBL
- 101
- 4
0
votes
1 answer
Apache vhost privilege separation using mod_selinux
I have 2 sites/apps on a server; a proprietary app, and Nextcloud. Nextcloud will be using the files_external storage plugin which allows for local mounts, but I do NOT want it to be able to browse and view the source of the proprietary app... thus…

oucil
- 557
- 6
- 21
-1
votes
2 answers
Having Trouble Setting Subdomains On NGINX
I'm currently setting up OpenMediaVault on my Rock64 Single Board PC which is based off Debian and is configured through the web GUI running from NGINX on port 80.
I'm currently trying to install Nextcloud using NGINX, MariaDB/MySQL and PHPMyAdmin,…

willowen100
- 31
- 2
- 10
-1
votes
1 answer
my nextcloud server uses too much RAM (apache)
I'm using Apache with following configuration:
Timeout 60
KeepAlive On
MaxKeepAliveRequests 100
SetHandler "proxy:unix:/var/run/php/php7.4-fpm.sock|fcgi://localhost/"
HostnameLookups Off
…

france1
- 23
- 9