This repository serves as the code hub for the python3-waitress package used within the Ultra Horizon launchpad PPA.
This repository was built because the default waitress version on Ubuntu Bionic (18.04) is 1.0.1 which has severe Linux bugs. To eliminate issues with UH VPN Server (uses waitress) we have compiled our own python3-waitress package to rectify issues.
If using outside UH VPN, please use at your own risk, we provide no guarantees about the stability of this software.
Execute the commands below to install the package:
sudo add-apt-repository ppa:ultrahorizon/ppa
sudo apt-get update
sudo apt-get install python3-waitress