secubox-openwrt/package/secubox/luci-app-ollama
CyberMind-FR 2d9beb6f67 feat(kiss): Collapsible multi-level navigation with extended Ollama features
- KISS Theme v2.1: Collapsible nav sections with icons, auto-expand active
- Add comprehensive navigation with all SecuBox apps organized by category
- Fix Client Guardian path to admin/secubox/security/guardian
- Fix Cookie Tracker path to admin/secubox/interceptor/cookies

- Ollama: Add system resources card (RAM/disk usage with progress bars)
- Ollama: Add API endpoints card with copy-to-clipboard
- Ollama: Add container logs viewer with refresh
- Ollama: Add system_info, logs, model_info RPCD methods
- Ollama: Update stats to show RAM/disk usage

- Fix Vortex Firewall menu path to admin/secubox/security

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-12 06:56:26 +01:00
..
htdocs/luci-static/resources/view/ollama feat(kiss): Collapsible multi-level navigation with extended Ollama features 2026-02-12 06:56:26 +01:00
root/usr feat(kiss): Collapsible multi-level navigation with extended Ollama features 2026-02-12 06:56:26 +01:00
Makefile
README.md

LuCI Ollama Dashboard

LuCI web interface for managing Ollama -- local large language model runtime.

Installation

opkg install luci-app-ollama

Access

LuCI > Services > Ollama

Tabs

  • Dashboard -- Service status and resource usage
  • Models -- Pull, list, and remove LLM models
  • Chat -- Interactive chat interface for loaded models
  • Settings -- Ollama server configuration

RPCD Methods

Service: luci.ollama

Dependencies

  • luci-base
  • secubox-app-ollama

License

Apache-2.0