Create a user share for Nextcloud
On the Unraid web interface, click Shares > Add Share
. Change the share name to your desired share name (I used nextcloud
).
If you have a parity drive, set the primary storage to Cache
, and secondary storage to Array
. This allows Nextcloud to take advantage of faster write speeds due to the SSD cache and allows the HDD array to spin down as necessary (while the mover is not running).
Danger
Make sure your Mover settings are configured correctly! Since parity drives are not protected, your changes are unprotected until Mover moves the changes to the array. In this configuration, we accept a 1 day unprotected time period.
If you don’t have a parity drive, set the primary storage to
Array
. Save your changes.
Install Nextcloud from the Community Apps
Click Apps
, and search for Nextcloud. Make sure to choose the Nextcloud package by linuxserver. Click install.
Set WebUI to an unused port (I used 444). Set Path: /data
to the path of the user share you just created earlier (/mnt/user/nextcloud
). Click Apply when done.
Install Nextcloud
Todo