guysoft / PleromaPi

RaspberryPi / CustomPiOS distro that run Pleroma out of the box
GNU General Public License v3.0
35 stars 1 forks source link

Auto-mount connected USB drive, and save all Pleroma data to it #8

Open guysoft opened 3 years ago

guysoft commented 3 years ago

So the next big step to make PleromaPi plug an play, is to have the user data separated from the SD card. The idea is you boot with an attached harddrive over USB, and it would mount, and use it as the data source for your instance.

auto-mount-removable module from CustomPiOS can be used to automatically mount, what is now needed is a service that starts before docker-compose, and that handles all the folder creation and setup.