Installation script for "HAProxy in Docker" + config To be used on clean Ubuntu server to quick prepare a TCP-mode HAPproxy with configuring Round Robin balancing
To install / run:
curl -fsSL https://raw.githubusercontent.com/PavelDobre/HAPinstall/main/menu.sh -o menu.sh
chmod +x menu.sh
sudo ./menu.shOR:
curl -fsSL https://raw.githubusercontent.com/PavelDobre/HAPinstall/main/menu.sh -o menu.sh && chmod +x menu.sh && sudo ./menu.sh