Duck Dns problem configuration

I am new on this. Trying to configure Duck Dns I have this error

s6-rc: info: service s6rc-oneshot-runner: starting
s6-rc: info: service s6rc-oneshot-runner successfully started
s6-rc: info: service fix-attrs: starting
s6-rc: info: service fix-attrs successfully started
s6-rc: info: service legacy-cont-init: starting
s6-rc: info: service legacy-cont-init successfully started
s6-rc: info: service legacy-services: starting
s6-rc: info: service legacy-services successfully started

INFO: Using main config file /data/workdir/config

  • Account already registered!
    [18:50:32] WARNING: KO
    **[18:50:32] INFO: Renew certificate for domains: and aliases: **
    # INFO: Using main config file /data/workdir/config
    ERROR: domains.txt not found and --domain not given
    [18:55:35] WARNING: KO

Can anyone help me?

You can try this addon. It’s basically c/p lets encrypt addon but it is far simpler to set up.

Sorry I am new, can you help what I am expecting to do with this addon?

The same thing that you are expecting with let encrypt addon. To get you a ssl cert.
This addon is doing the same thing, it is simpler to set up and it’s using different domain. And that is it. It copy/paste of let encrypt addon but it is easier to set up.

I’ve got same error on fresh installation of HA 2024.5.0 with add-on 1.17.0.

The quick and simple way I solved this issue was to switch in YAML mode and edit first option of domains from empty list:

domains: []
token: your-token-data-here
aliases: []
lets_encrypt:
  accept_terms: true
  algo: secp384r1
  certfile: fullchain.pem
  keyfile: privkey.pem
seconds: 300

to your list and save.

domains:
  - YourDomainHere.duckdns.org