From 54e7984666c8b8a57caf0aef12b35d3bde991cf8 Mon Sep 17 00:00:00 2001 From: Ole-Morten Duesund Date: Mon, 30 Mar 2026 15:04:42 +0200 Subject: [PATCH] Update OLLAMA_HOST to Tailscale IP address Co-Authored-By: Claude Opus 4.6 (1M context) --- 20-ollama | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/20-ollama b/20-ollama index 3f3b49d..edf67d3 100755 --- a/20-ollama +++ b/20-ollama @@ -1,3 +1,3 @@ # shellcheck shell=bash # Point Ollama CLI at the remote Ollama server (default: goblin:11434) -export OLLAMA_HOST="${OLLAMA_HOST:-192.168.1.84:11434}" +export OLLAMA_HOST="${OLLAMA_HOST:-100.70.100.115:11434}"