Vigil v3.0.3
Changes
- Agent: Emit cancellation telemetry
- Frozen elapsed time & ETA
- Deploy Wizard
- Mobile Responsive CSS
- SmartTableComponent
- Drive Temperature Chart — Historical Data + Refresh
- Documentation Updates
- Force Toolbar Rendering
- ETA Calculation
- Hub Aggregator
- Render
- Form type coercion
- Active Jobs: progress bars, phase chips, speed, ETA, temperature, elapsed time Drive Temperature: chart populated from temp_c extracted from progress frames SMART Attribute Deltas: table populated from smart_deltas extracted from progress frames Recent Activity: logs with severity/source properly mapped
- Wizard
- Addon
🐳 Docker Images
| Image | Command |
|---|---|
| Server | docker pull ghcr.io/pineappledr/vigil:3.0.3
|
| Agent (Alpine) | docker pull ghcr.io/pineappledr/vigil-agent:3.0.3
|
| Agent (Debian) | docker pull ghcr.io/pineappledr/vigil-agent:3.0.3-debian
|
Which Agent Image Should I Use?
| System | Recommended | Notes |
|---|---|---|
| Ubuntu/Debian | Alpine | ZFS tools included |
| Alpine Linux | Alpine | Native compatibility |
| TrueNAS SCALE | Debian | Mount host ZFS tools |
| TrueNAS CORE | Debian | Mount host ZFS tools |
| Proxmox | Alpine | ZFS tools included |
| Unraid | Alpine | No ZFS needed |
Multi-Architecture: Both variants support linux/amd64 and linux/arm64
📦 Binaries
# Download and install
VERSION=3.0.3
# Server (AMD64)
curl -L https://github.com/pineappledr/vigil/releases/download/v${VERSION}/vigil-server-linux-amd64 -o vigil-server
chmod +x vigil-server
# Agent (AMD64)
curl -L https://github.com/pineappledr/vigil/releases/download/v${VERSION}/vigil-agent-linux-amd64 -o vigil-agent
chmod +x vigil-agent
# Agent (ARM64)
curl -L https://github.com/pineappledr/vigil/releases/download/v${VERSION}/vigil-agent-linux-arm64 -o vigil-agent
chmod +x vigil-agent✅ Verify Checksums
curl -L https://github.com/pineappledr/vigil/releases/download/v${VERSION}/checksums.txt | sha256sum -c