Changes for 0 26 (#59)

* Use image options

* add other addons
This commit is contained in:
Pascal Vizeli
2017-05-14 21:54:45 +02:00
committed by GitHub
parent 1a42686c64
commit 8bd3385379
6 changed files with 12 additions and 6 deletions

View File

@@ -12,5 +12,6 @@
},
"schema": {
"version": "str"
}
},
"image": "homeassistant/{arch}-addon-check_config"
}

View File

@@ -15,5 +15,6 @@
"token": "str",
"domains": ["str"],
"seconds": "int"
}
},
"image": "homeassistant/{arch}-addon-duckdns"
}

View File

@@ -22,5 +22,6 @@
"domains": ["str"],
"certfile": "str",
"keyfile": "str"
}
},
"image": "homeassistant/{arch}-addon-letsencrypt"
}

View File

@@ -28,5 +28,6 @@
],
"certfile": "str",
"keyfile": "str"
}
},
"image": "homeassistant/{arch}-addon-mosquitto"
}

View File

@@ -27,5 +27,6 @@
"map_ssl": "bool",
"username": "str",
"password": "str"
}
},
"image": "homeassistant/{arch}-addon-samba"
}

View File

@@ -15,5 +15,6 @@
},
"schema": {
"authorized_keys": ["str"]
}
},
"image": "homeassistant/{arch}-addon-ssh"
}