User Tools

Site Tools


tips:harbor

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
tips:harbor [2025/12/06 09:21] sscipionitips:harbor [2025/12/06 10:44] (current) – [Config] sscipioni
Line 16: Line 16:
 pipx upgrade llm-harbor pipx upgrade llm-harbor
 </code> </code>
 +
 +===== Config =====
 +
 +use existing ollama (vulkan based), for example on 172.16.0.1
 +<code bash>
 +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 
 +</code>
 +
 +change auth
 +<code bash>
 +cd (harbor home)
 +
 +# edit compose.webui.yml
 +echo "      - WEBUI_AUTH=false" >> compose.webui.yml
 +</code>
 +
 +
tips/harbor.1765009290.txt.gz · Last modified: by sscipioni