mirror of
https://github.com/aljazceru/addons.git
synced 2025-12-17 13:14: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",
|
"description": "A simple DHCP server",
|
||||||
"url": "https://home-assistant.io/addons/dhcp_server/",
|
"url": "https://home-assistant.io/addons/dhcp_server/",
|
||||||
"arch": ["armhf", "armv7", "aarch64", "amd64", "i386"],
|
"arch": ["armhf", "armv7", "aarch64", "amd64", "i386"],
|
||||||
|
"advanced": true,
|
||||||
"startup": "system",
|
"startup": "system",
|
||||||
"boot": "auto",
|
"boot": "auto",
|
||||||
"host_network": true,
|
"host_network": true,
|
||||||
|
|||||||
@@ -5,6 +5,7 @@
|
|||||||
"description": "A simple DNS server",
|
"description": "A simple DNS server",
|
||||||
"url": "https://github.com/home-assistant/hassio-addons/tree/master/dnsmasq",
|
"url": "https://github.com/home-assistant/hassio-addons/tree/master/dnsmasq",
|
||||||
"arch": ["armhf", "armv7", "aarch64", "amd64", "i386"],
|
"arch": ["armhf", "armv7", "aarch64", "amd64", "i386"],
|
||||||
|
"advanced": true,
|
||||||
"startup": "system",
|
"startup": "system",
|
||||||
"boot": "auto",
|
"boot": "auto",
|
||||||
"ports": {
|
"ports": {
|
||||||
|
|||||||
@@ -5,6 +5,7 @@
|
|||||||
"description": "Simple git pull to update the local configuration",
|
"description": "Simple git pull to update the local configuration",
|
||||||
"url": "https://github.com/home-assistant/hassio-addons/tree/master/git_pull",
|
"url": "https://github.com/home-assistant/hassio-addons/tree/master/git_pull",
|
||||||
"arch": ["armhf", "armv7", "aarch64", "amd64", "i386"],
|
"arch": ["armhf", "armv7", "aarch64", "amd64", "i386"],
|
||||||
|
"advanced": true,
|
||||||
"startup": "services",
|
"startup": "services",
|
||||||
"boot": "manual",
|
"boot": "manual",
|
||||||
"hassio_api": true,
|
"hassio_api": true,
|
||||||
|
|||||||
@@ -7,6 +7,8 @@
|
|||||||
"startup": "application",
|
"startup": "application",
|
||||||
"boot": "auto",
|
"boot": "auto",
|
||||||
"arch": ["armv7", "amd64"],
|
"arch": ["armv7", "amd64"],
|
||||||
|
"advanced": true,
|
||||||
|
"stage": "experimental",
|
||||||
"map": ["share"],
|
"map": ["share"],
|
||||||
"audio": true,
|
"audio": true,
|
||||||
"ports": {
|
"ports": {
|
||||||
|
|||||||
Reference in New Issue
Block a user