yay -S python-pipx pipx install harbor # add ~/.local/bin to PATH harbor doctor
upgrade
pipx upgrade llm-harbor
use existing ollama (vulkan based)
harbor config ls | grep OLLAMA_INTERNAL_URL harbor config set ollama.internal_url http://host.docker.internal:11434 harbor defaults rm ollama # remove harbor ollama buitin
change auth
cd (harbor home) # edit compose.webui.yml echo " - WEBUI_AUTH=false" >> compose.webui.yml