v0.3.0
FilaBridge v0.3.0
Installation
Download the appropriate binary for your platform:
- Linux (AMD64):
filabridge-linux-amd64 - Linux (ARM64):
filabridge-linux-arm64(Raspberry Pi, etc.) - Windows (AMD64):
filabridge-windows-amd64.exe - macOS (Intel):
filabridge-darwin-amd64 - macOS (Apple Silicon):
filabridge-darwin-arm64
Quick Start
- Download the binary for your platform
- Make it executable (Linux/macOS):
chmod +x filabridge-* - Run Spoolman:
docker run -d --name spoolman -p 8000:8000 ghcr.io/donkie/spoolman:latest - Start FilaBridge:
./filabridge-* - Open http://localhost:5000 and configure your printers
Verify Downloads
Verify your download using the checksums:
sha256sum -c checksums.txtWhat's New
Added
- Add history
Other
- lowercase docker build
- Update README.md
- Update README.md