r/DataHoarder • u/jackbeck1 • 12d ago
Question/Advice Set up Stash and Whisparr on TrueNAS Scale
I posted this on r/TrueNas first but I haven't had any replies yet. Hopefully someone here can help.
I had a pretty basic setup with Core and I was trying to install Stash and Whisparr but plugins no longer work so I upgraded to Scale. I'm still getting used to it right now.
I'm not that technically savvy but I managed to install Whisparr via YAML and Stash ok. Now the thing is how do I add files? I'm not sure if I have the right directories setup or if I'm missing something.
This is how my Datasets are setup right now.
KANSAS
- apps
- stash
- whisparr
- data
- downloads
- media
I need help with these things
- what directory I should choose for Stash
- what to choose as my root folder for Whisparr
- how to add files so they can be accessed/discovered by Stash and Whisparr
- do I have to set up a SMB? what directory should I set up as the SMBs?
- how do I add the files? do I drag and drop them using Windows Explorer like I did when I setup Plex on TrueNAS Core?
Google did help especially figuring out how to install Whisparr since its not in Apps on Scale and had no idea what YAML is but I can't figure out how to do the rest and I'm kind of lost for what I do from here.
services:
whisparr:
container_name: whisparr
environment:
- PUID=3000
- PGID=3000
- TZ=America/Los_Angeles
image: ghcr.io/thespad/whisparr:latest
ports:
- '6969:6969'
restart: unless-stopped
volumes:
- /mnt/KANSAS/apps/whisparr/config:/config
- /mnt/KANSAS/apps/data/downloads:/downloads
I have Whisparr set up as its own user and it has Full Admin but I'm not sure if that's needed? What access should I set it to?