Sorted json

This commit is contained in:
alexbelgium
2022-03-24 04:34:57 +00:00
committed by GitHub
parent c2af0342d8
commit b420ae9e18
58 changed files with 721 additions and 206 deletions

View File

@@ -1,7 +1,12 @@
{
"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)",
"environment": {
"SCRUTINY_API_ENDPOINT": "http://localhost:8080",
@@ -28,7 +33,11 @@
"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",
@@ -42,6 +51,5 @@
"startup": "services",
"upstream": "0.3.13",
"url": "https://github.com/AnalogJ/scrutiny",
"codenotary": "alexandrep.github@gmail.com",
"version": "0.3.13-16"
}