This resource was originally created by user: * Basil Hendroff on the TrueNAS Community Forums Archive. Please DM this account or comment in this thread to claim it.
This scripted installation of Tautulli will create a jail, install the latest version of Tautulli for FreeBSD from tautulli.com, and store its data files outside the jail where it can be more easily managed.
@danb35 for allowing me to reuse code fragments from his scripts and adopt his documentation style to facilitate rapid script development and deployment, and maintain a consistent look-and-feel.
@Pentaflake for the Tautulli data directory pointer.
i tried to update the dependencie download as described here
# List packages to be auto-installed after jail creation
cat <<__EOF__ >/tmp/pkg.json
{
"pkgs":[
"nano","bash","python","py39-setuptools","py39-sqlite3","py39-openssl","py39-pycryptodomex","security/ca_root_nss","git-lite"
]
}
__EOF__
This link does not work. I am not proficient enough to do it with the script on your github “tautulli-install.sh”
When I copy and paste the link im replying to that worked for @oxyde it asks me for my username. Before I break something I will stop right now and wait for you to respond lol.
I was able to run the original script no problem, i created the config file, but like oxyde, tautulli install somehow wasn’t successful.
Thanks for responding man! I tried but I didn’t know exactly how to do it.
His tautulli script also installs it, but I’m not sure how to set it to install the metadata outside the jail based on his script. I looked through it and it seems like it will install the app.
I downloaded it to my server but I didn’t get the sense from the script “tautulli-install.sh” that it would create the jail, etc. am I mistaken?
And I’m too scared to try and put it together. I can read through the script and get a sense of what’s going on but don’t know if I can pull this one off on my own lol
You need to create the jail before, then run the script inside
According to the read.me seems tautulli don’t need anything fancy, just a mount point for data.
After created the jail fetch the repo, give execution permission and run It
I actually ran the script that doesn’t work, then I did pkg install tautulli and it worked flawlessly, everything set up properly, data point mounted!!! Basically worked!