v0.1.26
v0.1.26 - Run Harbor with external Ollama
It's now possible to configure Harbor to use external Ollama installation. The URL is relative to the container internal network.
# URL is internal to the container network
harbor config get ollama.internal_url
# Suitable default, when running built-in Ollama
harbor url -i ollama # http://ollama:11434
# Linux
# 172.17.0.1 is the IP of your host within the container
harbor config set ollama.internal_url http://172.17.0.1:33821
# Windows, MacOS
# Should have additional default host out of the box
harbor config set ollama.internal_url http://docker.host.internal:33821
Full Changelog: v0.1.25...v0.1.26