So, how do you reach the app when trying over local network?
http://192.168.1.X:7377 is unreachable, and I can’t find the env vars at a glance in the docs.
Edit: found it, HOMEDEX_URL, buried in docs > CONNECTORS.md. But I was so busy looking for an env var I missed the docker port mapping unnecessarily binding to 127.0.0.1:port. I think you can drop the 127.0.0.1 in the default docker-compose.yml.