Skip to content

Releases: Platform9-Community/pcd-console-proxy

Release list

v0.1.11

Choose a tag to compare

@jscott-pf9 jscott-pf9 released this 30 Jun 15:02

PCD Console Proxy v0.1.11

Alpine Linux QCOW2 appliance providing authenticated noVNC console access for PCD environments.

What's included

  • Keystone authentication gateway (pcd-auth Go daemon)
  • nginx HTTPS/WSS reverse proxy with ip_hash multi-backend support
  • Gum-based management TUI (root login shell)
  • Self-signed TLS cert auto-generated on first boot
  • Let's Encrypt HTTP-01 and DNS-01 cert support
  • Cloud-init pre-configuration support
  • Auto-logout on inactivity (15 min default)

Getting started

See docs/getting-started.md for deployment instructions.

Image upload

pcdctl image create --insecure \
  --container-format bare --disk-format qcow2 \
  --property os_type=Linux \
  --property hw_firmware_type=uefi \
  --property hw_machine_type=q35 \
  --property os_secure_boot=disabled \
  --private \
  --file pcd-console-0.1.11.qcow2 \
  pcd-console-0.1.11