Pi Zero W Project: Travel Storage Device

I have noticed that when uploading a directory with alot of image files and other files (pdf and whatnot) caused my RPiZeroW to bog down, not only in CPU but ram and zram swapspace…

I have updated my “stand alone” command is to limit the $ of pre-processors to keep from bogging such a limited resource little SBC down

filebrowser -c /home/dietpi/filebrowser.yaml --img-processors 1 &

WOW! You guys really took this and ran with it!

Can’t thank you all enough for the support, and for the potential of adding this to v7.6 of the OS.

I attempted to configure the script to run after login via profile.d, but kept running into an issue where it wouldn’t start until I SSH’d into the Pi, then it gave me a timeout error. I haven’t tried the suggestion below, but will when I have more time (although this is where my limitations are, so I might need some help with it).

I haven’t gotten the systemd service setup yet

Was still battling with the config script and having to manually add users to the default setup (for some reason after resetting everything…it even blew out the admin user…so had to manually add admin back in)

Someone better at scripting should give that a shot

guys if you have a config ready let me know. Would be good to have some ideas for a default configuration :wink:

well all I have is the default .yaml it autocreated by using

filebrowser config init



Same as WarHawk - I was using the standard config file generated during install.

Until I (or most likely you guys) figure out how to get this to run automatically at boot/login, I’ve decided to put the use of this script “on ice” since it would require too many initial start-up tasks during an ‘on-the-go’ type of scenario (i.e.; when I am out hiking around somewhere taking photos, then get back into the car to offload my videos/photos).

I am still searching around the web for “Portable NAS” solutions since (after my initial research started for this project) I’ve found a MASSIVE amount of options (most out dated and no longer work, but have found some ‘gems’ here and there) for something like this. I’ll keep checking in!