feat(kb): przenosiny type=service do kb/services/ (13 plikow, bez SPLIT)
Serwisy o jednorodnej tresci (bez wydzielonej sekcji deploy/runbook):
kb-postgres, stability-agent, llm-gateway, vikunja, zigbee2mqtt, npm,
forgejo, ollama, ir-ac-ha-integration, chelsty-stability-agent.
Deprecated: mosquitto (NOT DEPLOYED/LEGACY), home-assistant-ken-legacy
(archiwum importu), joplin (stub z 2026-04-15, brak katalogu services/joplin/).
git mv + frontmatter, tresc nietknieta.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
2026-08-04 14:59:24 +02:00
|
|
|
---
|
|
|
|
|
okf: "0.1"
|
|
|
|
|
type: service
|
|
|
|
|
visibility: private
|
|
|
|
|
status: active
|
|
|
|
|
updated: 2026-05-11
|
|
|
|
|
links: []
|
|
|
|
|
---
|
|
|
|
|
|
2026-05-11 20:46:50 +02:00
|
|
|
# Ollama
|
|
|
|
|
|
|
|
|
|
Get up and running with large language models locally.
|
|
|
|
|
|
|
|
|
|
## Usage
|
|
|
|
|
Deployed on the `solaria` node for GPU acceleration.
|
|
|
|
|
|
|
|
|
|
API is available on port 11434.
|
|
|
|
|
|
|
|
|
|
Example check:
|
|
|
|
|
```bash
|
|
|
|
|
curl http://localhost:11434/api/tags
|
|
|
|
|
```
|