-
-
Notifications
You must be signed in to change notification settings - Fork 231
/
config.json
119 lines (119 loc) · 2.7 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
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
{
"arch": [
"aarch64",
"amd64",
"armv7"
],
"codenotary": "alexandrep.github@gmail.com",
"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)",
"devices": [
"/dev/dri",
"/dev/dri/card0",
"/dev/dri/card1",
"/dev/dri/renderD128",
"/dev/vchiq",
"/dev/video10",
"/dev/video11",
"/dev/video12",
"/dev/video13",
"/dev/video14",
"/dev/video15",
"/dev/video16",
"/dev/ttyUSB0",
"/dev/sda",
"/dev/sdb",
"/dev/sdc",
"/dev/sdd",
"/dev/sde",
"/dev/sdf",
"/dev/sdg",
"/dev/nvme",
"/dev/nvme0n1p1",
"/dev/nvme0n1p2",
"/dev/nvme0n1p3",
"/dev/nvme1n1p1",
"/dev/nvme1n1p2",
"/dev/nvme1n1p3",
"/dev/nvme2n1p1",
"/dev/nvme2n1p2",
"/dev/nvme3n1p3",
"/dev/mmcblk",
"/dev/fuse",
"/dev/sda1",
"/dev/sdb1",
"/dev/sdc1",
"/dev/sdd1",
"/dev/sde1",
"/dev/sdf1",
"/dev/sdg1",
"/dev/sda2",
"/dev/sdb2",
"/dev/sdc2",
"/dev/sdd2",
"/dev/sde2",
"/dev/sdf2",
"/dev/sdg2",
"/dev/sda3",
"/dev/sdb3",
"/dev/sda4",
"/dev/sdb4",
"/dev/sda5",
"/dev/sda6",
"/dev/sda7",
"/dev/sda8",
"/dev/nvme0",
"/dev/nvme1",
"/dev/nvme2"
],
"host_network": true,
"image": "ghcr.io/alexbelgium/inadyn-{arch}",
"map": [
"ssl"
],
"name": "Inadyn",
"options": {
"providers": [
{
"hostname": "dynamic-subdomain.example.com",
"password": "password",
"provider": "yourprovider",
"username": "username"
}
]
},
"schema": {
"allow_ipv6": "bool?",
"fake_address": "bool?",
"forced_update": "int?",
"iface": "str?",
"iterations": "int?",
"period": "int?",
"providers": [
{
"append_myip": "bool?",
"checkip_command": "str?",
"checkip_path": "str?",
"checkip_server": "str?",
"checkip_ssl": "bool?",
"custom_provider": "bool?",
"ddns_path": "str?",
"ddns_server": "str?",
"hostname": "str",
"password": "str?",
"provider": "str",
"proxied": "bool?",
"ssl": "bool?",
"ttl": "int?",
"user_agent": "str?",
"username": "str",
"wildcard": "bool?"
}
],
"secure_ssl": "bool?",
"verify_address": "bool?"
},
"slug": "inadyn",
"udev": true,
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "2.12.0-2"
}