Hello, I am attempting to get community nodes installed within n8n. The only way this seems to work is when I select the ixsystems option for both Data and Postgres Data during setup and selecting 1000 for user and group. My goal is to separate app data and Postgres Data between two separate drives.
I have created two datasets, one, data, with 1000/1000 roles, on my “apps” disk. And the other, postgres_data within my data disk, with user netdata (rwx) user and docker (none) permissions. This is exactly what is produced when selecting the ixsystems option when setting up.
When I fill the URL field and install a community node. The package gets installed with root permissions and I get an error, failed to open the package.json. if I select ixsystems for both Data and pg_data the community nodes install and are opened without any issues. So what am I doing incorrectly with my permissions?
Thank you