mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-11 02:55:51 +00:00
ae2ed00744
Allows testing the proxy installation with a locally-built binary instead of requiring a GitHub release. This enables proper E2E testing before shipping a release. Usage: ./install-temp-proxy.sh --ctid 112 --local-binary /path/to/pulse-temp-proxy The script will: - Use the provided binary instead of downloading from GitHub - Still handle all setup (systemd service, SSH keys, bind mounts) - Allow full integration testing without a release This solves the chicken-and-egg problem of needing a release to test the installation process. Related to #528