mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-28 02:06:04 +02:00
Update to 0.3.12
This commit is contained in:
@@ -1,4 +1,7 @@
|
|||||||
|
|
||||||
|
## 0.3.12 (29-09-2021)
|
||||||
|
- Update to latest version from AnalogJ/scrutiny
|
||||||
|
|
||||||
## fd4f0429
|
## fd4f0429
|
||||||
- New ingress icon, thanks to @ElVit
|
- New ingress icon, thanks to @ElVit
|
||||||
- New features, selecting of update rate with addon option
|
- New features, selecting of update rate with addon option
|
||||||
|
|||||||
@@ -1,12 +1,17 @@
|
|||||||
{
|
{
|
||||||
"name": "Scrutiny",
|
"name": "Scrutiny",
|
||||||
"version": "fd4f0429",
|
"version": "0.3.12",
|
||||||
"upstream": "fd4f0429",
|
"upstream": "0.3.12",
|
||||||
"slug": "scrutiny",
|
"slug": "scrutiny",
|
||||||
"description": "Scrutiny WebUI for smartd S.M.A.R.T monitoring",
|
"description": "Scrutiny WebUI for smartd S.M.A.R.T monitoring",
|
||||||
"url": "https://github.com/AnalogJ/scrutiny",
|
"url": "https://github.com/AnalogJ/scrutiny",
|
||||||
"startup": "services",
|
"startup": "services",
|
||||||
"arch": ["aarch64", "amd64", "armv7", "armhf"],
|
"arch": [
|
||||||
|
"aarch64",
|
||||||
|
"amd64",
|
||||||
|
"armv7",
|
||||||
|
"armhf"
|
||||||
|
],
|
||||||
"ingress": true,
|
"ingress": true,
|
||||||
"ingress_port": 8099,
|
"ingress_port": 8099,
|
||||||
"panel_icon": "mdi:glasses",
|
"panel_icon": "mdi:glasses",
|
||||||
@@ -16,8 +21,17 @@
|
|||||||
"ports_description": {
|
"ports_description": {
|
||||||
"8080/tcp": "Web UI port"
|
"8080/tcp": "Web UI port"
|
||||||
},
|
},
|
||||||
"devices": ["/dev/sda", "/dev/sdb", "/dev/sda1", "/dev/sdb1"],
|
"devices": [
|
||||||
"privileged": ["SYS_ADMIN", "SYS_RAWIO", "DAC_READ_SEARCH"],
|
"/dev/sda",
|
||||||
|
"/dev/sdb",
|
||||||
|
"/dev/sda1",
|
||||||
|
"/dev/sdb1"
|
||||||
|
],
|
||||||
|
"privileged": [
|
||||||
|
"SYS_ADMIN",
|
||||||
|
"SYS_RAWIO",
|
||||||
|
"DAC_READ_SEARCH"
|
||||||
|
],
|
||||||
"udev": "true",
|
"udev": "true",
|
||||||
"apparmor": "true",
|
"apparmor": "true",
|
||||||
"map": [],
|
"map": [],
|
||||||
|
|||||||
Reference in New Issue
Block a user