mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 02:11:01 +01:00
crlf to lf + sort json
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,19 +1,30 @@
|
||||
{
|
||||
"name": "Scrutiny (Full Access)",
|
||||
"version": "0.3.13-16",
|
||||
"upstream": "0.3.13",
|
||||
"slug": "scrutiny_fa",
|
||||
"description": "Scrutiny WebUI for smartd S.M.A.R.T monitoring (Full Access)",
|
||||
"url": "https://github.com/AnalogJ/scrutiny",
|
||||
"startup": "services",
|
||||
"apparmor": "true",
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armv7"
|
||||
],
|
||||
"boot": "auto",
|
||||
"description": "Scrutiny WebUI for smartd S.M.A.R.T monitoring (Full Access)",
|
||||
"environment": {
|
||||
"SCRUTINY_API_ENDPOINT": "http://localhost:8080",
|
||||
"SCRUTINY_COLLECTOR": "true",
|
||||
"SCRUTINY_WEB": "true"
|
||||
},
|
||||
"full_access": true,
|
||||
"image": "ghcr.io/alexbelgium/scrutiny-fa-{arch}",
|
||||
"ingress": true,
|
||||
"ingress_port": 8099,
|
||||
"name": "Scrutiny (Full Access)",
|
||||
"options": {
|
||||
"PGID": 0,
|
||||
"PUID": 0,
|
||||
"Updates": "Hourly",
|
||||
"certfile": "fullchain.pem",
|
||||
"keyfile": "privkey.pem",
|
||||
"ssl": false
|
||||
},
|
||||
"panel_icon": "mdi:glasses",
|
||||
"ports": {
|
||||
"8080/tcp": 8086
|
||||
@@ -21,30 +32,23 @@
|
||||
"ports_description": {
|
||||
"8080/tcp": "Web UI port"
|
||||
},
|
||||
"full_access": true,
|
||||
"privileged": ["SYS_ADMIN", "SYS_RAWIO", "DAC_READ_SEARCH"],
|
||||
"apparmor": "true",
|
||||
"boot": "auto",
|
||||
"environment": {
|
||||
"SCRUTINY_API_ENDPOINT": "http://localhost:8080",
|
||||
"SCRUTINY_WEB": "true",
|
||||
"SCRUTINY_COLLECTOR": "true"
|
||||
},
|
||||
"options": {
|
||||
"ssl": false,
|
||||
"certfile": "fullchain.pem",
|
||||
"keyfile": "privkey.pem",
|
||||
"Updates": "Hourly",
|
||||
"PUID": 0,
|
||||
"PGID": 0
|
||||
},
|
||||
"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_fa",
|
||||
"startup": "services",
|
||||
"upstream": "0.3.13",
|
||||
"url": "https://github.com/AnalogJ/scrutiny",
|
||||
"version": "0.3.13-16"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user