Files
addons/nginx_proxy/config.json
2017-05-23 15:20:33 +02:00

26 lines
571 B
JSON

{
"name": "Nginx HomeAssistant SSL proxy",
"version": "0.4",
"slug": "nginx_proxy",
"description": "Use nginx as SSL proxy to HomeAssistant instance",
"url": "https://home-assistant.io/addons/nginx_proxy/",
"startup": "after",
"boot": "auto",
"ports": {
"80/tcp": 80,
"443/tcp": 443
},
"map": ["ssl"],
"options": {
"domain": null,
"certfile": "fullchain.pem",
"keyfile": "privkey.pem"
},
"schema": {
"domain": "str",
"certfile": "str",
"keyfile": "str"
},
"image": "homeassistant/{arch}-addon-nginx_proxy"
}