Update to 0.3.12

This commit is contained in:
alexbelgium
2021-09-29 20:02:32 +02:00
parent 7376dbd188
commit 4d65718f3b
2 changed files with 23 additions and 6 deletions

View File

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

View File

@@ -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": [],