fix: clarify Ollama inventory and download destination
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user