Skip to content

Commit

Permalink
Merge pull request #41 from troykelly/troykelly-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
troykelly authored Jan 28, 2024
2 parents afeef0f + d7bf2bf commit a284bf8
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@
"nonFreePackages": true,
"username": "vscode",
"userUid": "automatic",
"userGid": "automatic"
"userGid": "automatic",
},
"ghcr.io/devcontainers-contrib/features/zsh-plugins:0": {
"plugins": "ssh-agent npm",
"omzPlugins": "https://github.com/zsh-users/zsh-autosuggestions",
"username": "vscode"
"username": "vscode",
},
"ghcr.io/stuartleeks/dev-container-features/shell-history:0": {}
}
"ghcr.io/stuartleeks/dev-container-features/shell-history:0": {},
},

// Features to add to the dev container. More info: https://containers.dev/features.
// "features": {},
Expand Down
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,19 @@ To use this add-on, you need to supply the config for your DNS provider
- Allows to request wildcard certificates (\*.yourdomain.com)
- Doesn’t need you to open a port to your hass.io host on your router.

You always need to provide the email and domain entries within the configuration:
### Configuration Note

If using the 'UI' editor, do not include the "dns" key. ie in the _DNS Configuration_ section you will just have something like

```yaml
provider: godaddy
godaddy_auth_key: SPECIFY THE KEY TO ACCESS THE API
godaddy_auth_secret: SPECIFY THE SECRET TO ACCESS THE API
```
### Minimum Configuration
You always need to provide the email and domain entries within the configuration yaml, or in the UI:
```yaml
email: [email protected]
Expand Down

0 comments on commit a284bf8

Please sign in to comment.