Compare commits

...

2 Commits

Author SHA1 Message Date
Paolo Asperti 47d32d669b
version bump
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/tag Build is passing Details
2023-07-26 10:16:34 +02:00
Paolo Asperti f05bb63007
fix startup script 2023-07-26 10:15:49 +02:00
5 changed files with 9 additions and 6 deletions

View File

@ -11,6 +11,6 @@ RUN \
addgroup zabbix docker
LABEL \
io.hass.version="0.2.5" \
io.hass.version="0.2.6" \
io.hass.type="addon" \
io.hass.arch="amd64"

View File

@ -11,6 +11,6 @@ RUN \
addgroup zabbix docker
LABEL \
io.hass.version="0.2.5" \
io.hass.version="0.2.6" \
io.hass.type="addon" \
io.hass.arch="armhf"

View File

@ -11,6 +11,6 @@ RUN \
addgroup zabbix docker
LABEL \
io.hass.version="0.2.5" \
io.hass.version="0.2.6" \
io.hass.type="addon" \
io.hass.arch="aarch64"

View File

@ -2,7 +2,7 @@
"name": "Zabbix Agent 2",
"url": "https://git.asperti.com/paspo/hassio-addons",
"image": "docker.asperti.com/paspo/hassio-zabbix-agent2",
"version": "0.2.5",
"version": "0.2.6",
"slug": "zabbix-agent2",
"description": "Zabbix Agent 2 for hass.io",
"startup": "services",

View File

@ -1,6 +1,9 @@
#!/usr/bin/with-contenv bashio
#!/bin/sh
# 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