]> git.proxmox.com Git - proxmox-backup.git/commit - pbs-client/src/http_client.rs
client/remote: add support to specify port number
authorDominik Csapak <d.csapak@proxmox.com>
Tue, 29 Sep 2020 14:18:58 +0000 (16:18 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Wed, 30 Sep 2020 08:49:20 +0000 (10:49 +0200)
commitba20987ae721f9ffdeb8a81e0116e665e4dbec39
tree9ef0131a3dffbf9ad42d96109d60d6d2c94981fb
parent729d41fe6a1b99b415c82ad05dfa4b481fe99d0d
client/remote: add support to specify port number

this adds the ability to add port numbers in the backup repo spec
as well as remotes, so that user that are behind a
NAT/Firewall/Reverse proxy can still use it

also adds some explanation and examples to the docs to make it clearer
for h2 client i left the localhost:8007 part, since it is not
configurable where we bind to

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
16 files changed:
docs/administration-guide.rst
src/api2/config/remote.rs
src/api2/pull.rs
src/api2/types/mod.rs
src/bin/proxmox-backup-client.rs
src/bin/proxmox-backup-manager.rs
src/bin/proxmox_backup_client/benchmark.rs
src/bin/proxmox_backup_client/catalog.rs
src/bin/proxmox_backup_client/mount.rs
src/bin/proxmox_backup_client/task.rs
src/client/backup_reader.rs
src/client/backup_repo.rs
src/client/backup_writer.rs
src/client/http_client.rs
src/client/pull.rs
src/config/remote.rs