Files
addons/duckdns/config.json
rnizametdinov c572575ae9 Update url in config
add www
2018-09-04 23:47:43 +03:00

32 lines
722 B
JSON

{
"name": "Duck DNS",
"version": "1.5",
"slug": "duckdns",
"description": "Free Dynamic DNS (DynDNS or DDNS) service with Let's Encrypt support",
"url": "https://www.home-assistant.io/addons/duckdns/",
"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"
},
"token": "str",
"domains": ["str"],
"seconds": "int"
},
"image": "homeassistant/{arch}-addon-duckdns"
}