From 1b7e4b4e524178b3e38c14e160eea2afa64d8fe0 Mon Sep 17 00:00:00 2001 From: PetrSvirak Date: Wed, 2 Oct 2024 15:39:14 +0200 Subject: [PATCH] fix(docs): Update TrueNAS installation docs (#13017) Mention about ACL mode added for the case when library is located in a dataset with network sharing capabilities. Based on [community issue](https://www.truenas.com/community/threads/immich-app-permissions-to-copy-to-path-inside-smb-share.117253/) and [redit post](https://www.reddit.com/r/truenas/comments/1b1weo9/comment/l132fuj/) --- docs/docs/install/truenas.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/docs/install/truenas.md b/docs/docs/install/truenas.md index 271cd52cab..ffb559ed12 100644 --- a/docs/docs/install/truenas.md +++ b/docs/docs/install/truenas.md @@ -30,6 +30,8 @@ You can organize these as one parent with seven child datasets, for example `mnt :::info Permissions The **pgData** dataset must be owned by the user `netdata` (UID 999) for postgres to start. The other datasets must be owned by the user `root` (UID 0) or a group that includes the user `root` (UID 0) for immich to have the necessary permissions. + +The **library** dataset must have [ACL mode](https://www.truenas.com/docs/core/coretutorials/storage/pools/permissions/#access-control-lists) set to `Passthrough` if you plan on using a [storage template](/docs/administration/storage-template.mdx) and the dataset is configured for network sharing (its ACL type is set to `SMB/NFSv4`). When the template is applied and files need to be moved from **uploads** to **library**, immich performs `chmod` internally and needs to be allowed to execute the command. ::: ## Installing the Immich Application