The title is quite self-explanatory.
I want to setup Frigate, but I have 4 Lan IPs (say 10.0.1.10, 10.0.2.10, 10.0.3.10, 10.0.4.10)
I only want to use Frigate on 10.0.1.10:30058, not the other three IP (meaning not 0.0.0.0:30058)
How can I archive this?
You would use Custom Apps set up with macvlan or you wait for the next version of TrueNAS, aka Fangtooth 25.04, expected at the end of April.
This is a frequently asked question so you’ll find discussions on it in other older topics in the forum, if you want to read more about it.
You don’t need to use macvlan. You can also just specify the IP in the ports declaration of the yaml. You would still need to add it as a custom app or use dockge or portainer to create it.
ports:
- 192.168.1.5:8091:8091