Questions tagged [nextcloud]
136 questions
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
- 91
- 1
- 5
6
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
- 63
- 1
- 4
4
votes
2 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,113
- 14
- 59
- 110
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…
jcastillo5701
- 21
- 3
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
- 1
- 4
2
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
- 23
- 5
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
- 131
- 1
- 1
- 8
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
2
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
- 43
- 3
2
votes
1 answer
Nextcloud admin user is blocked
I've recently started hosting my own Cloud using Nextcloud on a Ubuntu machine hosted by a provider. Yesterday I wanted to make a change to the configuration but noticed that the admin account has been blocked, since I enabled a maximum of three…
Kyoshi
- 33
- 6
2
votes
0 answers
Nextcloud internal server error after server upgrade
I upgraded my server today from Debian 9 to Debian 10 and installed PHP 7.3 with all modules needed for NC but when I try to open the website I get "internal server error. More details can be found in the server log" but there is nothing helpful…
webhead
- 21
- 1
2
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
- 133
- 1
- 1
- 6
2
votes
1 answer
linux bash script - how to check if variable has changed?
I write a small bash script who check the latest stable Nextcloud server version available and notify me
I would like the script notify me with "notify-send" command only if the server version number change.
My simple script :
#!/bin/bash
# The…
Maxime
- 69
- 5
1
vote
0 answers
Multiple Docker-Compose-Files for reverse proxy and services
I have created two docker-compose files, the first one creates an nginx-proxy and a letsencrypt-nginx-proxy-companion. The other yaml-file creates a nextcloud instance (with mariadb). The first two containers start without an error and work, but…
elvenking
- 11
- 3
1
vote
2 answers
Nextcloud behind Ngnix reverse proxy in a subdir url
I use a Ngnix reverse proxy to keep several docker services behind HTTPS and in the same DNS.
Basically I want to access to Nextcloud with: https://server..fr/cloud/
I have access to the initialisation page but all dependencies don't load…
Opsse
- 131
- 1
- 6