mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-04-05 21:56:27 +02:00
The entrypoint was setting DATA_DIR="/config" which is NOT a persistent path in HA addon containers using addon_config:rw with init: false. Changed to /addon_configs/maintainerr (the persistent path mapped by addon_config:rw in config.yaml), matching the pattern used by the cleanuparr addon. Agent-Logs-Url: https://github.com/alexbelgium/hassio-addons/sessions/40b7927f-cd03-4b83-a80a-ad56bd6dce32 Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com>
619 B
619 B
3.2.0-2 (2026-03-31)
- Fix configuration lost after container restart by using persistent addon_config directory
3.2.0 (2026-03-28)
- Update to latest version from maintainerr/maintainerr (changelog : https://github.com/maintainerr/maintainerr/releases)
3.1.0 (2026-03-14)
- Update to latest version from maintainerr/maintainerr (changelog : https://github.com/maintainerr/maintainerr/releases)
3.0.1
- Initial release of Maintainerr addon
- Based on upstream image
ghcr.io/maintainerr/maintainerr:3.0.1 - Persistent data stored in HA addon config directory
- Supports amd64 and aarch64 architectures