mirror of
https://github.com/aljazceru/addons.git
synced 2026-01-08 15:54:21 +01:00
27 lines
576 B
JSON
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"
|
|
}
|