Files
addons/letsencrypt/config.json
Pascal Vizeli f52e0d7a60 Update branch of add-ons with armv7 (#538)
* Update branch of add-ons with armv7

* update configurator

* Fix docker file

* Update docker files

* fix image

* Update

* certbot
2019-03-10 17:09:35 +01:00

28 lines
634 B
JSON

{
"name": "Let's Encrypt",
"version": "2.3",
"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"
}