Files
addons/letsencrypt/config.json
Pascal Vizeli d4945f9677 remove TLS-SMI (#229)
* remove TLS-SMI

* Update config.json

* Create CHANGELOG.md

* Update config.json

* Update config.json
2018-01-16 15:18:59 +01:00

27 lines
576 B
JSON

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