Questions tagged [nextcloud]
145 questions
1
vote
2 answers
Remove index.php from Nextcloud urls, using Apache+fastcgi
I installed Nextcloud on my Webfaction web space, and want to remove the "index.php" in the URL. I followed the instructions here, but then realized that it says:
Furthermore these instructions are only working when using Apache together with the…

jdm
- 191
- 1
- 11
1
vote
1 answer
Hyper-V Nextcloud server crashes - task jbd2 blocked for more than 120 seconds
I hope this is the right place for my question.
I have recently set up a ubuntu 16 LTS server running in a hyper-v VM on my windows 2012R2 server. That ubuntu server is running nextcloud and everything needed for that (mainly php 7, nginx, mariadb,…

CodeO
- 111
- 2
1
vote
2 answers
NGINX subdomain with proxy_pass
I have nginx running as a reverse proxy for a nextcloud server hosted on apache on a different virtual machine. I'd like to be able to access it via cloud.example.com. With my current rules I have to put in cloud.example.com/nextcloud. I have…

Ryan
- 11
- 3
1
vote
1 answer
Using fail2ban in a docker container to block incomming connections
I am trying to use fail2ban in a docker-container to block incoming connections to my nextcloud (also running in a docker container). However I only can get fail2ban to change the iptables of its own container and not the one of the docker host.
My…

Felix Schneider
- 21
- 2
1
vote
1 answer
Nextcloud installation broken after upgrading to Ubuntu server 22.04
I'm currently running Nextcloud on Ubuntu server. After upgrading from 20.04 LTS to 22.04 LTS, I couldn't log into Nextcloud. I switched the PHP modules from 7.4 to 8.1 as recommended in this forum post, but I still can't log in. Whenever I go to…

David Chidester
- 11
- 6
1
vote
0 answers
nginx configuration for nextcloud with path
I run nextcloud on docker (image nextcloud:production-fpm) with an nginx-container (image: nginx) as reverse-proxy (handling SSL-termination) based on the example nginx-configuation…

soriak
- 13
- 5
1
vote
0 answers
After iptables to nftables conversion, unable to connect to http nextcloud server and apt doesn't connect
I want to enable access to my nextcloud server and be able to use apt update. I used to be able to before my iptables to nftables conversion. However, after the conversion, its no longer possible. Pinging Google and server access via SSH still…

LtMuffin
- 121
- 1
- 4
1
vote
1 answer
How to reduce MySQL/InnoDB disk writes
I'm stress testing an application that uses MySQL. The bottleneck is the MySQL disks (separate for main data and redo log), which are written to quite much. atop indicates their usage is near 100%. If I disable the redo logs (ALTER INSTANCE DISABLE…

Antonis Christofides
- 2,598
- 2
- 23
- 35
1
vote
1 answer
bash script – MySQL commands and variables
I have a bash script who automate a Nextcloud server installation.
To run MySQL commands I use the mysql -e command
user@hostname:~$ mysql -e "CREATE DATABASE ‘NextcloudDataBaseName’"
I would like store db name, user name, password, etc. In…

Maxime
- 69
- 7
1
vote
1 answer
403 Forbidden on initial load after installing NextCloudPi
I am making this post mostly for awareness in case anyone else is having a similar issue.
Story
I am running nextcloudpi (nextcloudpi.ownyourbits.com) on a Raspberry Pi 4 8GB using the Debian Buster install script. Note: the OS is Raspberry Pi OS…

Aaron Welborn
- 31
- 2
1
vote
1 answer
How to fix a Nextcloud docker container after skipping a major version?
I am running my private Nextcloud instance using docker (docker-compose). I tried to upgrade to a newer Nextcloud version but did not realize I was not supposed to skip a major version (from 21 to 23). Now I cant start it at all:
When I try to…

Leifb
- 115
- 1
- 9
1
vote
1 answer
Docker container does not register host name in docker-internal DNS
I use Docker to implement a Nextcloud service. For this, I use the official nextcloud-apache image, an Nginx reverse proxy, certbot, and MariaDB. Nothing special, really.
My docker instance runs in swarm mode. All containers run together with the…

Andy
- 111
- 4
1
vote
1 answer
Nginx reverse proxy subfolder with nextcloud
I have a Nextcloud server deployed at address 192.168.6.20 (snap install with ubuntu 20.04 LTS). It's a plain http, so no https. If I point a browser to http://192.168.6.20 it works.
Now I want another server to be its nginx reverse proxy, by…

Matteo Fabbroni
- 11
- 4
1
vote
0 answers
How to find installation of apache
I have a server running Ubuntu 20.04.3 LTS (Focal Fossa). It is at IP address 192.168.1.12
When I use a web browser to access 192.168.1.12, a NextCloud login appears. This is all well and good except that I have not (purposely) installed…

Dennis
- 167
- 1
- 12
1
vote
0 answers
Nextcloud: temporary high consumption of disk space when copying files. How to find the reason?
Nextcloud version: 23.0.0
Operating system and version: Fedora 35
I’m using Nextcloud Docker image. Nginx reverse proxy is installed on the host system. The data volume is located on a separate HDD, and the app volume itself is in root on the SSD. I…

proninyaroslav
- 111
- 1