Files
addons/letsencrypt/config.json
Pascal Vizeli 012f2e600e Update le to use our python images (#543)
* Update le to use our python images

* Add helper for build

* Fix build
2019-03-11 16:26:05 +01:00

28 lines
634 B
JSON

{
"name": "Let's Encrypt",
"version": "3.0",
"slug": "letsencrypt",
"description": "Manage certificate from Let's Encrypt",
"url": "https://home-assistant.io/addons/lets_encrypt/",
"arch": ["armhf", "armv7", "aarch64", "amd64", "i386"],
"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"
}