Questions tagged [nextcloud]
145 questions
0
votes
1 answer
Why does nextcloud in a docker container not see my none docker mariadb
I have searched for this question on the internet, but found only topics the other way around. (connecting to a mariadb in a docker container).
I'm in the process of installing nextcloud in conjuction with onlyoffice. Now i need to configure a db. I…

Mart1250
- 3
- 1
0
votes
1 answer
(Can't load main.ndb) ClamAV Deamon Virus signature DB Error
I installed ClamAV as a "normal" application and inside the daemon mode. After the installation, the daemon status says the following part.
clamd[7425]: LibClamAV Error: cli_parseadd(): Problem adding signature (1b).
clamd[7425]: LibClamAV Error:…

ZPascal
- 143
- 1
- 1
- 7
0
votes
2 answers
BASH-create a 'www-data' crontab that runs a PHP file
I need to get this to run in a cron file in /etc/cron.d/:
*/15 * * * * php -f /var/www/nextcloud/cron.php
...but, my scripts don't run. It's permissions are set to 644 and I need to create it with a Shell/BASH script. I'm using:
echo "*/15 * * * *…

Jesse
- 217
- 3
- 12
0
votes
0 answers
Nextcloud theming not working in v14
Recently upgraded my Nextcloud install to v14. I've got a few edits made to one of the core javascript files which I've always copied into the nextcloud/themes/mytheme/apps/someapp/js/blah.js directory and it would get loaded and executed at runtime…

Server Fault
- 3,714
- 12
- 54
- 89
0
votes
1 answer
Apache subdomain setup
I am using Apache 2.4, on Debian 9.
I can access all my subdomains from my mobile phone.
However on my local network, from separate clients (windows 8, Debian (not the server), and Mac OS 10.10), from different browsers (Firefox, Chrome, Brave), I…

Drexel Spivey
- 1
- 2
0
votes
1 answer
docker-compose link with container running on host network
I have a postgres container running as host network_mode and a Nextcloud container running on default (bridged) network with port 8080:80.
How can I link the containers so that Nextcloud can access postgres? I've tried adding this to my…

cclloyd
- 593
- 2
- 14
- 29
0
votes
1 answer
Nextcloud Collaborative Tags in Group Folders
NextCloud 12.0.4
Files automated tagging 1.2.2
Group Folders 1.2.0
I have a well running NC 12 installation with (more than) the above listed apps. But when I upload files to a shared folder, they do not get tagged. If I upload them to some other…
0
votes
0 answers
Nextcloud 12: blank page after downgrade from php 7.2
my Arch Linux machine running Nextcloud on a LAMP-Stack got updates for php 7.2.0 a few days ago. Unfortunately, Nextcloud does not support php 7.2.0, and won't do so until the next major release. So I had to downgrade my php 7.2.0-packages back to…

LukeLR
- 329
- 2
- 3
0
votes
0 answers
jwilder/nginx-proxy setup with multiple php fpm containers
I am trying to run the official nextcloud docker-compose.yml(https://github.com/nextcloud/docker/blob/master/.examples/docker-compose.yml) with the mailcow-dockerized(https://github.com/mailcow/mailcow-dockerized) project on one vps.
It actually…

metanerd
- 101
- 1
- 3
0
votes
1 answer
How to redirect all wildcard subdomain to a particular subdomain? Having issues with a subdomain which runs nextcloud server
I want wildcard subdomains that do not exist like x.example.com, y.example.com etc., to redirect to 404.example.com.
I am using Apache 2.4. How can I do this?
What I tried:
My 404.conf:
ServerName 404.example.com
…

Finch
- 125
- 7
0
votes
1 answer
Force php to kill idle connection while stopping download from external remote point?
I have nextcloud, and there is connected remote storage, it is fuse folder of rclone mounted as local /drive.
On this /drive I have some big files.
when I start to download some big file I see it in bmon that my vps is downloading it and serving to…

user2265690
- 729
- 1
- 5
- 4
0
votes
1 answer
Nextcloud: Bad Request (expected filesize XXX got 8192)
I am transitioning from ownCloud to Nextcloud. Everything seems to work, only the upload doesn't work, yet. Everytime I upload via the Web Interface, I get the "Bad Request" message. Via the Desktop client, I also get "Bad Request" with some…

Niklas R
- 123
- 1
- 11
0
votes
1 answer
Nginx rewrite nextcloud index.php in url
How to I rewrite the the index.php in the nextcloud url on a nginx webserver?
For example my login url looks like that at the moment:
https://clouddomain.ltd/index.php/login/
and should be rewriten to
https://clouddomain.ltd/login/
I've tried…

wittich
- 147
- 1
- 10
0
votes
1 answer
Unable to port forward Docker Nginx reverse proxy
I've spent a lot of time on this, and it's time to use a lifeline. I'm running the wonderwall/nextcloud Docker container, and I set up an Nginx container to proxy it. It works fine in my internal network, but when I try to port forward through my…

JCardenas
- 21
- 5
0
votes
1 answer
Login loop behind nginx reverse proxy, login ok inside network
I'm switching from owncloud to nextcloud.
My Nextcloud instance is behind a nginx reverse proxy which has an entry for owncloud and one for nextcloud. They contain the same settings.
I have one local admin in my nextcloud db and all the other users…

FLBzh
- 53
- 7