Add addon_config

This commit is contained in:
Alexandre
2024-11-14 14:24:44 +01:00
committed by GitHub
parent b001d98416
commit 481c2075f8
4 changed files with 10 additions and 4 deletions

View File

@@ -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) ## v0.8.1-8 (13-11-2024)
- Minor bugs fixed - Minor bugs fixed
## v0.8.1-7 (13-11-2024) ## v0.8.1-7 (13-11-2024)

View File

@@ -80,7 +80,8 @@
"ingress": true, "ingress": true,
"init": false, "init": false,
"map": [ "map": [
"share:rw" "share:rw",
"addon_config:rw"
], ],
"name": "Scrutiny", "name": "Scrutiny",
"options": { "options": {
@@ -115,5 +116,5 @@
"slug": "scrutiny", "slug": "scrutiny",
"udev": true, "udev": true,
"url": "https://github.com/AnalogJ/scrutiny", "url": "https://github.com/AnalogJ/scrutiny",
"version": "v0.8.1-8" "version": "v0.8.1-9"
} }

View File

@@ -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) ## v0.8.1-8 (13-11-2024)
- Minor bugs fixed - Minor bugs fixed
## v0.8.1-7 (13-11-2024) ## v0.8.1-7 (13-11-2024)

View File

@@ -15,7 +15,8 @@
"ingress": true, "ingress": true,
"init": false, "init": false,
"map": [ "map": [
"share:rw" "share:rw",
"addon_config:rw"
], ],
"name": "Scrutiny (Full Access)", "name": "Scrutiny (Full Access)",
"options": { "options": {
@@ -50,5 +51,5 @@
"slug": "scrutiny_fa", "slug": "scrutiny_fa",
"udev": true, "udev": true,
"url": "https://github.com/AnalogJ/scrutiny", "url": "https://github.com/AnalogJ/scrutiny",
"version": "v0.8.1-8" "version": "v0.8.1-9"
} }