Vigil v3.3.1
Changes
- Incomplete string escaping
- Dataset Refresh
- ZFS DataSet
- Vigil Agent- ZFS DataSet
- ZFS DataSet
- ZFS Pools
- ZFS Pool Re Design
- Notifications
- Security improving
- Resizing
- Action Framework & UI Polish
- The code path is identical
- Delete Dataset "invalid request body"
- Fixed hidden-field rendering bug
- Time Out
- Redesign
- Signature fix and Two-pane layout
- Agent Error
- Agent
- Buttons
- Preview Commands
- Discovery Card
- Per-row agent_id
- Action Framework & UI Polish
- action buttons
- ZFS Manager Alias
- Mobil Version
- Vulnerabilities
- New Alpine Version
- Esperando que arreglen la Vulnerabilidad
- ZFS Agent
- Dockerfile Error
- Pipeline
- Agent 401:
- Deploy Wizard
- LED
- Mngr-data-register
- ReadMe
- Path
- Token error x-request
- Token Rotation error fix
- Add Addons
- Token Rotation
- Tokens
- Addons Versions
- Updateing the Golang from 1.26.1 to 1.26.2
- Shoutrrr
🐳 Docker Images
| Image | Command |
|---|---|
| Server | docker pull ghcr.io/pineappledr/vigil:3.3.1
|
| Agent (Alpine) | docker pull ghcr.io/pineappledr/vigil-agent:3.3.1
|
| Agent (Debian) | docker pull ghcr.io/pineappledr/vigil-agent:3.3.1-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.3.1
# 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