Rbillon59 / hass-n8n

Home assistant addon to host a n8n.io instance
Apache License 2.0
44 stars 15 forks source link

Specify Folder Path #34

Closed BenJamesAndo closed 1 year ago

BenJamesAndo commented 1 year ago

Hello. I'm trying to figure out what folders and files n8n is able to see. It seems to be the /data folder, yet if I put something else in that folder n8n can't see it. I'm using the execute command to list files and folders and all it can see is options.json I created a n8n folder in data to see if that would help but it didn't.

Is there a way to specify what folders n8n could see? Ideally I'd like it to see the Home Assistants /backup folder and use a file trigger within n8n.

Rbillon59 commented 1 year ago

Hello, I've added the backup mount to the addon. So you would be able to see the ha backups within the addon on /backup path.

:warning: Please note that I've added it as read-only for now.

It still should fit your described use-case :)

Rbillon59 commented 1 year ago

image

image

All set ! Feel free to update and enjoy.

Have a nice day !

BenJamesAndo commented 1 year ago

Thanks so much!