fix: clarify Ollama inventory and download destination

This commit is contained in:
Hermes Agent
2026-08-24 21:32:16 +10:00
parent 8ca332854f
commit da3293fff4
5 changed files with 16 additions and 9 deletions
+4
View File
@@ -87,6 +87,10 @@ environment:
The dashboard plugin API is mounted when the dashboard starts. Restart Hermes after installing or enabling the plugin; otherwise the plugin page can load while `/api/plugins/ollama-manager/status` still returns 404.
## Download storage
The plugin does not store model blobs in Hermes. It sends Ollama's native `POST /api/pull` request to the selected endpoint. Therefore a download goes to the Ollama instance shown in the job message, and the Ollama service owns the model storage location. The exact path is controlled by Ollama's `OLLAMA_MODELS` setting; common Linux service/user locations are `/usr/share/ollama/.ollama/models` and `~/.ollama/models`. Check the Ollama service environment on the target host to determine the authoritative path.
## Security limits
- Uploaded files are limited to 20 MiB each