Questions tagged [nextcloud]
161 questions
10
votes
1 answer
"failed to open stream: Read-only file system" when trying to create file outside webroot with php
I'm trying to setup nextcloud on a RaspberryPi 3 running arch linux (alarm) for a week now.
I've setup apache, php with php-fpm, postgresql and installed nextcloud-testing from the AUR (because nextcloud 17 does not support php 7.4).
apache's…
random access
- 103
- 1
- 1
- 5
8
votes
2 answers
What are the pros and cons of using a separate SQL server?
I've been running a Debian server since 2018 and recently I've noticed that it's functions have been expanded to the point that it's become quite "monolithic".
This server runs an instance of Nextcloud, Gitea, Roundcube Webmail, YOURLS and two…
Brandon Powell
- 111
7
votes
3 answers
Nextcloud, sync without GUI
Is there a way to sync a PC with a nextcloud server, but without the desktop GUI?
Syncing should happen as soon as the PC has booted. Even if the user does not log in yet.
I know the nextcloudcmd. I could run a cron job and call ``nextcloudcmd`…
guettli
- 3,811
7
votes
2 answers
open() "/run/nginx.pid" failed (13: Permission denied)
Currently, I've set up a nextcloud server with nginx and I enabled it with sudo systemctl enable nginx.service. When I'm rebooting, than I'm getting an error message which complains about a proxy server and if I take a look into sudo systemctl…
TornaxO7
- 205
- 1
- 3
- 8
6
votes
2 answers
Use multiple server blocks in NGINX on same host and same port
I want to configure the server such that the root of the server serves some static files, which a specific endpoing, /nextcloud serves nextcloud on the same domain.
Here is my nginx.conf -
worker_processes 8;
events {
worker_connections …
sealionuss
- 63
3
votes
1 answer
Nginx SSL Handshake Error (No suitable key share)
To keep the introduction short I am trying to figure out the meaning and cause of this SSL handshake error in nginx. Specifically the part about the key share since searching the error has found no results.
SSL_do_handshake() failed (SSL:…
Catlinman
- 33
3
votes
3 answers
Running Debian from SD card slot in dl380 G6. Yes or no?
I would like to run Debian 10 OS from the SD card slot in dl380 G6. It's a minimal install.
I will run nextcloud on this server for personal use which will be ofcourse on the disks. I was wondering if this is a good idea so I don't loose my drive…
Stephane
- 53
3
votes
1 answer
Can't change size of types_hash_max_size
Currently I'm trying to setup a nextcloud server with nginx. Now I've the following in my /etc/nginx/sites-available/nextcloud.conf:
server {
listen 443 ssl;
server_name localhost;
(...)
types_hash_bucket_size 8192;
…
TornaxO7
- 205
- 1
- 3
- 8
2
votes
0 answers
Nginx timeout error using Docker and nextcloud-fpm
I have a docker-compose file using nginx, nextcloud-fpm, mariadb, and redis (see below). The mariaDB and Redis connections appear fine, however I can't get any kind of web interface (accessing via nginx port 80) to work. Each attempt to connect…
2
votes
1 answer
HAProxy reverse proxy config - selecting backends based on subdomain
I'm having the darndest time trying to make a simple reverse proxy select the backend based on the URL.
I keep getting a 503 Service Unavailable. No server is available to handle this request. error when I try this.
Any help would be…
john
- 23
2
votes
1 answer
502 error code on nginx reverse proxy to docker container
I have run a docker container with nextcloud image (from here https://hub.docker.com/_/nextcloud/) with this script:
docker run \
--rm \
--detach \
--publish 54002:80 \
--name cloud.example.com \
--volume /srv/cloud.example.com/:/var/www/html…
Bogdan Lashkov
- 141
2
votes
1 answer
I am unable to access services on the WAN IP from within the network
Normally, this would not be a desired configuration, but I am setting up a NextCloud server, and to validate the domain, it requires that it be able to access it through the public IP address. No matter what I do, I cannot get this to work. It…
2
votes
1 answer
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
- 21
- 5
2
votes
1 answer
Limit php-fpm memory usage on a constrained server
I "move" this question from superuser as I think it's more appropiate here. I've actually found sort-of duplicate questions, but none has solved my problem.
General scope
I have a Nextcloud (php) instance running in a Olimex LIME2 home server, which…
raneq
- 21
2
votes
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
- 121
- 1
- 4