mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-04 14:54:07 +02:00
Compare commits
5 Commits
c60a8f90be
...
b699310471
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b699310471 | ||
|
|
6471a56ce3 | ||
|
|
83997c2beb | ||
|
|
d644af5be8 | ||
|
|
1fc9d51e34 |
@@ -553,7 +553,6 @@ If you want to do add the repository manually, please follow the procedure highl
|
||||

|
||||
![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.
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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" ]
|
||||
|
||||
|
||||
@@ -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]"
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user