crlf to lf + sort json

This commit is contained in:
Alexandre
2022-03-15 11:02:11 +01:00
parent c748fa4a23
commit 5a7e0f0569
96 changed files with 1060 additions and 870 deletions

View File

@@ -1,7 +1,7 @@
{
"build_from": {
"armv7": "lscr.io/linuxserver/scrutiny:arm32v7-latest",
"aarch64": "lscr.io/linuxserver/scrutiny:arm64v8-latest",
"amd64": "lscr.io/linuxserver/scrutiny:amd64-latest"
"amd64": "lscr.io/linuxserver/scrutiny:amd64-latest",
"armv7": "lscr.io/linuxserver/scrutiny:arm32v7-latest"
}
}

View File

@@ -1,21 +1,12 @@
{
"name": "Scrutiny",
"version": "0.3.13-7",
"upstream": "0.3.13",
"slug": "scrutiny",
"apparmor": "true",
"arch": [
"aarch64",
"amd64",
"armv7"
],
"boot": "auto",
"description": "Scrutiny WebUI for smartd S.M.A.R.T monitoring",
"url": "https://github.com/AnalogJ/scrutiny",
"startup": "services",
"arch": ["aarch64", "amd64", "armv7"],
"ingress": true,
"ingress_port": 8099,
"panel_icon": "mdi:glasses",
"ports": {
"8080/tcp": 8086
},
"ports_description": {
"8080/tcp": "Web UI port"
},
"devices": [
"/dev/sda",
"/dev/sdb",
@@ -51,31 +42,48 @@
"/dev/nvme1",
"/dev/nvme2"
],
"privileged": ["SYS_ADMIN", "SYS_RAWIO", "DAC_READ_SEARCH"],
"udev": "true",
"apparmor": "true",
"map": [],
"boot": "auto",
"environment": {
"SCRUTINY_API_ENDPOINT": "http://localhost:8080",
"SCRUTINY_WEB": "true",
"SCRUTINY_COLLECTOR": "true"
"SCRUTINY_COLLECTOR": "true",
"SCRUTINY_WEB": "true"
},
"ingress": true,
"ingress_port": 8099,
"map": [],
"name": "Scrutiny",
"options": {
"ssl": false,
"PGID": 0,
"PUID": 0,
"Updates": "Hourly",
"certfile": "fullchain.pem",
"keyfile": "privkey.pem",
"Updates": "Hourly",
"PUID": 0,
"PGID": 0
"ssl": false
},
"panel_icon": "mdi:glasses",
"ports": {
"8080/tcp": 8086
},
"ports_description": {
"8080/tcp": "Web UI port"
},
"privileged": [
"SYS_ADMIN",
"SYS_RAWIO",
"DAC_READ_SEARCH"
],
"schema": {
"ssl": "bool",
"PGID": "int",
"PUID": "int",
"TZ": "str?",
"Updates": "list(|Hourly|Daily|Weekly)",
"certfile": "str",
"keyfile": "str",
"Updates": "list(|Hourly|Daily|Weekly)",
"PUID": "int",
"PGID": "int",
"TZ": "str?"
}
"ssl": "bool"
},
"slug": "scrutiny",
"startup": "services",
"udev": "true",
"upstream": "0.3.13",
"url": "https://github.com/AnalogJ/scrutiny",
"version": "0.3.13-7"
}