Added scrutiny app - WebUI for smartd S.M.A.R.T monitoring (#479)

This commit is contained in:
Benjamin Lenherr 2024-01-03 01:14:12 +01:00 committed by GitHub
parent 06bd40e868
commit c6f47886a3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 67 additions and 0 deletions

BIN
images/scrutiny.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB

View file

@ -0,0 +1,35 @@
{
"categories": [
"Other",
"Tools"
],
"description": "WebUI for smartd S.M.A.R.T monitoring",
"image_arm64": "ghcr.io/analogj/scrutiny:master-omnibus",
"image_amd64": "ghcr.io/analogj/scrutiny:master-omnibus",
"logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/scrutiny.png",
"name": "scrutiny",
"note": "Set your port (default: 8080) and deploy the container. Edit container, enable SYS_RAWIO capability, add device /dev/sda in host and container field, finaly deploy the container again.",
"officialDoc": "https://github.com/AnalogJ/scrutiny",
"platform": "linux",
"ports": [
"8080:8080/tcp"
],
"restart_policy": "unless-stopped",
"title": "scrutiny",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/scrutiny/config",
"container": "/opt/scrutiny/config"
},
{
"bind": "/portainer/Files/AppData/Config/scrutiny/influxdb",
"container": "/opt/scrutiny/influxdb"
},
{
"bind": "/run/udev",
"container": "/run/udev"
}
],
"webpage": "https://github.com/AnalogJ/scrutiny"
}

View file

@ -7982,6 +7982,38 @@
],
"note": "<b>Template created by Pi-Hosted Series</b><br><b>Check our Github page: <a href=\"https://github.com/pi-hosted/pi-hosted\" target=\"_blank\">https://github.com/pi-hosted/pi-hosted</a></b><br><br><b>Official Webpage: </b><a href=\"https://www.samba.org/\" target=\"_blank\">https://www.samba.org/</a><br><b>Official Docker Documentation: </b><a href=\"https://github.com/dperson/samba\" target=\"_blank\">https://github.com/dperson/samba</a><br><br><br><b>Youtube Videos:</b><br><ul><li><a href=https://www.youtube.com/watch?v=2zZ3_1GRWrM&list=PL846hFPMqg3jwkxcScD1xw2bKXrJVvarc&index=11 target=\"_blank\">Novaspirit Tech - Setting up Raspberry Pi Samba Server For File Sharing on Docker</a></li><li><a href=https://www.youtube.com/watch?v=9ln6UFH4z8o target=\"_blank\">Novaspirit Tech - Building NAS with Container</a></li></ul><br><br>"
},
{
"categories": [
"Other",
"Tools"
],
"description": "WebUI for smartd S.M.A.R.T monitoring",
"image": "ghcr.io/analogj/scrutiny:master-omnibus",
"logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/scrutiny.png",
"name": "scrutiny",
"note": "<b>Template created by Pi-Hosted Series</b><br><b>Check our Github page: <a href=\"https://github.com/pi-hosted/pi-hosted\" target=\"_blank\">https://github.com/pi-hosted/pi-hosted</a></b><br><br><b>Official Webpage: </b><a href=\"https://github.com/AnalogJ/scrutiny\" target=\"_blank\">https://github.com/AnalogJ/scrutiny</a><br><b>Official Docker Documentation: </b><a href=\"https://github.com/AnalogJ/scrutiny\" target=\"_blank\">https://github.com/AnalogJ/scrutiny</a><br><br><br>Set your port (default: 8080) and deploy the container. Edit container, enable SYS_RAWIO capability, add device /dev/sda in host and container field, finaly deploy the container again.",
"platform": "linux",
"ports": [
"8080:8080/tcp"
],
"restart_policy": "unless-stopped",
"title": "scrutiny",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/scrutiny/config",
"container": "/opt/scrutiny/config"
},
{
"bind": "/portainer/Files/AppData/Config/scrutiny/influxdb",
"container": "/opt/scrutiny/influxdb"
},
{
"bind": "/run/udev",
"container": "/run/udev"
}
]
},
{
"categories": [
"Other",