6ff2b32f2c
feat(bootstrap): implement mTLS for Vault access
...
- Add create_vault_config() function to generate config.hcl with mTLS settings
- Configure Vault to require client certificate verification
- Generate client certificate for botserver in bootstrap
- Update .env to include mTLS paths (VAULT_CACERT, VAULT_CLIENT_CERT, VAULT_CLIENT_KEY)
- Remove unused import in tls.rs
2025-12-07 02:13:28 -03:00
b611f8c535
Add --stack-path CLI option for custom stack path
...
Allows overriding the default botserver-stack location via:
- --stack-path /path/to/stack CLI argument
- BOTSERVER_STACK_PATH environment variable
Useful for testing botserver bootstrap in isolated temp directories.
2025-12-06 14:55:42 -03:00
c4c9521dd9
- Split into botui.
2025-12-02 21:09:43 -03:00
48288e8523
``` Add KB Statistics keywords and infrastructure documentation
...
- Add KB Statistics keywords for Qdrant vector database monitoring: KB
STATISTICS, KB COLLECTION STATS, KB DOCUMENTS COUNT, KB DOCUMENTS
ADDED SINCE, KB LIST COLLECTIONS, KB STORAGE SIZE
- Add comprehensive infrastructure documentation:
- Scaling and load balancing with LXC containers
- Infrastructure design with encryption, sharding strategies
- Observ
2025-11-30 16:25:51 -03:00
c6bbd50946
, dt.month, dt.hour, dt.is_weekend, etc.)
...
- Add startup wizard module for first-run configuration
- Add white-label branding system with .product file support
- Add bot manager for lifecycle, MinIO buckets, and templates
- Add version tracking registry for component updates
- Create comparison doc: BASIC vs n8n/Zapier/Make/Copilot
- Add WhatsApp-style sample dialogs to template documentation
- Add data traceability SVG diagram ```
2025-11-30 15:07:29 -03:00
ad1cd3ee36
HTMX enters.
2025-11-29 16:29:28 -03:00
4b5d18db71
Add metadata and refactor BASIC compiler
...
- Add package metadata (keywords, categories) to Cargo.toml
- Add #[must_use] attributes to constructor methods
- Simplify conditional logic by inverting if-else blocks
- Replace string formatting with interpolation syntax
2025-11-27 15:19:17 -03:00
53bac1f5ec
- Refactor folder as features.
2025-11-22 22:55:35 -03:00