mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-27 10:54:14 +02: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)
|
### 2.18.2-6 (21-05-2023)
|
||||||
- Require unprotected
|
- Require unprotected
|
||||||
- Correct healthcheck
|
- Correct healthcheck
|
||||||
|
|||||||
@@ -15,7 +15,7 @@
|
|||||||
"image": "ghcr.io/alexbelgium/portainer_agent-{arch}",
|
"image": "ghcr.io/alexbelgium/portainer_agent-{arch}",
|
||||||
"init": false,
|
"init": false,
|
||||||
"map": [
|
"map": [
|
||||||
"config",
|
"config:rw",
|
||||||
"share:rw",
|
"share:rw",
|
||||||
"ssl"
|
"ssl"
|
||||||
],
|
],
|
||||||
@@ -44,5 +44,5 @@
|
|||||||
},
|
},
|
||||||
"slug": "portainer_agent",
|
"slug": "portainer_agent",
|
||||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
"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
|
# Launch app
|
||||||
cd /app || true
|
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