UrielCh / proxmox-api

TypeScript Api for proxmox
56 stars 15 forks source link

Optional Port #18

Closed bnjunge closed 1 year ago

bnjunge commented 1 year ago

Useful if proxmox is behind a proxy that masks the port, or is behind a tunnel like Cloudflare ZeroTrust tunnel, support for custom ports in such a case is limited and only standard HTTP ports(80, 443) are allowed.

The PORT can be safely omitted and the API will fallback to standard HTTP ports guided by the URL Protocol.