Questions tagged [nextcloud]

34 questions
4
votes
1 answer

Am I hammering my SSD by keeping a symlink on it?

Instead of configuring my Nextcloud (Linux/Nginx/PGsql/PHP) server to look for a folder on my spinning hard drive mounted at /mnt/HDDfs/, I Sym-Linked /var/Nextcloud_Data so it points to /mnt/HDDfs/Nextcloud_Data and then pointed my Nextcloud config…
Manchineel
  • 153
  • 6
4
votes
2 answers

Nextcloud snap version - How to edit configuration?

I installed nextcloud using sudo snap install nextcloud on my vps. Now I can connect to it at localhost:80 from the vps itself. If I forward the 80-th port via ssh from my local computer, then I can connect from it too. I want nextcloud to work at…
CrabMan
  • 467
  • 1
  • 6
  • 15
2
votes
1 answer

nextcloud from appstream is missing dependencies

I want to install nextcloud on (Oracle Linux 8 or CentOS 8) from appstream. Is it broken or am I doing something wrong? dnf module enable nextcloud:24 dnf module install nextcloud/default Error: Problem 1: conflicting requests - nothing…
2
votes
1 answer

How to export calendar from a nextcloud instance?

I have some data on a nextcloud instance I don't administrate and I want to retrieve all calendar events I put on it. The documentation assume you have access to more than the web interface as a user (which is not my case) Is there an REST API to…
Manu H
  • 131
  • 6
2
votes
2 answers

LetsEncrypt could not connect to verify the domain (timeout)

I'm trying to set up a SSL certificate for my Nextcloud server with LetsEncrypt, but when I run: $ sudo certbot certonly --webroot -w /var/www/nextcloud --agree-tos \ --no-eff-email --email [email protected] -d cloud.domain.com --rsa-key-size…
D. Math
  • 21
  • 1
  • 3
2
votes
1 answer

unable to sign certificate letsencrypt

I have recently set up a cloud via Nextcloud. I have successfully signed a certificate for my domain https://mydomain.home.com (of cource my real domain is different). This all worked out just fine. But now i also wanted to have the certificate for…
Felix
  • 145
  • 1
  • 9
2
votes
1 answer

Starting nextcloud-snap

As per https://help.nextcloud.com/t/how-to-install-an-always-up-to-date-version-of-nextcloud-on-linux/596 I have succesfully run: sudo snap install nextcloud This downloads nextcloud and mounts it. I had expected that after doing this, I would be…
Ole Tange
  • 33,591
  • 31
  • 102
  • 198
1
vote
0 answers

Nextcloud Docker container doesn't sync data to VirtualBox host

Setup: Over the past week I've been trying to set up a Nextcloud Docker instance on an Ubuntu Server VM, in my old 2015 Macbook Pro using VirtualBox and Vagrant. While the VM only has limited storage for the Nextcloud container, the Docker volume…
wangf22
  • 11
  • 3
1
vote
1 answer

Terminal-command to retrieve version of log4j in NextcloudPi (Raspbian) system?

NCSC recommends updating to version 2.15.0 or later, and – where not possible – mitigating the flaw in Log4j 2.10 and later by setting system property "log4j2.formatMsgNoLookups" to "true" or removing the JndiLookup class from the…
gatorback
  • 1,216
  • 20
  • 44
1
vote
3 answers

Nextcloud: Unable to find error logs

I installed nextcloud using docker on Debian. I finished setting up my Nextcloud I got this: Where I can find these logs? BTW: this is my /var folder: total 44 6422529 drwxr-xr-x 11 root root 4096 Oct 5 11:58 ./ 2 drwxr-xr-x 21 root root …
Jan Černý
  • 1,185
  • 2
  • 24
  • 46
1
vote
0 answers

my Raspbverry Pi is continously interfacing with the SD Card

My Raspberry Pi has a 128GB SD Card with Arch ARM and Apache NextCloud installed on it and it seemingly non-stop interfaces with the SD Card. With iotop I found out that mysqld is seemingly the process that writes most data to the disk. In the…
BitFreak
  • 215
  • 2
  • 13
1
vote
0 answers

Debian (Buster) Nextcloud Error While Trying To Create Admin User - Access Denied

I am performing a manual installation of Nextcloud on my personal machine running Debian (Buster). I've followed all of the steps of the instructions, up to the point where it wants me to complete installation by running either the graphical…
Sal
  • 11
  • 1
1
vote
1 answer

Fix for ugly fonts in programs like KeePassXC or Nextcloud on Antergos with Gnome3

Using Antergos, I see ugly font rendering issues in some applications I installed like KeePassXC or also the Nextcloud client (both from AUR) as you can see on the following screenshot: I like a smooth font rendering like in the default apps.…
Lion
  • 309
  • 1
  • 4
  • 14
1
vote
1 answer

How does domain name preseeding work?

I've just set up nextcloud according to this guide: https://www.linuxbabe.com/ubuntu/install-nextcloud-11-ubuntu-16-04-nginx-config It's on a DigitalOcean VPS and I have the domain name dynamically allocated with a service called duckdns, so that I…
bitofagoob
  • 1,335
  • 2
  • 15
  • 24
0
votes
0 answers

nextcloud app loses access to directory after another directory is mounted into it

There is a cloud based on the nextcloud application, it works on the server where apache is installed, there is also a server where the mariadb database is spinning and a server where glusterfs is running. On the server where glusterfs is running,…
Maverick
  • 1
  • 1
1
2 3