Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problems saving config #17

Open
bjorndegroot opened this issue Mar 3, 2024 · 1 comment
Open

Problems saving config #17

bjorndegroot opened this issue Mar 3, 2024 · 1 comment

Comments

@bjorndegroot
Copy link

bjorndegroot commented Mar 3, 2024

Hi Folks,

I'm trying to configure the Dynu DNS Add-on as replacer of DuckDNS. I recently noticed the DuckDNS is really unstable and is really often unavailable.

When when i'm trying to configure I get an error that there is incorrect configuration when trying to save it. It saids that the option 'keyfile' is missing, but it's in my config.

My config is as follows, can anybody help me out with this?:

lets_encrypt:
accept_terms: true
certfile: fullchain.pem
keyfile: privkey.pem
token: MYOWNTOKEN
domains:

  • mydomain.freeddns.org
    aliases: []
    seconds: 300
    http:
    ssl_certificate: /ssl/fullchain.pem
    ssl_key: /ssl/privkey.pem

The error is as follows:

Failed to save add-onconfig: Missing option 'keyfile' in lets_encrypt in Dynu DNS (4e8751bd_dynudns). Got {'lets_encrypt': {'lets_encrypt': {'accept_terms': True, 'certfile': 'fullchain.pem', 'keyfile': 'privkey.pem'}, 'token': 'MYOWNTOKEN', 'domains': ['mydomain.freeddns.org'], 'aliases': [], 'seconds': 300, 'http': {'ssl_certificate': '/ssl/fullchain.pem', 'ssl_key': '/ssl/privkey.pem'}}, 'token': 'MYTOKEN', 'domains': ['mydomain.freeddns.org'], 'aliases': {}, 'seconds': 300}

@JohanSpannare
Copy link

For me UI was adding an "empty" domain, when i removed that it worked from UI and the config looks ok as well

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants