- Edit HTS/Settings/MailSettings.xml set these lines (changing unique_token for a random password):
<LocalAPIAdres>127.0.0.1</LocalAPIAdres>
<LocalAPIPort>8095</LocalAPIPort>
<LocalAPIToken/>unique_token<LocalAPIToken>
- Restart HTS (kill mono and relaunch) or reboot your system.
- Set the same token in toolbox_settings.ini.
- Python^3.10
- Poetry
sudo add-apt-repository ppa:deadsnakes/ppa
sudo apt update
sudo apt install python3.10
curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python3.10 -
sudo pacman -s python
curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python3.10 -
sudo dnf update && sudo dnf upgrade -y
sudo dnf install --enablerepo=updates-testing python3.10
sudo dnf install python3.10
curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python3.10 -
poetry install --no-dev
poetry run cli