Last time with hassio I gave up. Now it’s the braver me trying again. Got most parts up but the remote thingy. It should all be set up correctly but DuckDNS add-on is complaining about:
INFO: Using main config file /data/workdir/config
ERROR: Lock file ‘/data/workdir/lock’ present, aborting.
and configuration.yaml is complaining about:
Invalid config for [http]: not a file for dictionary value @ data[‘http’][‘ssl_certificate’]. Got ‘/ssl/fullchain.pem’
not a file for dictionary value @ data[‘http’][‘ssl_key’]. Got ‘/ssl/privkey.pem’. (See /config/configuration.yaml, line 23). Please check the docs at https://home-assistant.io/components/http/
It looks like this (with two white spaces at everything below http):
http:
base_url: https://xxxxx.duckdns.org:8123
ssl_certificate: /ssl/fullchain.pem
ssl_key: /ssl/privkey.pem
Now I’ve tried everything I can think of… Probably something easy that I just can’t see.
Appreciate the help!
Thanks
F