Does anyone have instructions to install Zoneminder on Fangtooth? This is all about learning curve. I’m brand new to Docker (as I was once new to jails), and I’m very lost.
Because Zoneminder isn’t available in Apps (and Frigate doesn’t make sense, coming from ZM), I’m attempting to follow the dlandon instructions to install zoneminder - which he wants to install from the command line. How does that translate to the Apps > Discover > Custom page? I attempted to install the custom image “dlandon/zoneminder.machine.learning” but I can’t access anything in the subsequent App.
Can I just install from the command line, like we could with jails?
Thank you @essinghigh. I’m pretty capable of picking things up; but the yaml files in that github directory had completely escaped me. One minor edit (having read the doc to understand how to custom install based on YAML), and I’m in business. It’s installing now, and I’ll report back if I don’t experience great things.
I am closer. Zoneminder shows running, but it doesn’t appear to get an IP address - so I can’t access the web interface. I’ve been reading about macvlan networks, creating bridges, and assigning static IPs. What I’d like to do for now is enable DHCP and let my router assign the container an IP.
One page suggested that port 67:67 was DHCP, but adding that to my YAML didn’t assign an address. This is where I’m at, right now:
I don’t really have any knowledge on docker networking, but is there a particular reason that you need to give the container a VIP? What’s stopping you from accessing the container via <truenas_ip>:8443?