VKRMDT
HHomarr
•Created by VKRMDT on 2/13/2025 in #💬・get-help
Integrations not working with docker setup
Thanks for your help!
12 replies
HHomarr
•Created by VKRMDT on 2/13/2025 in #💬・get-help
Integrations not working with docker setup
I was able to figure out what was causing the issue. I run very restrictive
iptables
rules that disallow a lot of traffic outside of a small subset of valid IPs and ports. The solution here was something I was on the right track with using a custom docker network. I created and used the homarr_integrations
network in my dockerfile in both homarr and jellyfin, and then I was able to access jellyfin on the internal jellyfin docker port. This allowed me to keep my restrictive IP table rules and have docker work around them instead.12 replies
HHomarr
•Created by VKRMDT on 2/13/2025 in #💬・get-help
Integrations not working with docker setup
Thanks for your help!
The docker network I added was an attempt to resolve this issue by putting homare and jellyfin on a common network, but since that didn't work, I will remove it.
I fixed my mount points shortly after posting and didn't update the post.
I will try this extra host trick and report back. Thanks!
12 replies
HHomarr
•Created by VKRMDT on 2/13/2025 in #💬・get-help
Integrations not working with docker setup
Yes I did check those, I could not get through check number 4.
3. Check whether the host can reach the destination hostname / IP using ping and curl or wget afterward. Execute this command on the host machine, not inside containers, to check whether it can connect or not.
>>>> This one works
4. Check whether the container / pod can reach the destination hostname / IP. Execute the same commands in the shell inside the container / pod.
>>>>> This one doesn't (assuming container here means the homare container)
This is what I was referring to in the
OP:
the homarr docker container, it can ping the jellyfin container but cannot wget the page on port 8098.
I'm not good enough with docker to understand what I can do to fix this issue and I appreciate your help
12 replies
HHomarr
•Created by VKRMDT on 2/13/2025 in #💬・get-help
Integrations not working with docker setup
from the logs:
12 replies
HHomarr
•Created by VKRMDT on 2/13/2025 in #💬・get-help
Integrations not working with docker setup
12 replies