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
Add AI-Agent-Standards templates, Zammad/Mailcow dual-domain docs, Ollama and
Mikrotik VM audits with config backup, PC-Multimedia bootstrap, geonet-console
Zammad/AI chat integration, and workspace registry updates.
Co-authored-by: Cursor <cursoragent@cursor.com>
|
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 |
Guide — Ollama
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)
- Edit
.env di 10.100.1.24 — set OLLAMA_BASE_URL
- Smoke test dari container/host
.24:
curl -s http://10.100.1.26:11434/api/version
- Uji endpoint aplikasi yang memanggil
OllamaService