forked from alexbelgium/hassio-addons
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
58 lines (58 loc) · 1.55 KB
/
config.json
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
{
"arch": [
"aarch64",
"amd64",
"armv7",
"armhf"
],
"description": "Inadyn is a small and simple Dynamic DNS, DDNS, client with HTTPS support. A large number of dynamic dns providers are supported (https://github.com/troglobit/inadyn#supported-providers). For those that are not, you can use a custom provider as per this project's documentation (https://github.com/nalipaz/hassio-addons/blob/master/README.md)",
"environment": {},
"host_network": true,
"map": [
"ssl"
],
"name": "Inadyn",
"options": {
"providers": [
{
"provider": "yourprovider",
"username": "username",
"password": "password",
"hostname": "dynamic-subdomain.example.com"
}
]
},
"schema": {
"verify_address": "bool?",
"fake_address": "bool?",
"allow_ipv6": "bool?",
"iface": "str?",
"iterations": "int?",
"period": "int?",
"forced_update": "bool?",
"secure_ssl": "bool?",
"providers": [
{
"provider": "str",
"custom_provider": "bool?",
"username": "str",
"password": "str?",
"ssl": "bool?",
"hostname": "str",
"checkip_ssl": "bool?",
"checkip_server": "str?",
"checkip_command": "str?",
"checkip_path": "str?",
"user_agent": "str?",
"wildcard": "bool?",
"ddns_server": "str?",
"ddns_path": "str?",
"append_myip": "bool?"
}
]
},
"slug": "inadyn",
"upstream": "2.9.1",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "2.9.1"
}