Download can be found here: https://www.hanssonit.se/nextcloud-vm/
Check the latest commits here: https://github.com/nextcloud/vm/commits/master
Documentation can be found here: https://docs.hanssonit.se/s/W6fMouPiqQz3_Mog/virtual-machines-vm/d/W7Du9uPiqQz3_Mr1/nextcloud-vm-machine-configuration
Small changelog:
- Automatically configure both
pm.max_children
andpm.max_spare_servers
for PHP-FPM. - Tune memory consumption for Full Text Search.
- Use Watchtower to update docker images.
- Fix major bug with nextcloud.sh that fetches IP information on login (run
sudo bash /var/scripts/update.sh
to fix it). - Use
printf
instead ofecho
where it's possible, be consistent with a function. - Make
imagick
optional. Here's why. - Remove Spreed.ME in favour of Talk.
- Create a new Nextcloud used (GUI) instead of changing password for ncadmin.
- Minor bugfixes and improvements.
Full changelog:
Known errors:
- This release comes without the apps: Can I Update? and Issue Template due to that they where not compatible with NC 15 when this was released.
Good to know
-
If you plan to install apps like Collabora, OnlyOffice or Full Text Search, you need to raise the amount of RAM to at least 4 GB. If you don't, the startup script will fail to set enough max_children to the PHP-FPM configuration as we calculate on available RAM, and not the total.
OnlyOffice requires 4 GB additional RAM
Collabora requires 2 GB additional RAM
Full Text Search requires 2 GB additional RAM
If you run Hyper-V or want 500 GB, 1 TB or 2TB VM you can download it from T&M Hansson IT's shop.
Please note that BOTH disks need to be imported when using the Hyper-V image. Disk1 for OS, Disk2 for DATA.
PR's are more than welcome. Happy Nextclouding!