Resource icon

FN11.3 iocage jails - Plex, Tautulli, Sonarr, Radarr, Lidarr, Jackett, Transmission, Organizr

Added steps to preserve some of the web ui settings that are stored in the config.php under the web root such as homepage settings and email settings. If you have already setup organizr you can just running the following from the organizr jail.
cp -a /usr/local/www/Organizr/config/config.php /config/config.php
rm /usr/local/www/Organizr/config/config.php
ln -s /config/config.php /usr/local/www/Organizr/config/config.php
Updated Plex directions to move plex data to /config to make it consistent with every other application's jail setup.

If you had it setup the old way you can easily migrate if you like by stopping plex:
Non Plexpass:
service plexmediaserver stop
Plexpass:
service plexmediaserver_plexpass stop

In the freenas web gui create a new mount for the plex jail under the Jails > Jails Storage tab
/mnt/tank1/apps/plex >>> /config
then remove the old mount either for the plex jail under the Jails > Jails Storage tab
Non Plexpass:
/mnt/tank1/apps/plex >>> /usr/local/plexdata
Plexpass:
/mnt/tank1/apps/plex >>> /usr/local/plexdata-plexpass

Add the rc setting to point plex to the new data location and start plex again
Non Plexpass:
sysrc plexmediaserver_support_path="/config"
service plexmediaserver start


Plexpass:
sysrc plexmediaserver_plexpass_support_path="/config"
service plexmediaserver_plexpass start
NZBget has been added
updated user creation where required from adduser to pw for simplicity
I've updated the plex directions to be best practices for this guide.
Top