Questions tagged [nextcloud]
145 questions
0
votes
1 answer
PHP Error 500: Timezone database is corrupt - this should *never* happen
I have a fresh install of an Ubuntu Server 16.04 amd64 with apache 2.4.18 and php 7.0.
I have chrooted the Apache with mod_env and
ChrootDir /var/www
in /etc/apache2/apache2.conf and far as I know is here the problem. I want to do a NexctCloud 11…

Arny80Hexa
- 139
- 1
- 4
- 14
0
votes
1 answer
nextcloud - client denied by server configuration: /usr/share/nextcloud
I am used to install owncloud server on Fedora, but this time I installed nextcloud on CentOS 7. I followed the procedure
# yum install nextcloud
# yum install crypto-utils mod_ssl openssl
# genkey…

Germano Massullo
- 213
- 2
- 5
- 17
0
votes
1 answer
Nextcloud: Unstable SMB Connection
I am using Nextcloud on UBUNTU Server 16.04 LTS, and I tried to add an external smb storage (a Windows Network Drive). I activated the external storage app on Nextcloud, installed php-libsmbclient and smbclient on my LINUX server and entered the…

kimmm1785
- 1
- 1
0
votes
0 answers
On a web server proxy, should the configuration be done on the proxy server or the app server?
So I'm running a nextcloud server behind a proxy in the same network. So the proxy server handles the SSL and the app server the nextcloud instance. I'm having issues with timeouts and failures of both uploads and downloads. I think I might have…

Niklas
- 113
- 2
- 8
0
votes
1 answer
Nginx to Apache2 Location directive, proxy_pass, separate IP, HTTPS to HTTP redirect, nextcloud
Okay, I have 2 servers, one frontend on 192.168.1.100 running nginx, one backend on 192.168.1.151 running apache2. I have nextcloud running on port 80 on the backend server, and I want to proxy to it from my frontend server running https on 443. …

deranjer
- 181
- 1
- 6
0
votes
1 answer
How to diagnose and resolve nextcloud slowness that occurs only on an admin account?
I have Nextcloud v27.0.2 running in Docker (specifically the image 27.0.2-apache) and notice that when I login as an admin user it takes minutes before each page loads. I had to increase the timeout of the nginx reverse proxy to 5 minutes to not…

Saaru Lindestøkke
- 134
- 5
0
votes
0 answers
Multiple NextCloud instances behind NGINX Reverse Proxy
Currently I have a NGINX proxy running that manages all domains and SSL certificates.
Now I want to access two NextCloud instances on one server (Apache, different paths) via different subdomains.
Eg.
app1.domain.com =>…

Patrick
- 1
0
votes
0 answers
How To configure the minimum word length for full-text search in Nextcloud
What is exact JSON to provide to
sudo -u www-data php /var/www/html/nextcloud/occ fulltextsearch:configure
to configure minimum word length for full-text search?

Ali Asad Sahu
- 31
- 5
0
votes
0 answers
Bindmount External Drive In Proxmox for Nextcloud
I have a Proxmox LXC container with Nextcloud. The default data directory in Nextcloud requires the owner to be www-data with the default uid and gid of 33. I am using the following
Proxmox
Mount Point: /mnt/sdc
Drive Path: /dev/mapper/sdc
UID:…

user21303
- 1
- 1
0
votes
1 answer
Nextcloud Web App hosted on Nginx has incredible slow TLS handshake
I’m self-hosting a Nextcloud instance. I updated this for years and was always very happy with it. I don’t use docker but hosting bare metal on a Debian 11 Bullseye system. For SSL, I use Let’s Encrypt, Webserver is NGINX. Hardware is quite good, 16…

Powerriegel
- 385
- 1
- 6
- 16
0
votes
1 answer
NextCloud FPM Docker Image behind an NGinX Docker Container as Proxy Reverse
The Issue - I'm getting a 404 - File not Found when trying to access the App (Including First Time)
When trying to access the App on a browser via nextcloud.example.com I'm getting this Error from the Console Log of the NextCloud FMP Docker…

Alejandro Vidaurre
- 68
- 8
0
votes
1 answer
How do I change the listen port for Nextcloud in Docker?
I recently installed Nextcloud via Docker using the default commands in various tutorials. After doing so, I realized that I need Nextcloud to listen on different ports than 443 and 80 via Docker. How do I change this without rebuilding my install…

Hubert Oliver
- 65
- 7
0
votes
3 answers
How to secure LDAP Querys from a public system to our DC
We have a public reachable Debianserver running Nextcloud, where our users should logon with their AD credentials. This server is in a DMZ and hardned as much as possible but I'm a bit worried about the need to allow LDAP Querys from the nextcloud…
0
votes
1 answer
Multiple web service (using HTTP/HTTPS protocol) in single baremetal machine
I am a newbie for web and network stuff.
I want to hosting the following web services for my personal use:
Gitea
Nextcloud
pypiserver (Private pypi server)
Ktra (private rust registry server)
I only have one machine which only have single network…

Audra Jacot
- 3
- 1
0
votes
1 answer
Nextcloud with Docker Compose behind reverse proxy (nginx) with proxy_pass (leaking images)
I have Nextcloud running with the following docker-compose.yml file and I use Plesk with nginx as a reverse proxy.
My problem is that the images are accessible without a login.
I can open a image with the following url…

BenRoe
- 101
- 2