WIP: State save — Gemma 4 connected to Dify, Tasks #96 + #118 done

- Fixed docker-compose: extra_hosts for dify-api/worker, added plugin_daemon/sandbox/ssrf_proxy
- UFW rules for Docker-to-Ollama connectivity
- Gemma 4 registered and test chat successful
- Zero API cost AI inference operational

Claude (Chronicler #82)
This commit is contained in:
Claude (Chronicler #82)
2026-04-12 06:26:27 +00:00
committed by Claude
parent 1282b818ec
commit 958bb404c8

View File

@@ -33,6 +33,14 @@
- Attempted to delete `#announcements-old` — blocked by Discord community server requirement
- Michael/Holly need to handle manually (move to Archive or unlink from community settings)
### Tasks #96 + #118 — Gemma 4 Connected to Dify ✅
- Fixed Dify docker-compose.yml: added `extra_hosts: host.docker.internal:host-gateway` to dify-api, dify-worker
- Added plugin_daemon, sandbox, ssrf_proxy as proper services (were orphan containers)
- Added UFW rules for Docker→Ollama on port 11434 (both 172.19.0.0/16 and 172.17.0.0/16)
- Gemma 4 (gemma4:26b-a4b-it-q8_0) registered in Dify: LLM, Chat, 65K context, Vision enabled
- Test chat successful — model responding from TX1 hardware at zero API cost
- Both tasks marked done in PostgreSQL
---
## Current State