This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| tips:harbor [2025/12/06 09:19] – created sscipioni | tips:harbor [2025/12/06 10:44] (current) – [Config] sscipioni | ||
|---|---|---|---|
| Line 11: | Line 11: | ||
| harbor doctor | harbor doctor | ||
| </ | </ | ||
| + | |||
| + | upgrade | ||
| + | <code bash> | ||
| + | pipx upgrade llm-harbor | ||
| + | </ | ||
| + | |||
| + | ===== 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:// | ||
| + | harbor defaults rm ollama # remove harbor ollama buitin | ||
| + | </ | ||
| + | |||
| + | change auth | ||
| + | <code bash> | ||
| + | cd (harbor home) | ||
| + | |||
| + | # edit compose.webui.yml | ||
| + | echo " | ||
| + | </ | ||
| + | |||
| + | |||