mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 18:31:02 +01:00
Merge branch 'master' of https://github.com/alexbelgium/hassio-addons
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
### 2.18.2-7 (22-05-2023)
|
||||
- Minor bugs fixed
|
||||
### 2.18.2-6 (21-05-2023)
|
||||
- Require unprotected
|
||||
- Correct healthcheck
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
"image": "ghcr.io/alexbelgium/portainer_agent-{arch}",
|
||||
"init": false,
|
||||
"map": [
|
||||
"config",
|
||||
"config:rw",
|
||||
"share:rw",
|
||||
"ssl"
|
||||
],
|
||||
@@ -44,5 +44,5 @@
|
||||
},
|
||||
"slug": "portainer_agent",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||
"version": "2.18.2-6"
|
||||
"version": "2.18.2-7"
|
||||
}
|
||||
|
||||
@@ -11,4 +11,8 @@ bashio::log.info "Starting app"
|
||||
|
||||
# Launch app
|
||||
cd /app || true
|
||||
./agent "$PORTAINER_AGENT_ARGS" 2>/dev/null || ./agent
|
||||
if bashio::config.has_value 'PORTAINER_AGENT_ARGS'; then
|
||||
./agent "$PORTAINER_AGENT_ARGS" 2>/dev/null
|
||||
else
|
||||
./agent
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user