forked from home-assistant/addons
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
137 lines (137 loc) · 3.54 KB
/
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
---
version: 5.2.10
slug: letsencrypt
name: Let's Encrypt
description: Manage certificate from Let's Encrypt
url: https://github.com/home-assistant/addons/tree/master/letsencrypt
arch:
- armhf
- armv7
- aarch64
- amd64
- i386
boot: manual
image: homeassistant/{arch}-addon-letsencrypt
init: false
map:
- ssl:rw
- share
options:
domains:
- null
email: null
keyfile: privkey.pem
certfile: fullchain.pem
challenge: http
dns: {}
ports:
80/tcp: 80
schema:
domains:
- str
email: email
keyfile: str
certfile: str
challenge: list(dns|http)
acme_root_ca_cert: str?
acme_server: url?
eab_kid: str?
eab_hmac_key: str?
key_type: list(ecdsa|rsa)?
elliptic_curve: list(secp256r1|secp384r1)?
dns:
aws_access_key_id: str?
aws_secret_access_key: str?
azure_config: str?
cloudflare_api_key: str?
cloudflare_api_token: str?
cloudflare_email: email?
cloudns_auth_id: int?
cloudns_sub_auth_id: int?
cloudns_sub_auth_user: str?
cloudns_auth_password: str?
desec_token: str?
digitalocean_token: str?
directadmin_password: str?
directadmin_url: str?
directadmin_username: str?
dnsimple_token: str?
dnsmadeeasy_api_key: str?
dnsmadeeasy_secret_key: str?
duckdns_token: str?
dynu_auth_token: str?
gandi_api_key: str?
gandi_token: str?
gandi_sharing_id: str?
gehirn_api_secret: str?
gehirn_api_token: str?
godaddy_secret: str?
godaddy_key: str?
google_creds: str?
hetzner_api_token: str?
infomaniak_api_token: str?
ionos_prefix: str?
ionos_secret: str?
ionos_endpoint: str?
linode_key: str?
linode_version: str?
loopia_user: str?
loopia_password: str?
luadns_email: email?
luadns_token: str?
mijn_host_api_key: str?
joker_username: str?
joker_password: str?
joker_domain: str?
plesk_username: str?
plesk_password: str?
plesk_api_url: str?
namecheap_username: str?
namecheap_api_key: str?
netcup_api_key: str?
netcup_api_password: str?
netcup_customer_id: str?
simply_api_key: str?
simply_account_name: str?
njalla_token: str?
noris_token: str?
nsone_api_key: str?
porkbun_key: str?
porkbun_secret: str?
ovh_application_key: str?
ovh_application_secret: str?
ovh_consumer_key: str?
ovh_endpoint: str?
propagation_seconds: int(60,3600)?
provider: "list(dns-azure|dns-cloudflare|dns-cloudns|dns-desec|\
dns-digitalocean|dns-directadmin|dns-dnsimple|dns-dnsmadeeasy|\
dns-duckdns|dns-dynu|dns-gehirn|dns-godaddy|dns-google|\
dns-hetzner|dns-infomaniak|dns-ionos|dns-joker|dns-linode|dns-loopia|dns-luadns|\
dns-mijn-host|dns-njalla|dns-nsone|dns-porkbun|dns-ovh|dns-rfc2136|dns-route53|\
dns-sakuracloud|dns-namecheap|dns-netcup|dns-simply|dns-gandi|dns-transip|dns-inwx|\
dns-dreamhost|dns-he|dns-easydns|dns-domainoffensive|dns-websupport|dns-noris|\
dns-plesk)?"
rfc2136_algorithm: str?
rfc2136_name: str?
rfc2136_port: str?
rfc2136_secret: str?
rfc2136_server: str?
sakuracloud_api_secret: str?
sakuracloud_api_token: str?
transip_api_key: str?
transip_username: str?
transip_global_key: list(yes|no)?
inwx_username: str?
inwx_password: str?
inwx_shared_secret: str?
dreamhost_api_key: str?
dreamhost_baseurl: str?
he_user: str?
he_pass: str?
easydns_endpoint: str?
easydns_key: str?
easydns_token: str?
domainoffensive_token: str?
websupport_identifier: str?
websupport_secret_key: str?
startup: once