mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-07-02 20:18:47 +02:00
Add addon_config
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
@@ -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"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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)
|
||||||
|
|||||||
@@ -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"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user