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

View File

@@ -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"
}