Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

[Support] medzin - n8n

Featured Replies

Variables are incomplete, and there are problems with application persistent storage. My level is not good enough. You can try it yourself, and if you change anything in the template, your account data will be lost. This means that if you update, your account content will be lost.

My current approach is as shown in the picture, but I set its permissions to 777 and it can be stored normally. Maybe you can add a umask=000. But I didn't bother to test it.
image.png

Maybe remove the puid pgid and then add --user 99:100 in the extra parameters

  • Author

Hi! You have to mount /data directory from the container not the standard /home/node/.n8n. I had to change it to make the image Tailscale-friendly.

Edited by medzin

51 minutes ago, medzin said:

Hi! You have to mount /data directory from the container not the standard /home/node/.n8n. I had to change it to make the image Tailscale-friendly.

I mean, your configuration may cause you to re-register your account after the update and lose the configuration.

  • 3 months later...

Hello, please what is correct way how to define path in e.g. Read/Write Files from Disk node?

I copied bunch of .pdf files into the appdata/n8n/folder and I put them into the node path in this way: /data/folder/*.pdf .

But it does not work. Am I doing something wrong?

Thank you!

  • Author

Hi @ELP1! The path you used is correct for this template.

However, recent n8n versions added a security restriction for local file access. Starting with n8n 2.0, N8N_RESTRICT_FILE_ACCESS_TO defaults to ~/.n8n-files, so the Read/Write Files from Disk node will not be allowed to read /data/... unless you explicitly allow it.

See the official n8n docs:

To use files from the appdata mount, add this variable to the container:

N8N_RESTRICT_FILE_ACCESS_TO=/data

Then restart the container and try /data/folder/*.pdf again.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.