Skip to content

Instantly share code, notes, and snippets.

@kstevenson722
Last active October 9, 2024 14:15
Show Gist options
  • Save kstevenson722/9a37e85eb86a42d48f39f90e2f83ee2e to your computer and use it in GitHub Desktop.
Save kstevenson722/9a37e85eb86a42d48f39f90e2f83ee2e to your computer and use it in GitHub Desktop.
TrueNAS Scale Install Shinobi Docker

SSH into the TrueNAS make directoried in dataset

docker run -d --name='Shinobi' -p '8080:8080/tcp' -v "/dev/shm/Shinobi/streams":'/dev/shm/streams':'rw' -v "$HOME/Shinobi/config":'/config':'rw' -v "$HOME/Shinobi/customAutoLoad":'/home/Shinobi/libs/customAutoLoad':'rw' -v "$HOME/Shinobi/database":'/var/lib/mysql':'rw' -v "$HOME/Shinobi/videos":'/home/Shinobi/videos':'rw' -v "$HOME/Shinobi/plugins":'/home/Shinobi/plugins':'rw'
shinobisystems/shinobi:dev

@ben-bole
Copy link

ben-bole commented May 9, 2022

Just use mkdir config && mkdir customAutoLoad && mkdir database && mkdir plugins && mkdir streams && mkdir videos to create the folders!

@Alkis1990
Copy link

i tried this configuration and it works like a charm.
But it is a little outdated.(i think)
is there any possible way to work in the master branch?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment