aurral: fix apparmor /config path, update CHANGELOG

This commit is contained in:
petruknw
2026-05-21 14:37:29 +10:00
parent 0a51e2f279
commit 4909bd28bb
2 changed files with 9 additions and 2 deletions

View File

@@ -1,9 +1,15 @@
# Changelog # Changelog
## 1.76.17-1
- Bump upstream to `ghcr.io/lklynet/aurral:v1.76.17`
- Pin Docker image to versioned tag (previously used `latest`)
- Fix AppArmor profile to allow writes to `/config/aurral/**` (addon_config mount)
- Remove ingress / sidebar support (not functional)
## 1.76.12-1 ## 1.76.12-1
- Initial Home Assistant add-on release - Initial Home Assistant add-on release
- Wraps upstream `ghcr.io/lklynet/aurral:v1.76.12` - Wraps upstream `ghcr.io/lklynet/aurral:v1.76.12`
- Exposes `download_folder` and `data_folder` as configurable paths in the add-on UI - Exposes `download_folder` as a configurable path in the add-on UI
- Supports HA Ingress (sidebar access without port forwarding)
- Supports amd64 and aarch64 - Supports amd64 and aarch64

View File

@@ -15,6 +15,7 @@ profile aurral flags=(attach_disconnected,mediate_deleted) {
/share/aurral/** rwk, /share/aurral/** rwk,
/media/** rk, /media/** rk,
/app/** rwk, /app/** rwk,
/config/aurral/** rwk,
deny /proc/*/net/if_inet6 r, deny /proc/*/net/if_inet6 r,
deny /proc/*/net/ipv6_route r, deny /proc/*/net/ipv6_route r,