Implement local configuration discovery #3
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Context:\nThe manager must discover local paths and services instead of hardcoding everything. It should work on this machine first, but remain configurable.\n\nRequirements:\n- Detect ComfyUI model root from config/defaults.\n- Read /home/vince/ai/apps/ComfyUI/extra_model_paths.yaml when present.\n- Detect Ollama binary path.\n- Detect Ollama host/API endpoint.\n- Detect systemd service status where available.\n- Allow overrides via config file and environment variables.\n\nAcceptance criteria:\n- A config page or CLI diagnostic shows resolved paths.\n- Missing paths are reported clearly.\n- Defaults match the current machine layout.