Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • 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!

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