Sanitized mirror from private repository - 2026-04-20 01:32:01 UTC
Some checks failed
Documentation / Build Docusaurus (push) Failing after 5m3s
Documentation / Deploy to GitHub Pages (push) Has been skipped

This commit is contained in:
Gitea Mirror Bot
2026-04-20 01:32:01 +00:00
commit e7652c8dab
1445 changed files with 364095 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
# Scrutiny Collector — Calypso (Synology DS723+, 2-bay)
#
# Ships SMART data to the hub on homelab-vm.
# DS723+ has 2 bays (/dev/sda, /dev/sdb).
# Add /dev/sdc etc. if using a DX517 expansion unit.
#
# privileged: true required on DSM.
# Hub: http://100.67.40.126:8090
services:
scrutiny-collector:
image: ghcr.io/analogj/scrutiny:master-collector
container_name: scrutiny-collector
privileged: true
volumes:
- /run/udev:/run/udev:ro
devices:
- /dev/sata1
- /dev/sata2
- /dev/nvme0n1
- /dev/nvme1n1
environment:
COLLECTOR_API_ENDPOINT: "http://100.67.40.126:8090"
restart: unless-stopped