4 Commits

Author SHA1 Message Date
root
7b60f30448 fix: accept full host:port in install script
- Change defaults to include port (localhost:6333, localhost:11434)
- Show full host:port examples with actual IPs
- Use entered value directly without appending port
- Fixes duplicate port issue if user enters full format
2026-02-27 11:54:26 -06:00
root
bda638a628 docs: add IP examples and port info to install prompts
- Show example IPs: localhost, 10.0.0.40, 192.168.1.10
- Clarify default ports (6333 for Qdrant, 11434 for Ollama)
- Help users understand expected input format
2026-02-27 11:52:07 -06:00
root
c9e2452314 fix: handle paths with spaces in install script
- Add INSTALL_DIR variable with absolute path resolution
- Handles spaces in directory names correctly
- Uses cd/pwd trick for robust path detection
2026-02-27 11:49:43 -06:00
root
0c94a75003 feat: add simple install script
- Interactive configuration with defaults
- Defaults to localhost for Qdrant and Ollama
- Allows custom values for all settings
- Creates systemd service with user-provided config
- Auto-starts the watcher
2026-02-27 10:58:48 -06:00