mirror of
https://github.com/aljazceru/addons.git
synced 2026-02-02 19:54:20 +01:00
* Update run.sh * Update config.json * Update hooks.sh * Update run.sh * Update CHANGELOG.md * Update run.sh * Update hooks.sh
32 lines
718 B
JSON
32 lines
718 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://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"
|
|
}
|