mirror of
https://github.com/aljazceru/addons.git
synced 2026-01-23 06:46:08 +01:00
32 lines
722 B
JSON
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"
|
|
}
|