diff --git a/scrutiny/CHANGELOG.md b/scrutiny/CHANGELOG.md index d3effdfb2..2d5ad4708 100644 --- a/scrutiny/CHANGELOG.md +++ b/scrutiny/CHANGELOG.md @@ -1,3 +1,5 @@ +- Align behavior with other addons : map /addons_config/xxx-scrutiny to enable env injection or custom scripts + ## v0.8.1-8 (13-11-2024) - Minor bugs fixed ## v0.8.1-7 (13-11-2024) diff --git a/scrutiny/config.json b/scrutiny/config.json index 376b70510..12d5c0ef7 100644 --- a/scrutiny/config.json +++ b/scrutiny/config.json @@ -80,7 +80,8 @@ "ingress": true, "init": false, "map": [ - "share:rw" + "share:rw", + "addon_config:rw" ], "name": "Scrutiny", "options": { @@ -115,5 +116,5 @@ "slug": "scrutiny", "udev": true, "url": "https://github.com/AnalogJ/scrutiny", - "version": "v0.8.1-8" + "version": "v0.8.1-9" } diff --git a/scrutiny_fa/CHANGELOG.md b/scrutiny_fa/CHANGELOG.md index 2d488eab5..f5cfbf72f 100644 --- a/scrutiny_fa/CHANGELOG.md +++ b/scrutiny_fa/CHANGELOG.md @@ -1,3 +1,5 @@ +- Align behavior with other addons : map /addons_config/xxx-scrutiny to enable env injection or custom scripts + ## v0.8.1-8 (13-11-2024) - Minor bugs fixed ## v0.8.1-7 (13-11-2024) diff --git a/scrutiny_fa/config.json b/scrutiny_fa/config.json index 0e3674318..b8568d8b4 100644 --- a/scrutiny_fa/config.json +++ b/scrutiny_fa/config.json @@ -15,7 +15,8 @@ "ingress": true, "init": false, "map": [ - "share:rw" + "share:rw", + "addon_config:rw" ], "name": "Scrutiny (Full Access)", "options": { @@ -50,5 +51,5 @@ "slug": "scrutiny_fa", "udev": true, "url": "https://github.com/AnalogJ/scrutiny", - "version": "v0.8.1-8" + "version": "v0.8.1-9" }