Installation
Linux
# Clone reposity
git clone https://github.com/hcengineering/huly-selfhost.git
cd huly-selfhost
# Prepare
./setup.sh <ip-address>
sudo ln -s $(pwd)/nginx.conf /etc/nginx/sites-enabled/
# Install
sudo systemctl restart nginx
sudo docker compose up