botserver/src/console
Rodrigo Rodriguez (Pragmatismo) 7d8f141fc2
Some checks failed
BotServer CI/CD / build (push) Failing after 1m28s
refactor: Replace all hardcoded ./botserver-stack paths with get_stack_path()/get_work_path()
- Adds get_stack_path() helper: returns /opt/gbo in production (.env without botserver-stack), ./botserver-stack in dev
- Adds get_work_path() helper: returns /opt/gbo/work in production, ./botserver-stack/data/system/work in dev
- Updated 35+ files to use dynamic path resolution
- Production system container no longer needs botserver-stack directory
- Work files go to /opt/gbo/work instead of /opt/gbo/bin/botserver-stack
2026-04-04 09:24:44 -03:00
..
chat_panel.rs Refactor: Split large files into modular subdirectories 2026-02-12 21:09:30 +00:00
editor.rs Refactor: Split large files into modular subdirectories 2026-02-12 21:09:30 +00:00
file_tree.rs Refactor: Split large files into modular subdirectories 2026-02-12 21:09:30 +00:00
log_panel.rs Remove all code comments and fix ratatui version 2025-12-23 18:40:58 -03:00
mod.rs Refactor: Split large files into modular subdirectories 2026-02-12 21:09:30 +00:00
status_panel.rs Refactor: Split large files into modular subdirectories 2026-02-12 21:09:30 +00:00
wizard.rs refactor: Replace all hardcoded ./botserver-stack paths with get_stack_path()/get_work_path() 2026-04-04 09:24:44 -03:00