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:
- Ubuntu 20.04 LTS
- PHP 7.4
- PostgreSQL 12
- Default keyboard changed to US (after several requests)
- Ubuntu 16.04 is deprecated from most of our scripts (we urge you to update your OS!)
- MySQL/MariaDB is deprecated from all scripts (we urge you to migrate to PostgreSQL!)
- SMBclient is now installed via PECL (always latest version)
activate-ssl.sh
is now renamed toactivate-tls.sh
- FullTextSearch now only allows access to localhost
- Redis is not updated if you run older OS than 20.04
- Talk config improved since it's now using newer dependencies
- Network-Manager is not installed, and we fully adopted Netplan for networking
- Available memory is calculated differently to allow low spec boards
- We temporarily install
docker.io
instead of dockers own repository (they haven't made a release for 20.04 yet) - Locate mirrors are moved to a separate script and speed is greatly improved
notify_admin_gui
no longer needsjq
and uses Nextcloud defaultocc
mechanisms- Minor bugfixes and improvements
Full changelog:
Known errors:
- Webmin is missing in this release due to compatibly issues with Ubuntu 20.04
- Everyone with issue importing
/mnt/ncdata
causing.ocdata
to go missing, please have a look at this
Good to know
-
If you plan to install apps that use docker containers such as Collabora 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.
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 2 TB 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!