Install Nextcloud?

I should point out (in reference to the article I referenced above) that I've installed PHP7.3, Mariadb55, and Nextcloud 18.
 
I should point out (in reference to the article I referenced above) that I've installed PHP7.3, Mariadb55, and Nextcloud 18.
Why did you install MariaDB 5.5? It goes EOL soon.
2020-04-11 Expected End-of-Life MariaDB 5.5
MariaDB 10.x has been around for ages...
 
Note that MariaDB 10.1 and 10.2 will be EoL some time soon too (probably in July).
 
stroudmw here's what you have to do:
1. pkg install whatever you need.
2. Follow the instructions on The official nextcloud documentation

There's literally nothing FreeBSD specific to keep an eye on.
However, there are several DB as well as PHP and php-fpm specific points you have to tune. They're all mentioned in the documentation I linked.

Source: I did just that two weeks ago.
 
I've got it working pretty well. The upload speed (the speed uploads data to my FreeBSD Nextcloud server) isn't great. I was getting approx 50 MiB/s with Debian, and am getting about 1/10th of that now. Which meand that the estimated time is 10 hours instead of an hour or 2.

I've setup the various caches (redis, opcache) and Nextcloud doesn't report any configuration errors.
I suspect the issue is with my ancient Realtek RTL8111/8168/8411 PCI network card.
 
Back
Top