Skip to content

Commit

Permalink
Added scrutiny app - WebUI for smartd S.M.A.R.T monitoring (#479)
Browse files Browse the repository at this point in the history
  • Loading branch information
blenherr committed Jan 3, 2024
1 parent 06bd40e commit c6f4788
Show file tree
Hide file tree
Showing 3 changed files with 67 additions and 0 deletions.
Binary file added images/scrutiny.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
35 changes: 35 additions & 0 deletions template/apps/scrutiny.json
Original file line number Diff line number Diff line change
@@ -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"
}
32 changes: 32 additions & 0 deletions template/portainer-v2-arm64.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit c6f4788

Please sign in to comment.