Files
addons/letsencrypt/config.json
Xorso eb2cb5f53d Add curl in the package install (#45)
* Add curl in the package install

* Updating version to 0.4
2017-05-11 23:49:44 +02:00

27 lines
535 B
JSON

{
"name": "Let's Encrypt",
"version": "0.4",
"slug": "letsencrypt",
"description": "Manage Let's Encrypt certificate",
"url": "https://home-assistant.io/addons/lets_encrypt/",
"startup": "once",
"boot": "manual",
"ports": {
"80/tcp": 80,
"443/tcp": 443
},
"map": ["ssl"],
"options": {
"email": null,
"domains": [null],
"certfile": "fullchain.pem",
"keyfile": "privkey.pem"
},
"schema": {
"email": "email",
"domains": ["str"],
"certfile": "str",
"keyfile": "str"
}
}