Compare commits
2 Commits
0.2.5
...
47d32d669b
| Author | SHA1 | Date | |
|---|---|---|---|
|
47d32d669b
|
|||
|
f05bb63007
|
@@ -11,6 +11,6 @@ RUN \
|
|||||||
addgroup zabbix docker
|
addgroup zabbix docker
|
||||||
|
|
||||||
LABEL \
|
LABEL \
|
||||||
io.hass.version="0.2.5" \
|
io.hass.version="0.2.6" \
|
||||||
io.hass.type="addon" \
|
io.hass.type="addon" \
|
||||||
io.hass.arch="amd64"
|
io.hass.arch="amd64"
|
||||||
@@ -11,6 +11,6 @@ RUN \
|
|||||||
addgroup zabbix docker
|
addgroup zabbix docker
|
||||||
|
|
||||||
LABEL \
|
LABEL \
|
||||||
io.hass.version="0.2.5" \
|
io.hass.version="0.2.6" \
|
||||||
io.hass.type="addon" \
|
io.hass.type="addon" \
|
||||||
io.hass.arch="armhf"
|
io.hass.arch="armhf"
|
||||||
@@ -11,6 +11,6 @@ RUN \
|
|||||||
addgroup zabbix docker
|
addgroup zabbix docker
|
||||||
|
|
||||||
LABEL \
|
LABEL \
|
||||||
io.hass.version="0.2.5" \
|
io.hass.version="0.2.6" \
|
||||||
io.hass.type="addon" \
|
io.hass.type="addon" \
|
||||||
io.hass.arch="aarch64"
|
io.hass.arch="aarch64"
|
||||||
@@ -2,7 +2,7 @@
|
|||||||
"name": "Zabbix Agent 2",
|
"name": "Zabbix Agent 2",
|
||||||
"url": "https://git.asperti.com/paspo/hassio-addons",
|
"url": "https://git.asperti.com/paspo/hassio-addons",
|
||||||
"image": "docker.asperti.com/paspo/hassio-zabbix-agent2",
|
"image": "docker.asperti.com/paspo/hassio-zabbix-agent2",
|
||||||
"version": "0.2.5",
|
"version": "0.2.6",
|
||||||
"slug": "zabbix-agent2",
|
"slug": "zabbix-agent2",
|
||||||
"description": "Zabbix Agent 2 for hass.io",
|
"description": "Zabbix Agent 2 for hass.io",
|
||||||
"startup": "services",
|
"startup": "services",
|
||||||
|
|||||||
@@ -1,6 +1,9 @@
|
|||||||
#!/usr/bin/with-contenv bashio
|
#!/bin/sh
|
||||||
|
|
||||||
# Instead of enforcing this requirement, we let the user choose
|
# Instead of enforcing this requirement, we let the user choose
|
||||||
# to access docker, we need to disable "protection mode"
|
# if he/she wants to access docker: if so, disabling the "protection mode" is mandatory
|
||||||
|
|
||||||
|
exit 0
|
||||||
|
|
||||||
|
#!/usr/bin/with-contenv bashio
|
||||||
#bashio::require.unprotected
|
#bashio::require.unprotected
|
||||||
Reference in New Issue
Block a user