Installing Shinobi on TrueNAS/FreeNAS Jail (13.2)

This page summarizes the projects mentioned and recommended in the original post on /r/ShinobiCCTV

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • Shinobi

  • ## Update the system pkg update -f pkg upgrade -y ## Install the following packages pkg install -y nano ffmpeg x264 x265 mysql56-server node npm git ## Enable MySQL sysrc mysql_enable=yes service mysql-server start ## Create symlink to fix missing libdl.so.1 dependency, needed later for npm commands. ln -sf /lib/libc.so.7 /usr/lib/libdl.so.1 ## Goto the local DIR and pull down Shinobi using GIT cd /usr/local git clone https://gitlab.com/Shinobi-Systems/Shinobi.git cd ./Shinobi/ ## Do whatever user.sql does mysql -h localhost -u root -e "source sql/user.sql" ## Run NPM Install commands, NOTE: This may look like it's doing nothing due to the /dev/null part, so just give it time npm install --unsafe-perm > & /dev/null npm audit fix --unsafe-perm > & /dev/null npm install pm2 -g ## Copy the sample config files cp conf.sample.json conf.json cp super.sample.json super.json

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project