Compare commits

...

5 Commits

Author SHA1 Message Date
github-actions
b699310471 GitHub bot : README updated 2026-04-06 17:17:04 +00:00
github-actions
6471a56ce3 GitHub bot: changelog [nobuild] 2026-04-06 15:57:54 +00:00
Alexandre
83997c2beb Update version to 3.3.0-2 in config.yaml 2026-04-06 17:55:37 +02:00
Alexandre
d644af5be8 Update Dockerfile 2026-04-06 17:54:58 +02:00
Alexandre
1fc9d51e34 Update ha_entrypoint.sh 2026-04-06 17:54:27 +02:00
5 changed files with 6 additions and 4 deletions

View File

@@ -553,7 +553,6 @@ If you want to do add the repository manually, please follow the procedure highl
![Update](https://img.shields.io/badge/dynamic/json?label=Updated&query=%24.last_update&url=https%3A%2F%2Fraw.githubusercontent.com%2Falexbelgium%2Fhassio-addons%2Fmaster%2Fmaintainerr%2Fupdater.json)
![aarch64][aarch64-badge]
![amd64][amd64-badge]
![ingress][ingress-badge]
✓ [Manyfold](manyfold/) : Manyfold 3D model manager as a Home Assistant add-on, using the upstream image with configurable library/index paths.

View File

@@ -1,3 +1,5 @@
## 3.3.0-2 (06-04-2026)
- Minor bugs fixed
## 3.3.0 (2026-04-04)
- Update to latest version from maintainerr/maintainerr (changelog : https://github.com/maintainerr/maintainerr/releases)

View File

@@ -96,6 +96,7 @@ COPY bashio-standalone.sh /usr/local/lib/bashio-standalone.sh
RUN chmod 0755 /usr/local/lib/bashio-standalone.sh
# Use our wrapper as entrypoint (replaces original /opt/app/start.sh)
WORKDIR "/config"
ENTRYPOINT [ "/usr/bin/env" ]
CMD [ "/ha_entrypoint.sh" ]

View File

@@ -87,5 +87,5 @@ schema:
TZ: str?
slug: maintainerr
url: https://github.com/alexbelgium/hassio-addons/tree/master/maintainerr
version: "3.3.0"
version: "3.3.0-2"
webui: "[PROTO:ssl]://[HOST]:[PORT:6246]"

View File

@@ -52,5 +52,5 @@ export DATA_DIR
# ─── Start Maintainerr as unprivileged node user ─────────────────────────────
echo "[Maintainerr] Starting application on port ${UI_PORT:-6246}..."
exec gosu node /opt/app/start.sh &
exec nginx
exec gosu node /opt/app/start.sh
# exec nginx