20 lines
396 B
JSON
20 lines
396 B
JSON
{
|
|
"name": "Coffee Maker",
|
|
"version": "1.2",
|
|
"slug": "coffee_maker",
|
|
"arch": ["armhf", "armv7", "aarch64", "amd64", "i386"],
|
|
"description": "Expose a web frontend to control my coffee maker",
|
|
"startup": "before",
|
|
"boot": "auto",
|
|
"ports": {
|
|
"80/tcp": 8080
|
|
},
|
|
"options": {
|
|
"device": null
|
|
},
|
|
"schema": {
|
|
"device": "str"
|
|
},
|
|
"image": "hub/{arch}-coffee-maker"
|
|
}
|