How to install plugin without internet?

jjjhong

Cadet
Joined
May 11, 2022
Messages
1
Hello

I have installed TrueNAS in VMWare.
I download iso file from my home, and I exchange to my company's server.
My company can't connect internet, and I want to install Plex Media Server plugin.
I have the following questions:

1. Can I download plugin files?
2. How install it?
 

sretalla

Powered by Neutrality
Moderator
Joined
Jan 1, 2016
Messages
9,700
Short answer... NO.

Long answer... You would certainly be able to find all the materials for each of the plugins on github and use the scripts there to identify all the required pkg files and get them from the FreeBSD archives, then install them with pkg.
You would also need to deal with iocage not having internet access to get hold of the releases for the jail, so there would be some way of doing that with manually downloaded files too.
I have no interest in documenting that or explaining it further for you though.
 

Patrick M. Hausen

Hall of Famer
Joined
Nov 25, 2013
Messages
7,776
You could setup TrueNAS in some location with Internet access, install the plugin, then create an archive with zfs send and carry that to the company server on suitable media. Then use zfs receive to create the entire iocage dataset tree including the plugin.
Some familiarity with the command line, removable media in Unix, ZFS commands ... will be required.

A question in addition: when installing "in VMware" as you wrote, did you follow the virtualisation guide and use PCIe pass-through for the controllers and disks attached to TrueNAS?
 
Top