From 8bd3385379a826758c6ca5ee78b5d9c138a5a8e8 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Sun, 14 May 2017 21:54:45 +0200 Subject: [PATCH] Changes for 0 26 (#59) * Use image options * add other addons --- check_config/config.json | 3 ++- duckdns/config.json | 3 ++- letsencrypt/config.json | 3 ++- mosquitto/config.json | 3 ++- samba/config.json | 3 ++- ssh/config.json | 3 ++- 6 files changed, 12 insertions(+), 6 deletions(-) diff --git a/check_config/config.json b/check_config/config.json index 8e2980b..48a7e59 100644 --- a/check_config/config.json +++ b/check_config/config.json @@ -12,5 +12,6 @@ }, "schema": { "version": "str" - } + }, + "image": "homeassistant/{arch}-addon-check_config" } diff --git a/duckdns/config.json b/duckdns/config.json index dadd939..0d056ab 100644 --- a/duckdns/config.json +++ b/duckdns/config.json @@ -15,5 +15,6 @@ "token": "str", "domains": ["str"], "seconds": "int" - } + }, + "image": "homeassistant/{arch}-addon-duckdns" } diff --git a/letsencrypt/config.json b/letsencrypt/config.json index cbf379d..e7d9d43 100644 --- a/letsencrypt/config.json +++ b/letsencrypt/config.json @@ -22,5 +22,6 @@ "domains": ["str"], "certfile": "str", "keyfile": "str" - } + }, + "image": "homeassistant/{arch}-addon-letsencrypt" } diff --git a/mosquitto/config.json b/mosquitto/config.json index 82b511a..de473da 100644 --- a/mosquitto/config.json +++ b/mosquitto/config.json @@ -28,5 +28,6 @@ ], "certfile": "str", "keyfile": "str" - } + }, + "image": "homeassistant/{arch}-addon-mosquitto" } diff --git a/samba/config.json b/samba/config.json index f0e7798..84ce551 100644 --- a/samba/config.json +++ b/samba/config.json @@ -27,5 +27,6 @@ "map_ssl": "bool", "username": "str", "password": "str" - } + }, + "image": "homeassistant/{arch}-addon-samba" } diff --git a/ssh/config.json b/ssh/config.json index 87aeee1..26992e8 100644 --- a/ssh/config.json +++ b/ssh/config.json @@ -15,5 +15,6 @@ }, "schema": { "authorized_keys": ["str"] - } + }, + "image": "homeassistant/{arch}-addon-ssh" }