15 changed files with 162 additions and 59 deletions
@ -0,0 +1 @@ |
|||||
|
STORAGE_BASE_PATH=/media/USB1/docker/scrutiny |
||||
@ -0,0 +1,5 @@ |
|||||
|
# Scrutiny |
||||
|
Mit Scrutiny kannst du die S.M.A.R.T. Werte deiner Festplatten überwachen. Diese Anwendung gibt dir über ein gut aufbereitetes Dashboard alle Informationen die du dazu brauchst um sicher zu stellen, dass deine Festplatten einwandfrei laufen. |
||||
|
|
||||
|
## Dashboard |
||||
|
 |
||||
@ -0,0 +1,20 @@ |
|||||
|
version: "3.5" |
||||
|
services: |
||||
|
scrutiny: |
||||
|
container_name: scrutiny |
||||
|
image: ghcr.io/analogj/scrutiny:master-omnibus@sha256:825a50b2199864a7d964ea81b1e5b3751f63cb95953a35ea68bbf7c0ecc495e7 |
||||
|
cap_add: |
||||
|
- SYS_RAWIO |
||||
|
ports: |
||||
|
- 8081:8080 # webapp |
||||
|
- 8086:8086 # influxDB admin |
||||
|
volumes: |
||||
|
- /run/udev:/run/udev:ro |
||||
|
- ${STORAGE_BASE_PATH}/config:/opt/scrutiny/config |
||||
|
- ${STORAGE_BASE_PATH}/influxdb:/opt/scrutiny/influxdb |
||||
|
devices: |
||||
|
- /dev/sda1 |
||||
|
#- /dev/sdb |
||||
|
#- /dev/sdc |
||||
|
#- /dev/sdd |
||||
|
restart: unless-stopped |
||||
@ -0,0 +1 @@ |
|||||
|
https://github.com/analogj/scrutiny/pkgs/container/scrutiny |
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in new issue