Questions tagged [nextcloud]

145 questions
0
votes
1 answer

How to install paid cert to Nextcloud

I have a Nextcloud server running within a Docker container on Almalinux 8. I was using a self- signed certificate, but for various reasons (a constraint placed on me by my customer) I need to install a certificate that the customer purchased…
Factor Three
  • 101
  • 1
0
votes
0 answers

Massive performance issue for just two users in UI and Download

I have a strange issue with my self hosted nextcloud instance: All works fine, but I have two users who report huge issues with speed when accessing that nextcloud. Two independent effects apparently: the WebUI takes ages to load for each single…
arkascha
  • 168
  • 1
  • 8
0
votes
1 answer

Nextcloud doesn't allow access, despite address being whitelisted in config.php

I installed an UCS Univention App virtual machine with Collabora integrated with Nextcloud. After installation I accessed Nextcloud without any issue, but I did't set a static IP. Next day I came back and Nextcloud refused access, DHCP assigned…
0
votes
1 answer

nextcloud rewrites config permissions after reboot

Heyhey! i'm struggling with a permission-problem on my nextcloud instance. My Setup is Manjaro 21.0.7-210614 linux518 Nextcloud 24.0.3-1 Apache 2.4.54-1 php-sqlite 8.1.8-1 php-intl 8.1.8-1 php-imagick 3.7.0-2 php-gd 8.1.8-1 php-apcu…
bitdruid
  • 1
  • 1
0
votes
1 answer

nginx php file auto download instead execution on http and 404 Not Found on https

problem 1 : i trying to access my site under ip local address using http, everytime i access that, it will download php file meaning not execute. problem 2: i trying access my site under my domain with https, but it return result '404 Not…
0
votes
1 answer

Nextcloud ignores openLDAP password policy

I have a NextCloud server which is connected to an openLDAP server. All users can change their passwords which should follow a password policy. For users which only have a NextCloud account, this works fine with the setting in NextCloud. However,…
0
votes
1 answer

Apache2 server PHP access to files outside document root

I have a Raspberry Pi that I use to host a web server. I am using apache2 2.4.38, php8.1 and MariaDB 15.1 and I wanted to add a Nextcloud server to it. I am using the web installer version. I already have an external USB HDD with BTRFS connected to…
thijmer
  • 1
  • 2
0
votes
1 answer

Storage for Millions of audio files with search accessibility (if possible)

I was looking for solution for this problem that I have with storing of 7tb worth of files , all of them are audio files these files are recordings of asterisk based server freepbx. At first what I did was installed proxmox on server with ssd for…
0
votes
0 answers

Disable module for specific site or enable module for specific sites

I'm running nginx-1.21.4 with dav-ext module compiled in nginx as dynamic module. The thing is this module intereferes with Nextcloud SabreDAV functionallity so I would like to know how (1)how to completely disable the module for a specific site,…
peris
  • 508
  • 2
  • 9
  • 27
0
votes
1 answer

Can’t login through webdav on nginx

EDIT Nextcloud builds its own Webdav implementation, Sabredav. Could it be the following nginx modules be interfering? --with-http_dav_module --add-module=/var/tmp/nginx-dav-ext-module Someone knows how should I compile them dynamically? So i'm able…
peris
  • 508
  • 2
  • 9
  • 27
0
votes
1 answer

Apache2 VHost for subdomain

I configured several months ago my nextcloud on my Ubuntu 20.04.3 LTS VM running on my FreeNAS, following their tutorial so bear with me, I'm in no means a trained apache2 guru ;-) My current VHost config for my nextcloud is as…
quintz
  • 11
  • 1
0
votes
0 answers

NextCloud : Can you use encrypted drives / file level encryption?

I am evaluating NextCloud for a solution for which I have a requirement that files cannot exist on non encrypted disks or the files themselves cannot be individually read or cached. I have read a lot about NextCloud's encryption documentation but it…
Alex
  • 345
  • 1
  • 2
  • 9
0
votes
0 answers

Port forwarding with iptables for Nextcloud (fpm+nginx) through Wireguard

I am trying to reach my Nextcloud (fpm behind nginx) instance through a wireguard VPN, both running in a docker container. My docker-compose.yml looks like: version: "3.9" services: nextcloud: image: nextcloud container_name: nextcloud …
0
votes
1 answer

Nextcloud on apache behind nginx reverse proxy returns 404 on index.php redirects

I'm having issues with an nextcloud instance running on apache (+php-fpm) as a docker container and my nginx reverse proxy. When I open the Nextcloud URL nginx proxies the request to apache and apache redirect me to /index.php/login. However, for…
anghenfil
  • 11
  • 2
0
votes
1 answer

Nextcloud: Failed to open stream: Permission denied

I'm installing Nextcloud on a FreeBSD system and I'm using lighttpd behind a nginx reverse proxy with terminal SSL. lighttpd is able to serve static html files and can serve index.php, but without any styles, just the text. When running lighttpd -D…
Luis
  • 283
  • 5
  • 10