mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-02-18 23:41:48 +01:00
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