mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-22 08:41:50 +02:00
aurral: fix apparmor /config path, update CHANGELOG
This commit is contained in:
@@ -1,9 +1,15 @@
|
||||
# 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
|
||||
|
||||
- Initial Home Assistant add-on release
|
||||
- Wraps upstream `ghcr.io/lklynet/aurral:v1.76.12`
|
||||
- Exposes `download_folder` and `data_folder` as configurable paths in the add-on UI
|
||||
- Supports HA Ingress (sidebar access without port forwarding)
|
||||
- Exposes `download_folder` as a configurable path in the add-on UI
|
||||
- Supports amd64 and aarch64
|
||||
|
||||
@@ -15,6 +15,7 @@ profile aurral flags=(attach_disconnected,mediate_deleted) {
|
||||
/share/aurral/** rwk,
|
||||
/media/** rk,
|
||||
/app/** rwk,
|
||||
/config/aurral/** rwk,
|
||||
|
||||
deny /proc/*/net/if_inet6 r,
|
||||
deny /proc/*/net/ipv6_route r,
|
||||
|
||||
Reference in New Issue
Block a user