访问 Home Assistant:在外网使用动态绑定的域名打开 Home Assistant。如果在 logs 中出现绑定成功的日志信息,即可使用域名进行远程访问。配置证书授权(CA):在 Duck DNS 插件上设置 lets_encrypt 为 true,然后在 configuration.yaml 文件中添加 https 相关代码,重启树莓派以启用 https 访问。调整端口号...
获得Let’s encrypt 证书后,需要部署到 HA server,然后更新其配置文件(configuration.yaml) 在路由器上完成 port forwarding 进行一些测试 具体步骤可以参看这里,非常详细。文中还讨论了如何在 HA 设置一个 90 天的提醒,我正好在写一个 local 的 flask 服务器,于是加了个模块用于调用 certbot 获得证书的 expiratio...
Home Assistant界面 8. 如果需要授权认证(CA),在Duck DNS插件上配置lets_encrypt字段为true并且点击SAVE保存,然后在configuration.yaml的http属性下面添加如下代码然后重启树莓派,base_url为原来的链接将http改为https。重启树莓派以后,不管外网访问还是内外hassio.local:8123访问的时候都需要将http改为https。 http:api_p...
When using a reverse proxy, you will need to enable theuse_x_forwarded_forandtrusted_proxiesoptions in your Home Assistant configuration. Requests from reverse proxies will be blocked if these options are not set. To add them open yourconfiguration.yamlfile with your favourite editor and add the...
Operating environment (OS/Supervised): Home Assistant 2021.2.3 Problem-relevant configuration lets_encrypt:accept_terms:truecertfile:fullchain.pemkeyfile:privkey.pemtoken:duckdns_tokendomains: -myownmane.duckdns.orgaliases: -domain:owndomain.comalias:myownmane.duckdns.orgseconds:300 ...
Add-on configuration:lets_encrypt: accept_terms: true certfile: fullchain.pem keyfile: privkey.pem token: sdfj-2131023-dslfjsd-12321 domains: - my-domain.duckdns.org aliases: [] seconds: 300Additionally, you'll need to configure the Home Assistant Core to pick up the SSL certificates. ...
home-assistantduckdnscustom-component UpdatedJul 10, 2021 Python Duck DNS updater script with a dedicated systemd unit and logging configuration bashsystemdddnsraspberryrsyslogduckdns UpdatedMar 8, 2025 Shell joweisberg/docker-dynamic-dns Star19
Operating environment (OS/Supervised): Homeassistant, the OS, whatever that's called. Problem-relevant configuration domains: -fourth.third.duckdns.com Traceback/Error logs Processing fourth.third.duckdns.org + Signing domains... + Generating private key... + Generating signing request... + Requ...
"url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/<SNIP>/<SNIP>", "token": "<SNIP>" }) I have added the following CNAME record to my redacted.net domain: home >> redacted.duckdns.org The configuration I am using is as follows:...
Addon Configuration: domains: -tesla.duckdns.orgtoken:<your_token>aliases:[]lets_encrypt:accept_terms:truealgo:secp384r1certfile:fullchain.pemkeyfile:privkey.pemseconds:300 Install the NGINX Home Assistant SSL Proxy Addon Complete documentation can be found here. In summary: ...