Questions tagged [nextcloud]
115 questions
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,308
- 13
- 55
- 99
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
- 121
- 1
- 1
- 8
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
- 33
- 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
- 31
- 4
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
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
- 2
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
1
vote
2 answers
Nextcloud Helm Chart Change Max Upload Size
I deployed the Nextcloud Helm chart to my cluster. Installation went fine and I can use it. But I can only upload small files (the default).
How can I configure the helm chart to allow larger files (5Gi) to be uploaded?
cclloyd
- 571
- 1
- 11
- 21
1
vote
0 answers
Dovecot/Postfix Error: connect failed to database
I have a question and I hope you can help. I have an email server setup and running. A few days ago the following updates were installed:
2019-08-15 22:23:40 upgrade php-common:all
2:69+0~20190303094804.15+stretch~1.gbp0f7465…
realShadow
- 41
- 9
1
vote
1 answer
How To Save NextCloud Files to EFS
So i have a nextcloud server in an EC2 instance, i have an EFS mounted to it but im not sure how to make nextcloud save the files on the EFS instead of EC2. Are there any guides or tutorials out there that shows you how to do such a thing?
Any help…
Ghaith Haddad
- 53
- 3
- 6
1
vote
1 answer
How to automatically remove incomplete file uploads in Nextcloud 14?
Just installed a fresh Nextcloud 14, concluding some testing before putting it into production, including upload of large files through the Web UI.
Being impatient I started clicking around while waiting for a ~1Gb file to finish uploading,…
Geir
- 141
- 1
- 5