Skip to content

Commit

Permalink
Documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
troykelly committed Jan 22, 2025
1 parent 52255a9 commit fe326d3
Show file tree
Hide file tree
Showing 2 changed files with 68 additions and 30 deletions.
49 changes: 34 additions & 15 deletions letslexicon/DOCS.md
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ dns:
dns:
provider: gandi
gandi_api_protocol: (OPTIONAL) SPECIFY GANDI API PROTOCOL TO USE: RPC (DEFAULT) OR REST
gandi_auth_token: SPECIFY GANDI API KEY
gandi_auth_token: SPECIFY GANDI API KEY OR PERSONAL ACCESS TOKEN
```
### gehirn
Expand Down Expand Up @@ -425,6 +425,14 @@ dns:
inwx_auth_username: SPECIFY USERNAME FOR AUTHENTICATION
```
### ionos
```yaml
dns:
provider: ionos
ionos_api_key: IONOS API KEY: PUBLIC PREFIX + PERIOD + KEY PROPER
```
### joker
```yaml
Expand Down Expand Up @@ -640,6 +648,15 @@ dns:
powerdns_pdns_server_id: SERVER ID TO INTERACT WITH
```
### qcloud
```yaml
dns:
provider: qcloud
qcloud_secret_id: SPECIFY SECRET_ID FOR AUTHENTICATION
qcloud_secret_key: SPECIFY SECRET_KEY FOR AUTHENTICATION
```
### rackspace
```yaml
Expand Down Expand Up @@ -669,6 +686,14 @@ dns:
rcodezero_auth_token: SPECIFY TOKEN FOR AUTHENTICATION
```
### regfish
```yaml
dns:
provider: regfish
regfish_auth_api_key: SPECIFY API KEY FOR AUTHENTICATION
```
### route53
```yaml
Expand Down Expand Up @@ -708,6 +733,14 @@ dns:
softlayer_auth_username: SPECIFY USERNAME FOR AUTHENTICATION
```
### timeweb
```yaml
dns:
provider: timeweb
timeweb_auth_token: SPECIFY API TOKEN FOR AUTHENTICATION
```
### transip
```yaml
Expand Down Expand Up @@ -814,20 +847,6 @@ dns:
zonomi_auth_token: SPECIFY TOKEN FOR AUTHENTICATION
```
## Configuration
Add-on configuration:
```yaml
email: [email protected]
domains:
- home-assistant.io
dns:
provider: dns-cloudflare
cloudflare_username: [email protected]
cloudflare_token: 31242lk3j4ljlfdwsjf0
```
## Supported DNS providers
- aliyun
Expand Down
49 changes: 34 additions & 15 deletions letslexicon/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ dns:
dns:
provider: gandi
gandi_api_protocol: (OPTIONAL) SPECIFY GANDI API PROTOCOL TO USE: RPC (DEFAULT) OR REST
gandi_auth_token: SPECIFY GANDI API KEY
gandi_auth_token: SPECIFY GANDI API KEY OR PERSONAL ACCESS TOKEN
```
### gehirn
Expand Down Expand Up @@ -425,6 +425,14 @@ dns:
inwx_auth_username: SPECIFY USERNAME FOR AUTHENTICATION
```
### ionos
```yaml
dns:
provider: ionos
ionos_api_key: IONOS API KEY: PUBLIC PREFIX + PERIOD + KEY PROPER
```
### joker
```yaml
Expand Down Expand Up @@ -640,6 +648,15 @@ dns:
powerdns_pdns_server_id: SERVER ID TO INTERACT WITH
```
### qcloud
```yaml
dns:
provider: qcloud
qcloud_secret_id: SPECIFY SECRET_ID FOR AUTHENTICATION
qcloud_secret_key: SPECIFY SECRET_KEY FOR AUTHENTICATION
```
### rackspace
```yaml
Expand Down Expand Up @@ -669,6 +686,14 @@ dns:
rcodezero_auth_token: SPECIFY TOKEN FOR AUTHENTICATION
```
### regfish
```yaml
dns:
provider: regfish
regfish_auth_api_key: SPECIFY API KEY FOR AUTHENTICATION
```
### route53
```yaml
Expand Down Expand Up @@ -708,6 +733,14 @@ dns:
softlayer_auth_username: SPECIFY USERNAME FOR AUTHENTICATION
```
### timeweb
```yaml
dns:
provider: timeweb
timeweb_auth_token: SPECIFY API TOKEN FOR AUTHENTICATION
```
### transip
```yaml
Expand Down Expand Up @@ -814,20 +847,6 @@ dns:
zonomi_auth_token: SPECIFY TOKEN FOR AUTHENTICATION
```
## Configuration
Add-on configuration:
```yaml
email: [email protected]
domains:
- home-assistant.io
dns:
provider: dns-cloudflare
cloudflare_username: [email protected]
cloudflare_token: 31242lk3j4ljlfdwsjf0
```
## Supported DNS providers
- aliyun
Expand Down

0 comments on commit fe326d3

Please sign in to comment.