mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-18 14:51:50 +02:00
Compare commits
5 Commits
291b6a3d55
...
fabf324ee3
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
fabf324ee3 | ||
|
|
9c3ad22217 | ||
|
|
aaa244b460 | ||
|
|
332401bb5c | ||
|
|
40602ffc75 |
@@ -28,9 +28,9 @@ jobs:
|
||||
|
||||
TEXT="${ISSUE_TITLE} ${ISSUE_BODY}"
|
||||
TEXT_LOWER="$(printf '%s' "$TEXT" | tr '[:upper:]' '[:lower:]')"
|
||||
ADDON_LOWER="$(printf '%s' "$addon" | tr '[:upper:]' '[:lower:]')"
|
||||
|
||||
while IFS= read -r addon; do
|
||||
ADDON_LOWER="$(printf '%s' "$addon" | tr '[:upper:]' '[:lower:]')"
|
||||
[ -z "$ADDON_LOWER" ] && continue
|
||||
|
||||
if [[ "$TEXT_LOWER" == *"$ADDON_LOWER"* ]]; then
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
## 3.2.0-4 (02-04-2026)
|
||||
- Minor bugs fixed
|
||||
|
||||
## 3.2.0-3 (2026-03-31)
|
||||
- Fix addon never starts: symlink contents inside /opt/data instead of replacing the Docker VOLUME directory
|
||||
|
||||
@@ -68,8 +68,6 @@ devices:
|
||||
environment:
|
||||
DATA_DIR: "/config"
|
||||
image: ghcr.io/alexbelgium/maintainerr-{arch}
|
||||
ingress: true
|
||||
ingress_stream: true
|
||||
init: false
|
||||
panel_icon: mdi:movie-search
|
||||
map:
|
||||
@@ -89,5 +87,5 @@ schema:
|
||||
TZ: str?
|
||||
slug: maintainerr
|
||||
url: https://github.com/alexbelgium/hassio-addons/tree/master/maintainerr
|
||||
version: "3.2.0-3"
|
||||
version: "3.2.0-4"
|
||||
webui: "[PROTO:ssl]://[HOST]:[PORT:6246]"
|
||||
|
||||
Reference in New Issue
Block a user