Hi Folks,
So I have Godaddy and that doesnt come with DDNS. I have certs all set up and external connectivity is working great. I dont have a fixed IP, but it barely changes (but when it does its annoying!).
So I found this: https://github.com/lmammino/godaddy-dns
I run it with the accompanying json file and boom it updates my godaddy A records
(instead of a cron I use node-red to compare, and only run the .bin file if I need to).
It worked in 0.85 and now something isnt happy as I get this:
2019-01-27 16:57:26 ERROR (MainThread) [homeassistant.components.shell_command] Error running command: `./config/includes/shell/godaddy-dns-linux.bin`, return code: 127
NoneType: None
I’m running in a docker, so when I run the file from inside the docker, it works fine.
docker exec -it home-assistant /bin/bash
then:
./godaddy-dns-linux.bin --config .godaddy-dns.json
= winning
however when using a shell_command
as shown above it does not work.
shell_command:
godaddy: ./godaddy-dns-linux.bin
its executable and right now by anyone.
I’ve tried every combination of paths I can think of, but it just wont run.
Can someone assist? whats the shell_command directory it starts from?