FSCrawler App how to edit settings file in Dragonfish-24.04.2.3

Hello,

I installed the FSCrawler App on my TrueNAS SCALE Dragonfish-24.04.2.3 installation. To make FSCrawler work/run I need to edit/create a file in /root/.fscrawler/project_settings.yml. I can start a shell from the GUI but inside the container there is no TextEditor available…

Any Ideas

You could expose the file via a hostpath, I presume you use hostpaths for other apps. That way, you can edit on Scale instead of in the container. Hostpaths can point to specific files, not just folders.

1 Like

Thanks for your help