generalbots/src/email
Rodrigo Rodriguez (Pragmatismo) 6f183c63d2
Some checks failed
BotServer CI/CD / build (push) Has been cancelled
feat: dual-mode service configs - Vault first, fallback to DB/localhost
All services now try Vault first (remote/distributed mode), then fall back
to database config, then localhost defaults (local/dev mode).

Services fixed:
- Qdrant/VectorDB: kb_indexer.rs, kb_statistics.rs, bootstrap_utils.rs, kb_context.rs
- LLM/Embedding: email/vectordb.rs (was hardcoded localhost:8082)
- All services: security/integration.rs (postgres, cache, drive, directory, qdrant, llm)

Pattern: SecretsManager::get_X_config_sync() → DB config → localhost default
2026-04-03 15:01:37 -03:00
..
accounts.rs Refactor: Split large files into modular subdirectories 2026-02-12 21:09:30 +00:00
flags.rs Fix LXD container mode: PATH, socket proxy, exec 2026-03-15 20:00:06 -03:00
htmx.rs Refactor: Split large files into modular subdirectories 2026-02-12 21:09:30 +00:00
integration.rs Read Drive config from Vault at runtime with fallback defaults 2026-03-17 00:00:36 -03:00
integration_types.rs Fix LXD container mode: PATH, socket proxy, exec 2026-03-15 20:00:06 -03:00
messages.rs refactor: apply various fixes across botserver 2026-03-10 15:15:21 -03:00
mod.rs Fix LXD container mode: PATH, socket proxy, exec 2026-03-15 20:00:06 -03:00
nudges.rs Fix LXD container mode: PATH, socket proxy, exec 2026-03-15 20:00:06 -03:00
signatures.rs Refactor: Split large files into modular subdirectories 2026-02-12 21:09:30 +00:00
snooze.rs Fix LXD container mode: PATH, socket proxy, exec 2026-03-15 20:00:06 -03:00
stalwart_client.rs feat(autotask): Implement AutoTask system with intent classification and app generation 2025-12-27 21:10:09 -03:00
stalwart_sync.rs Remove all code comments and fix ratatui version 2025-12-23 18:40:58 -03:00
tracking.rs refactor: apply various fixes across botserver 2026-03-10 15:15:21 -03:00
types.rs chore(core): various email and security updates 2026-02-24 19:02:48 -03:00
ui.rs Refactor: Split large files into modular subdirectories 2026-02-12 21:09:30 +00:00
vectordb.rs feat: dual-mode service configs - Vault first, fallback to DB/localhost 2026-04-03 15:01:37 -03:00