Closed tml89 closed 6 years ago
It's not clear from the formatting, but user/pwd goes within the vhosts list. You'll also need to include vhost and port (instead of the "homeassistant" setting shortcut afaik). See the config.json: https://github.com/bestlibre/hassio-addons/blob/master/caddy_proxy/config.json
So a minimal config would look like:
{
"homeassistant": "",
"vhosts": [
{
"vhost": "your.host.name",
"port": "8123",
"user": "someusername",
"pwd": "somepassword"
}
],
"raw_config": [],
"email": "emailaddressforletsencrypt"
}
Hello bcheck,
thank you for your reply! Your suggested configuration did work!
Thank you!
If i save the user and pwd to the config to enable basic auth, my configuration will be overwritten and my entered values are gone.
Here is my working cnfiguration withouth basic auth:
And this is the configuration which i tried:
Can anybody please help me?
Thank you in advance!
Best regards Tim