Share Creation
2 minute read.
Last Modified 2021-04-01 16:05 EDTA Web-based Distributed Authoring and Versioning (WebDAV) share makes it easy to share a TrueNAS dataset and its contents over the web.
Go to Sharing > WebDAV Shares and click ADD.
Enter a share Name and use the file browser to select the dataset to be shared. An optional Description helps to identify the share. To prevent user accounts from modifying the shared data, set Read Only.
By default, Change User & Group Ownership is set. This changes existing ownership of ALL files in the share to the webdav user and group accounts. The default simplifies WebDAV share permission, but is unexpected, so the web interface shows a warning:
This warning does not show when Change User & Group Ownsership is unset. In that situation, shared file ownership must be manually set to the webdav or www user and group accounts.
By default, the new WebDAV share is immediately active. To create the share but not immediately activate it, unset Enable. Click SUBMIT to create the share.
Creating a share immediately opens a dialog to activate the WebDAV service:
To later enable or disable the WebDAV system service, go to Services and toggle WebDAV. To automatically start the service when TrueNAS boots, set Start Automatically. Click the edit to change the service settings.
For better data security, set the Protocol to HTTPS. This requires choosing an SSL certificate, but the freenas_default certificate is always available. All of the Protocol options require defining a Port number. Make sure the WebDAV service port is not already used on the network.
To prevent unauthorized access to the shared data, set the HTTP Authentication to either Basic or Digest and create a new Webdav Password.
Be sure to click SAVE after making any changes.
WebDAV shared data is accessible from a web browser.
To see the shared data, open a new browser tab and enter {PROTOCOL}://{TRUENASIP}:{PORT}/{SHAREPATH}
.
Replace the elements in curly brackets {}
with your chosen settings from the WebDAV share and service.
Example: https://10.2.1.1:8081/mnt/corepool1/newdataset
When the Authentication WebDAV service option is set to either Basic or Digest, a user name and password is required. Enter the user name webdav and the password defined in the WebDAV service.