Files
local-deep-research/scripts
LearningCircuit 07ff140c16 security: Docker hardening and session/debug setting tightening
Docker hardening:
- Add no-new-privileges and cap_drop ALL to main LDR service
- Add no-new-privileges to ollama service
- Mount local_collections volumes as read-only (:ro)
- Validate model name in ollama_entrypoint.sh to prevent injection
- Add security warning to elasticsearch example about disabled xpack

Application settings:
- Make app.debug non-editable via UI to prevent enabling debug mode
  in production (can still be set via environment variable)
- Reduce remember-me max from 90 to 30 days and default from 30 to 7
  days to limit session persistence window
2026-02-04 19:42:30 +01:00
..