Yesterday, 10:15 PM
(This post was last modified: Yesterday, 10:31 PM by 4r5hw45twh. Edited 5 times in total.)
(Yesterday, 10:09 PM)TheDreadPirate Wrote: Is NPM using host or bridge networking?
Regardless, you could use the physical host's IP, 192.168.X.X, in either network mode.
From your above reply:
"If NPM is using host networking, you could use 'localhost'."
I feel like I should take everything that's in Docker (JF, JS, & NPM) and just make them all "--net=host", like I referenced here in the other thread: https://forum.jellyfin.org/t-how-to-acce...2#pid49722
I feel like that'd be the best/easiest solution to all my issues maybe. Assuming my setup will still work how it is if I do that.
I assume bridge network for NPM since I never set one up initially, however, I do have it set to be on a network with JF & JS. So those 3 all have the same network section of their docker compose files.
EDIT: Ok, doing the NPM change and adding 8096 to compose file *is* allowing me to now use "localhost:8096" from the native machine. Awesome.
However, I still do not see the server being discovered on my devices as local server.
EDIT2: Ok, so I actually *am* getting access on my FireStick and phone if I use the server's local IP, but it isn't showing on discovered.
I randomly decided to type it in just to test and it actually let me in. So, why wouldn't it show as discovered, though?
Also, is there a better way to achieve this than having the local machine's IP in NPM? Because if the server local IP ever changes, that forces me to have to change the IP on a bunch of stuff now.