Files
addons/duckdns/config.json
Pascal Vizeli bac3f65023 Small bugfix with dehydrated lock files (#677)
* Small bugfix with dehydrated lock files

* Fix if

* Small cleanup
2019-08-30 10:25:38 +02:00

35 lines
821 B
JSON

{
"name": "Duck DNS",
"version": "1.10",
"slug": "duckdns",
"description": "Free Dynamic DNS (DynDNS or DDNS) service with Let's Encrypt support",
"url": "https://www.home-assistant.io/addons/duckdns/",
"arch": ["armhf", "armv7", "aarch64", "amd64", "i386"],
"startup": "services",
"boot": "auto",
"map": ["ssl:rw"],
"options": {
"lets_encrypt": {
"accept_terms": false,
"certfile": "fullchain.pem",
"keyfile": "privkey.pem"
},
"token": null,
"domains": [null],
"seconds": 300
},
"schema": {
"lets_encrypt": {
"accept_terms": "bool",
"certfile": "str",
"keyfile": "str"
},
"ipv4": "str?",
"ipv6": "str?",
"token": "str",
"domains": ["str"],
"seconds": "int"
},
"image": "homeassistant/{arch}-addon-duckdns"
}