H
Homarr7mo ago
cassdev

unable to access jellyfin, sonarr, etc

so i setup the docker and its working but all my services jellyfin, sonarr, etc are on my windows server so i put the ip of the server in and it cant connect as its connection refused is there some settings i need to do for docker so that it can see other devices on the network to access it? i think it cant see anything but im unsure
Solution:
Solution: make sure to leave edit mode to save changes fully
Jump to solution
18 Replies
explosive parrot
Hello, running in docker should not be a problem when using local network IP addresses. Can you post your docker logs?
cassdev
cassdev7mo ago
yea let me set it back to the default ive been trying everything 2023-11-15 22:33:13 warning package.json: No license field 2023-11-15 22:33:13 warning ../package.json: No license field 2023-11-15 22:33:13 Exporting hostname... 2023-11-15 22:33:13 Migrating database... 2023-11-15 22:33:13 yarn run v1.22.19 2023-11-15 22:33:13 $ ts-node ./migrate.ts 2023-11-15 22:33:14 Done in 1.52s. 2023-11-15 22:33:14 Starting production server... 2023-11-15 22:33:15 Listening on port 7575 url: http://748916b7021c:7575 is what its saying
cassdev
cassdev7mo ago
No description
cassdev
cassdev7mo ago
No description
cassdev
cassdev7mo ago
No description
cassdev
cassdev7mo ago
and jellyfin is accessable on localhost as well but jellyfin and stuff is not installed in docker idk if that matters
2023-11-15 22:33:44 ERROR Unexpected response: connect ECONNREFUSED 127.0.0.1:8096
2023-11-15 22:33:44
2023-11-15 22:33:51
2023-11-15 22:33:51 ERROR Unexpected response: connect ECONNREFUSED 127.0.0.1:8096
2023-11-15 22:33:51
2023-11-15 22:34:19
2023-11-15 22:34:19 ERROR Unexpected response: connect ECONNREFUSED 127.0.0.1:8096
2023-11-15 22:34:19
2023-11-15 22:34:20
2023-11-15 22:34:20 ERROR Unexpected response: connect ECONNREFUSED 127.0.0.1:8096
2023-11-15 22:34:20
2023-11-15 22:33:44 ERROR Unexpected response: connect ECONNREFUSED 127.0.0.1:8096
2023-11-15 22:33:44
2023-11-15 22:33:51
2023-11-15 22:33:51 ERROR Unexpected response: connect ECONNREFUSED 127.0.0.1:8096
2023-11-15 22:33:51
2023-11-15 22:34:19
2023-11-15 22:34:19 ERROR Unexpected response: connect ECONNREFUSED 127.0.0.1:8096
2023-11-15 22:34:19
2023-11-15 22:34:20
2023-11-15 22:34:20 ERROR Unexpected response: connect ECONNREFUSED 127.0.0.1:8096
2023-11-15 22:34:20
explosive parrot
localhost can cause issues with docker. Try http:// jellyfinIP:8069
cassdev
cassdev7mo ago
inside homarr?
explosive parrot
drop the rest of the url from after the port (you can keep it for externtal) correct, for example:
cassdev
cassdev7mo ago
so when i use my ip and hit save it defaults back to localhost
cassdev
cassdev7mo ago
and jellyfin is accessable here http://192.168.254.33:8096/ so i know thats not the issue
explosive parrot
Well that is not expected behaviour on saving the url. Can you try deleating that app and making a new one?
cassdev
cassdev7mo ago
i have like 20 times and its the same thing i can join voice and screenshare if you wouldnt mind helping
explosive parrot
I'll see what I can do
cassdev
cassdev7mo ago
docker run --name homarr --restart unless-stopped -p 7575:7575 -v /var/run/docker.sock:/var/run/docker.sock -v D:/homarr/configs:/app/data/configs -v D:/homarr/data:/data -v D:/homarr/icons:/app/public/icons -d ghcr.io/ajnart/homarr:latest
Solution
cassdev
cassdev7mo ago
Solution: make sure to leave edit mode to save changes fully