- For use with https://github.com/seren/freenas-temperature-graphing
- See seren/freenas-temperature-graphing#12 for reference
- Move
index.js
andpackage*.json
to a directory in a jail npm i
in said directory- Move
injectTempGUI.sh
to your main system - Edit the vars in
injectTempGUI.sh
to match your setup (You don't have to make thenginx.conf
andindex.html
files in the jail. This script will create them for you) - Edit the
defaultValue
s inindex.js
(probably only need to changetempAlias
to match the location of https://github.com/seren/freenas-temperature-graphing graphs) - Add a cron job for
injectTempGUI.sh
every hour or to your liking