You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am not sure if this is a bug with ansible-nas, your fork or something else.
But my issue is, I cant access the hemdall dash or sonarr in my SBC after installing this from your fork, I since then switched to the original but still no luck.
I can access the services from the SBC itself when logged in via ssh. So I can login with ssh [email protected]. I also just started a test webserver with python python3 -m http.server and I can access from LAN as well on http://192.168.0.3:8000/
So I am clueless why http://192.168.0.3:8989 does not work. Something about docker? Any ideas, any way I can debug this? I checked for stuff listening on ports and it seems all fine. And again with w3m (text browser) I can access services.
The text was updated successfully, but these errors were encountered:
I just did a test to install Heimdall on an Ubuntu 22.04.2 LTS VM and I can access it no problem over LAN on http://192.168.2.165:10080. So I would rather look for something on your host machine: firewall, permissions, docker, etc.
@anarion80 I am just coming back to this, I still have this issue. What I did was install Ubuntu 22.04 server directly on my Zimaboard SBC and during the server-setup it asked me to asked some common software and I picked Docker. So Docker was already installed b4 I ran any Ansible playbook on it.
Maybe that has something to do with it? Any hint what I may need to configure differently? I never used Docker.
I am not sure if this is a bug with ansible-nas, your fork or something else.
But my issue is, I cant access the hemdall dash or sonarr in my SBC after installing this from your fork, I since then switched to the original but still no luck.
I can access the services from the SBC itself when logged in via ssh. So I can login with
ssh [email protected]
. I also just started a test webserver with pythonpython3 -m http.server
and I can access from LAN as well onhttp://192.168.0.3:8000/
So I am clueless why
http://192.168.0.3:8989
does not work. Something about docker? Any ideas, any way I can debug this? I checked for stuff listening on ports and it seems all fine. And again withw3m
(text browser) I can access services.The text was updated successfully, but these errors were encountered: