These are unofficial binary packages of Proxmox Backup Server 4.x for debian/trixie.
The proxmox-backup*,promox-mini-journalreader and pve-xtermjs packages are build using the source from https://git.proxmox.com/ with the build.sh script and the github action docker buildx workflow. The other arch independent packages were downloaded from http://download.proxmox.com/debian/pbs/dists/trixie/pbs-no-subscription/binary-amd64/.
Use at your own risk.
Official Changelog
rust-proxmox-backup (4.1.4-1) trixie; urgency=medium
-
update proxmox-rest-server to 1.0.5 addressing a minor regression that
resulted in some requests with auth issues being answered with HTTP code
400 "bad request" instead of the correct HTTP code 401 "unauthorized".
The new rest-server also defaults to only checking the forwarded header in
the non-public RPC environment. -
proxy daemon: support configuration of real peer-ip header and allowed
source through the PROXY_REAL_IP_HEADER and PROXY_REAL_IP_ALLOW_FROM
environment variables. These variables can currently be set through
overriding the proxmox-backup-proxy.service systemd unit.
For example, to check the "X-Real-IP" header if the client is connecting
from a local (reverse) proxy, one would add the following override:[Service] Environment=PROXY_REAL_IP_HEADER=X-Real-IP Environment=PROXY_REAL_IP_ALLOW_FROM=127.0.0.1,::1
-- Proxmox Support Team support@proxmox.com Tue, 17 Feb 2026 18:56:29 +0100