[1.1.4] - 2025-06-27
Added
Fixed
- Modified log levels to make output lighter at INFO level (@pmarasse) [#255]
- Fixed an issue where balancing was performed in combination of deactivated balancing and dry-run mode (@gyptazy). [#248]
Downloads
Debian Packages
Download: https://cdn.gyptazy.com/files/os/debian/proxlb/proxlb_1.1.4_all.deb
SHA256: 22bb9c9557f8f03d9ac17fd770eb5db14e11a2884889db265bdc190748b71775 proxlb_1.1.4_all.deb
Debian Repository
You can immediately start with this quick-start to add the repository and its signing key to obtain upcoming versions by apt on your system:
echo "deb https://repo.gyptazy.com/stable /" > /etc/apt/sources.list.d/proxlb.list
wget -O /etc/apt/trusted.gpg.d/proxlb.asc https://repo.gyptazy.com/repository.gpg
apt-get update && apt-get -y install proxlb
cp /etc/proxlb/proxlb_example.yaml /etc/proxlb/proxlb.yaml
# Adjust the config to your needs
vi /etc/proxlb/proxlb.yaml
systemctl start proxlb
You can also find additional information about the repository right here.
Docker Image
Download AMD64: cr.gyptazy.com/proxlb/proxlb:v1.1.4
SHA256: d869e6684442767f191acd85d8b181012d929ab3075b564d45515fcc164ba81d
Download ARM64: cr.gyptazy.com/proxlb/proxlb-arm64:v1.1.4
SHA256: MISSING
Note: Multiarch container images will be soon available. Please use until that time the suffix -arm64
to get the arm64 compatible container image. You can also find the container image for arm64 here or the already crafted multi-arch image here which is not yet part of the container registry.