github av/harbor v0.1.26

latest releases: v0.4.2, v0.4.1, v0.4.0...
17 months ago

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

Don't miss a new harbor release

NewReleases is sending notifications on new releases.