GeoNetAgent, LDAPWeb, server-audit, server-connection
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Budi Setiawan aa6ebf9057 docs: bootstrap infra repos and session handover for Mailcow, Ollama, Mikrotik 2 weeks ago
..
README.md docs: bootstrap infra repos and session handover for Mailcow, Ollama, Mikrotik 2 weeks ago
migration.md docs: bootstrap infra repos and session handover for Mailcow, Ollama, Mikrotik 2 weeks ago

README.md

Guide — Ollama

Guide Isi
migration.md Pindah VM / ganti IP Ollama
server.md Install, systemd, model pull
api/overview.md HTTP API

Operasi rutin

# Status
systemctl status ollama
ollama list
ollama ps

# Pull model baru
ollama pull qwen2.5:7b

# Restart setelah ubah override systemd
systemctl daemon-reload && systemctl restart ollama

Consumer setup (geonet-console)

  1. Edit .env di 10.100.1.24 — set OLLAMA_BASE_URL
  2. Smoke test dari container/host .24:
curl -s http://10.100.1.26:11434/api/version
  1. Uji endpoint aplikasi yang memanggil OllamaService