User Tools

Site Tools


tips:harbor

**This is an old revision of the document!**

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)

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
tips/harbor.1765013625.txt.gz · Last modified: by sscipioni