PrintMaster Server v0.29.9
·
67 commits
to main
since this release
PrintMaster Server v0.29.9
📝 Changes
✨ Features
- fix issue that prevented auto join with init secret (198c0be)
📦 Installation
Docker (Recommended)
# Pull the latest image (supports amd64, arm64, arm/v7)
docker pull ghcr.io/mstrhakr/printmaster-server:0.29.9
docker pull ghcr.io/mstrhakr/printmaster-server:latest
# Run the container
docker run -d \
--name printmaster-server \
-p 9090:9090 \
-v printmaster-data:/var/lib/printmaster/server \
ghcr.io/mstrhakr/printmaster-server:latestBinary Installation
- Download the appropriate binary for your platform from the Assets section below
- Extract the archive
- Run the binary with
--helpto see available options
Supported Platforms:
- Windows (amd64)
- Linux (amd64, arm64)
- macOS (amd64, arm64)
🤖 Agent Downloads
You'll need the PrintMaster Agent to discover and monitor printers. Download the latest agent:
Latest Agent: v0.29.9 — View Release
| Platform | Download |
|---|---|
| Windows (MSI) | printmaster-agent-v0.29.9-windows-amd64.msi |
| Linux (amd64) | printmaster-agent-v0.29.9-linux-amd64 |
| Linux (arm64) | printmaster-agent-v0.29.9-linux-arm64 |
| Debian/Ubuntu | printmaster-agent_0.29.9_amd64.deb |
| Fedora/RHEL | printmaster-agent-0.29.9.x86_64.rpm |
| macOS (Intel) | printmaster-agent-v0.29.9-darwin-amd64 |
| macOS (Apple Silicon) | printmaster-agent-v0.29.9-darwin-arm64 |
⏱️ Build Information
- Workflow run: 21447604344
- Commit: cfe558e