I was able to do this on a custom app in Eel. The port definition with IP shouldn’t go away for those. Not ideal to have to use a custom app, but another workaround.
It would be super awesome to get an early present for just the Nginx Proxy Manager app as that would at least allow setting up a reverse proxy for all the other apps
i was following stux guide on using truenas native docker
i got a test dockge. but my issue was how to set a static ip different from truenas ip?
With jailmaker, you can set the docker to use at least 1 specific static ip that is separate from truenas.
And if you go to truenas general settings > web interface ipv4, you can also set the truenas ip here. Doing this then prevents port conflicts if you plan to use a proxy like nginx proxy manager for your dockers.
also for jailmaker i set it up using bridge as such (for jailmaker you also have to modify the jailmaker config to specify bridge, and also 1 network file in the jailmaker jail folder for network for the static ip used by the jail)
but for native truenas docker, i’m not sure how to proceed.
besides solving the proxy issue, some other apps also have conflicting ports, example unifi and tplink omada both want to use the same port. so you’d have to put them on different ips, or somehow setup a macvlan to get around that.
i know how to setup macvlan with portainer.
but i’m using dockge these days, so i don’t know how to setup another way for that.
tried using this but couldnt get it to work
kinda stuck atm. this is why i’m using jailmaker cauz i have a partial solution for this
that would be great i’ll wait for that and try then ty.