💻☁📦 The Nextcloud VM (virtual machine appliance), Home/SME Server and scripts for RPi (4). Community developed and maintained.
GNU General Public License v3.0
1.32k
stars
663
forks
source link
Nextcloud VM updated TrueNAS documentation #2671
Closed
aaaskew closed 2 months ago
Steps To Reproduce
The TrueNAS documentation provided (https://docs.hanssonit.se/s/W6fMouPiqQz3_Mog/virtual-machines-vm/d/W6fMquPiqQz3_Moi/nextcloud-vm-first-setup-instructions) is for TrueNAS Core on FreeBSD. There is now also TrueNAS Scale on Linux. The existing instructions where based on old 40GiB OVA which was BIOS based. Both TrueNAS Core and Scale support UEFI so I suggest replacing the TrueNAS instructions with the following which are simpler.
I have tried the unpack and correction on both systems.
Note the need for the /etc/exports.d directory required as a lock file is created by ZFS in that directory when doing a zfs mount -a.
Expected Result
Updated documentation for TrueNAS
Actual Result
Existing instructions out-of-date
Screenshots, Videos, or Pastebins
No response
Additional Context
Set the Zvol names to Nextcloud-disk0 / Nextcloud-disk1 Set the Size for these zvols to
60 GiB
/100 GiB
Optionally snapshot the zvols before install to be able to get back to fresh images
Optionally delete temporary files
Linux
Nextcloud
UTC
UEFI
4
Cores or more4 GiB
or moreVIRTIO
VirtIO
and Attach NIC to correct interfaceDisk
VirtIO
1002
Start VM and connect to display
Login and correct system
sudo bash
to rootip a
/etc/netplan/50-cloud-init.yaml
withnano
mkdir /etc/exports.d
zpool import -a
zfs mount -a
Build Version
29
Environment
By downloading the VM
Environment Details
No response