User Tools

Site Tools


tips:harbor

Harbor

Install

yay -S python-pipx
pipx install harbor
 
# add ~/.local/bin to PATH
 
harbor doctor

upgrade

pipx upgrade llm-harbor

Config

use existing ollama (vulkan based), for example on 172.16.0.1

harbor config ls | grep OLLAMA_INTERNAL_URL
harbor config set ollama.internal_url http://172.16.0.1: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
tips/harbor.txt · Last modified: by sscipioni