virtualzone/landroid-bridge

Running landroid-brigdge on Synology docker

irqnet opened this issue · 1 comments

Has anyone succesfully implemented the landroid bridge on synology docker?

I've tried to add it and the container started, but the webinterface didn't show anything, and the console output is not so meaningful.

Tried the following:

docker run -p 3000:3000 --name landroid_bridge -v /volume1/docker/landroid/config.json:/usr/src/app/config.json virtualzone/ landroid-bridge

console on synology:
image

protocol on synology:
image

web gui:

image

What I changed is not to use the link to mqtt cause I'm using a broker running on a raspberry pi right now, but the landroid-brige is not going to connect to my broker respectively I'm not seeing any topics with MQTT explorer.

Has to do with the API.
Look here:
#88
#90