bestlibre / hassio-addons

173 stars 110 forks source link

Caddy not working after update #110

Closed olkal closed 5 years ago

olkal commented 5 years ago

Hi, I'm running the Caddy add-on with HassOS 2.10 on Odroid C2, HA version 0.89.2. I can no longer reach Homeassistant from outside my local network. The complete Caddy log looks like this:

/run.sh: line 16: 11 Done echo "{\"vhosts\":[{\"vhost\":\"$homeassistant\", \"port\":\"8123\"}]}" 12 Segmentation fault (core dumped) | python3 /mustache.py /templates/vhost.mustache - >> /tmp/caddy.conf

I think that the problem started when I updated Caddy to 0.11.5 a few days ago. Any ideas?

bestlibre commented 5 years ago

I will look into it ASAP. Can you give me the Arch type of your install? Armv7, aarch64 ?

olkal commented 5 years ago

Great :) It's aarch64.

bestlibre commented 5 years ago

Can you try with the last version ?

olkal commented 5 years ago

The last version fixed the issue, many thanks!