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
- New ingress icon, thanks to @ElVit
- New features, selecting of update rate with addon option

View File

@@ -1,12 +1,17 @@
{
"name": "Scrutiny",
"version": "fd4f0429",
"upstream": "fd4f0429",
"version": "0.3.12",
"upstream": "0.3.12",
"slug": "scrutiny",
"description": "Scrutiny WebUI for smartd S.M.A.R.T monitoring",
"url": "https://github.com/AnalogJ/scrutiny",
"startup": "services",
"arch": ["aarch64", "amd64", "armv7", "armhf"],
"arch": [
"aarch64",
"amd64",
"armv7",
"armhf"
],
"ingress": true,
"ingress_port": 8099,
"panel_icon": "mdi:glasses",
@@ -16,8 +21,17 @@
"ports_description": {
"8080/tcp": "Web UI port"
},
"devices": ["/dev/sda", "/dev/sdb", "/dev/sda1", "/dev/sdb1"],
"privileged": ["SYS_ADMIN", "SYS_RAWIO", "DAC_READ_SEARCH"],
"devices": [
"/dev/sda",
"/dev/sdb",
"/dev/sda1",
"/dev/sdb1"
],
"privileged": [
"SYS_ADMIN",
"SYS_RAWIO",
"DAC_READ_SEARCH"
],
"udev": "true",
"apparmor": "true",
"map": [],
@@ -31,7 +45,7 @@
"ssl": false,
"certfile": "fullchain.pem",
"keyfile": "privkey.pem",
"Updates": "Hourly",
"Updates": "Hourly",
"PUID": 0,
"PGID": 0
},