Vm Versions Save

💻☁📦 The Nextcloud VM (virtual machine appliance), Home/SME Server and scripts for RPi (4). Community developed and maintained.

20.0.5

3 years ago

Download

Click here to download the latest full-version appliance. (The official release on the Nextcloud website (blue button) is not the full-version appliance.)

Changelog

Click here to view the changelog.

20.0.4

3 years ago

Download

Click here to download the latest full-version appliance. (The official release on the Nextcloud website (blue button) is not the full-version appliance.)

Changelog

Click here to view the changelog.

20.0.3

3 years ago

Download

Click here to download the latest full-version appliance. (The official release on the Nextcloud website (blue button) is not the full-version appliance.)

Changelog

Click here to view the changelog.

20.0.2

3 years ago

Download

Click here to download the latest full-version appliance. (The official release on the Nextcloud website (blue button) is not the full-version appliance.)

Changelog

Click here to view the changelog.

20.0.1

3 years ago

Download

Click here to download the latest full-version appliance. (The official release on the Nextcloud website (blue button) is not the full-version appliance.)

Changelog

Click here to view the changelog.

20.0.0

3 years ago

Download

Click here to download the latest full-version appliance. (The official release on the Nextcloud website (blue button) is not the full-version appliance.)

Changelog

Click here to view the changelog.

19.0.3

3 years ago

Download

Click here to download the latest full-version appliance. (The official release on the Nextcloud website (blue button) is not the full-version appliance.)

Changelog

Click here to view the changelog.

19.0.2

3 years ago

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:

  • Replace default Talk (only TURN) with Talk + STUN server
  • Improve whiptails altogether and make them more standardized
  • Ask Yes or No with a whiptail instead of plain text
  • Make Redis install on Ubuntu 16.04
  • Make it possible to cleanly mount DFS-shares over SMB
  • Organize the repo script-structure better
  • Use logrotate for nextcloud.log (as an option)
  • Make Bitwarden run behind proxy to be able to use the same ports as Nextcloud (80 + 443)
  • Make Bitwarden run as a non-privileged user
  • Add Bitwarden RS (an Unofficial implementation of Bitwarden) Not recommended, but an option at least.
  • Further improvements to SMB-mount script
  • Make the scripts fully compatible with RPi 4
  • Backup and restore App status (e.g. app is enabled for certain groups)
  • Add support for UpCloud ($25 free)
  • Increase timeout for network checks on slow networks
  • Certbot snap is now stable
  • Make Fail2ban find the log quicker
  • Minor bugfixes and improvements

Full changelog:

Known errors:

  • N/A

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. The disk ending with _OS for OS, and the disk ending with _DATA for DATA.

PR's are more than welcome. Happy Nextclouding!

19.0.1

3 years ago

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:

  • Hyper-V is now Generation 2! Lowest compatible VM configuration version is 5.
  • Actually disable Simple Signup
  • Add script to check S.M.A.R.T and notify status via Nextcloud GUI
  • Fix Collabora
  • Change port for Talk, and make the script better
  • DNS got a huge refactor, it now works as intended
  • Add more info in the Nextcloud startup script
  • Only install kernels for Hyper-V if it's Hyper-V (the 1 min 30 sec waiting time is gone)
  • Reduce time and % for the ZFS prune script so that it catches more cases
  • Minor bugfixes and improvements

Full changelog:

Known errors:

IssueTemplate (App) was not compatible with 19.0.1 when the release was made, so it's not included in this release.

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. The disk ending with _OS for OS, and the disk ending with _DATA for DATA.

PR's are more than welcome. Happy Nextclouding!

19.0.0

3 years ago

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:

  • It's now possible to upgrade to specific BETA or RC version with the update script. Please see README.md in this repo
  • Webmin now installs as normal and is shipped with this release
  • Allow Ubuntu 18.04 users to upgrade Redis (update script should now work without any deprecation)
  • Make functions more generic
  • Add menu.sh to reach all different setup prompts
  • Huge fixes to the SMB-mount script (can be chosen from running sudo bash /var/scripts/menu.sh
  • Talk does only install on Ubuntu 20.04 from now on due to changed settings in conf file (coturn is newer)
  • Remove activate-ssl.sh since activate-tls.sh is the default in 18.0.4
  • Fix check to see if PHP-FPM is installed when running the TLS script.
  • Change port check to /www.networkappers.com since the old one was failing
  • Furhter updates to netplan.io yaml config
  • Make ZFS import check a function
  • Change max php-fpm children for the Home/SME server, depending on RAM (hard coded)
  • Make last prompt shorter, to avoid users not hitting OK, which will reboot the server and do final settings (important)
  • Fix LVM to autoexpand since the Live installer is broken (Ubuntu bug)
  • Other fixes for NC 19
  • Add back OnlyOffice in the /old folder (in this repo)
  • Use UUID for ZFS (safer)
  • A lot of other fixes for ZFS, it's now more stable than what's coming in Ubuntu standard
  • Make it possible to install on Red Har related distros (not all of them, but for the sysvendor in the format-disk script at least)
  • Minor bugfixes and improvements
  • Much more....

Full changelog:

Known errors:

N/A

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!