Update to 0.3.13

This commit is contained in:
alexbelgium
2021-10-26 02:00:03 +02:00
parent af9ff7ef9d
commit 224251c23e
2 changed files with 16 additions and 4 deletions

View File

@@ -1,3 +1,6 @@
## 0.3.13 (26-10-2021)
- Update to latest version from analogj/scrutiny
- Allow mounting of devices up to sdg2
## 0.3.12 (29-09-2021)

View File

@@ -1,12 +1,17 @@
{
"name": "Scrutiny",
"version": "0.3.12-2",
"upstream": "0.3.12",
"version": "0.3.13",
"upstream": "0.3.13",
"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",
@@ -32,7 +37,11 @@
"/dev/sdf2",
"/dev/sdg2"
],
"privileged": ["SYS_ADMIN", "SYS_RAWIO", "DAC_READ_SEARCH"],
"privileged": [
"SYS_ADMIN",
"SYS_RAWIO",
"DAC_READ_SEARCH"
],
"udev": "true",
"apparmor": true,
"map": [],