Refuse a conf_upgrade that would keep nothing

Merging the raw host.conf.template against a live host conf matched HOSTN_
against HOST1_, classified all 140 real keys as deprecated and would have
removed every credential on the host. Also points the Ollama model default
at a tag that still exists.
This commit is contained in:
Gmer4Lfe
2026-08-02 12:52:49 -04:00
parent e02dc1be15
commit 2d07c7d80e
3 changed files with 60 additions and 22 deletions
+1 -1
View File
@@ -580,7 +580,7 @@
HOSTN_OLLAMA_URL="" # e.g. http://localhost:11434 — empty if no local Ollama
HOSTN_OLLAMA_CONTAINER="Ollama" # for watchdog / restart lists
HOSTN_OLLAMA_GPU_UUID="" # pins Ollama to one card on multi-GPU hosts
HOSTN_OLLAMA_MODEL="qwen2.5-coder:14b" # generation
HOSTN_OLLAMA_MODEL="hf.co/unsloth/Qwen3-14B-GGUF:IQ4_XS" # generation — must fully offload; see README-AI.md
HOSTN_OLLAMA_EMBED_MODEL="nomic-embed-text" # embeddings — the generation model cannot embed
# ━━━ Authelia ━━━