mirror of
https://github.com/aljazceru/addons.git
synced 2025-12-17 05:04:21 +01:00
Add flags for stage and advanced (#1108)
* Add advanced flag and stage * flag more * remove cec
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
"description": "A simple DHCP server",
|
||||
"url": "https://home-assistant.io/addons/dhcp_server/",
|
||||
"arch": ["armhf", "armv7", "aarch64", "amd64", "i386"],
|
||||
"advanced": true,
|
||||
"startup": "system",
|
||||
"boot": "auto",
|
||||
"host_network": true,
|
||||
|
||||
@@ -5,6 +5,7 @@
|
||||
"description": "A simple DNS server",
|
||||
"url": "https://github.com/home-assistant/hassio-addons/tree/master/dnsmasq",
|
||||
"arch": ["armhf", "armv7", "aarch64", "amd64", "i386"],
|
||||
"advanced": true,
|
||||
"startup": "system",
|
||||
"boot": "auto",
|
||||
"ports": {
|
||||
|
||||
@@ -5,6 +5,7 @@
|
||||
"description": "Simple git pull to update the local configuration",
|
||||
"url": "https://github.com/home-assistant/hassio-addons/tree/master/git_pull",
|
||||
"arch": ["armhf", "armv7", "aarch64", "amd64", "i386"],
|
||||
"advanced": true,
|
||||
"startup": "services",
|
||||
"boot": "manual",
|
||||
"hassio_api": true,
|
||||
|
||||
@@ -7,6 +7,8 @@
|
||||
"startup": "application",
|
||||
"boot": "auto",
|
||||
"arch": ["armv7", "amd64"],
|
||||
"advanced": true,
|
||||
"stage": "experimental",
|
||||
"map": ["share"],
|
||||
"audio": true,
|
||||
"ports": {
|
||||
|
||||
Reference in New Issue
Block a user