Skip to content

Commit

Permalink
Add addon_config
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbelgium authored Nov 14, 2024
1 parent b001d98 commit 481c207
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
2 changes: 2 additions & 0 deletions scrutiny/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
5 changes: 3 additions & 2 deletions scrutiny/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@
"ingress": true,
"init": false,
"map": [
"share:rw"
"share:rw",
"addon_config:rw"
],
"name": "Scrutiny",
"options": {
Expand Down Expand Up @@ -115,5 +116,5 @@
"slug": "scrutiny",
"udev": true,
"url": "https://github.com/AnalogJ/scrutiny",
"version": "v0.8.1-8"
"version": "v0.8.1-9"
}
2 changes: 2 additions & 0 deletions scrutiny_fa/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
5 changes: 3 additions & 2 deletions scrutiny_fa/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"ingress": true,
"init": false,
"map": [
"share:rw"
"share:rw",
"addon_config:rw"
],
"name": "Scrutiny (Full Access)",
"options": {
Expand Down Expand Up @@ -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"
}

0 comments on commit 481c207

Please sign in to comment.