forked from home-assistant/addons
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
41 lines (41 loc) · 784 Bytes
/
config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
version: 1.14.0
slug: duckdns
name: Duck DNS
description: Free Dynamic DNS (DynDNS or DDNS) service with Let's Encrypt support
url: https://github.com/home-assistant/hassio-addons/tree/master/duckdns
arch:
- armhf
- armv7
- aarch64
- amd64
- i386
image: homeassistant/{arch}-addon-duckdns
map:
- ssl:rw
options:
aliases: []
domains:
- null
lets_encrypt:
accept_terms: false
algo: secp384r1
certfile: fullchain.pem
keyfile: privkey.pem
seconds: 300
token: null
schema:
aliases:
- alias: str
domain: str
domains:
- match(.+\.duckdns\.org)
ipv4: str?
ipv6: str?
lets_encrypt:
accept_terms: bool
algo: list(rsa|prime256v1|secp384r1)
certfile: str
keyfile: str
seconds: int
token: str
startup: services