fix: codenotary sign

This commit is contained in:
Alexandre
2022-04-12 20:33:37 +02:00
parent a0b2abcb6f
commit 9a7f805345
9 changed files with 30 additions and 106 deletions

View File

@@ -1,10 +1,6 @@
{
"apparmor": "true",
"arch": [
"aarch64",
"amd64",
"armv7"
],
"arch": ["aarch64", "amd64", "armv7"],
"boot": "auto",
"codenotary": "alexandrep.github@gmail.com",
"description": "Scrutiny WebUI for smartd S.M.A.R.T monitoring (Full Access)",
@@ -33,11 +29,7 @@
"ports_description": {
"8080/tcp": "Web UI port"
},
"privileged": [
"SYS_ADMIN",
"SYS_RAWIO",
"DAC_READ_SEARCH"
],
"privileged": ["SYS_ADMIN", "SYS_RAWIO", "DAC_READ_SEARCH"],
"schema": {
"PGID": "int",
"PUID": "int",
@@ -51,5 +43,5 @@
"startup": "services",
"upstream": "0.3.13",
"url": "https://github.com/AnalogJ/scrutiny",
"version": "0.3.13-16"
"version": "0.3.13-17"
}