Vigil v2.1.0
Changes
- Renderer
- Attribute explanations (tooltip or info icons)
- AttrData.attributes
- HDD Attributes
- NVMe
- Renderer Information
- Dashboard and Drives
- Drives Layaout
- utils
- Improved SMART status and temperature handling
- Render - infoRow method is MISSING
- CSS
- Fix SmartAttributes.js to use local drive data when API fails
- Fix renderer.js driveDetails to properly handle drive data
- Render
- Frontend: S.M.A.R.T. Attributes View
- V2.0.1 attributes parser (#13)
🐳 Docker Images (Alpine Linux)
# Server (Alpine-based, ~50MB)
docker pull ghcr.io/pineappledr/vigil:2.1.0
# Agent (Alpine-based, ~50MB)
docker pull ghcr.io/pineappledr/vigil-agent:2.1.0Multi-Architecture Support:
linux/amd64(x86_64)linux/arm64(aarch64)
📦 Binaries
# Server (AMD64)
curl -L https://github.com/pineappledr/vigil/releases/download/v2.1.0/vigil-server-linux-amd64 -o vigil-server
chmod +x vigil-server
# Agent (AMD64)
curl -L https://github.com/pineappledr/vigil/releases/download/v2.1.0/vigil-agent-linux-amd64 -o vigil-agent
chmod +x vigil-agent
# Agent (ARM64)
curl -L https://github.com/pineappledr/vigil/releases/download/v2.1.0/vigil-agent-linux-arm64 -o vigil-agent
chmod +x vigil-agent✅ Verify Checksums
# Download checksums
curl -L https://github.com/pineappledr/vigil/releases/download/v2.1.0/checksums.txt -o checksums.txt
# Verify (Linux/macOS)
sha256sum -c checksums.txt