Files
addons/letsencrypt/config.json
Pascal Vizeli dfda13c24d Bugfix let's encrypt (#233)
* Update Dockerfile

* Update config.json

* Update CHANGELOG.md

* Update config.json
2018-01-17 10:07:01 +01:00

27 lines
576 B
JSON

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