mirror of
https://github.com/aljazceru/addons.git
synced 2026-01-18 20:35:35 +01:00
21 lines
433 B
JSON
21 lines
433 B
JSON
{
|
|
"name": "Duck DNS",
|
|
"version": "0.5",
|
|
"slug": "duckdns",
|
|
"description": "Free dynamic DNS hosted on Amazon VPC",
|
|
"url": "https://home-assistant.io/addons/duckdns/",
|
|
"startup": "before",
|
|
"boot": "auto",
|
|
"options": {
|
|
"token": null,
|
|
"domains": [null],
|
|
"seconds": 300
|
|
},
|
|
"schema": {
|
|
"token": "str",
|
|
"domains": ["str"],
|
|
"seconds": "int"
|
|
},
|
|
"image": "homeassistant/{arch}-addon-duckdns"
|
|
}
|