botserver/src/shared
Rodrigo Rodriguez (Pragmatismo) 191bf0bba7 feat(bootstrap): add secure password generation and env setup
Added functionality to generate secure passwords for database and drive server credentials during bootstrap. Removed the PostgreSQL running check and auto-start logic as it's no longer needed. Renamed `create_s3_operator` to more descriptive `get_drive_client`. The bootstrap process now automatically sets up required environment variables in .env file including database URL and drive server credentials.
2025-11-11 11:12:54 -03:00
..
mod.rs - main.rs is compiling again. 2025-10-11 20:02:14 -03:00
models.rs feat(bootstrap): enable bootstrap and package_manager modules 2025-11-08 07:04:44 -03:00
schema.rs feat(db): add bot_id column, constraints, enforce DATABASE_URL 2025-11-05 08:47:28 -03:00
shared.test.rs feat: refactor auth and models, update LLM fallback strategy 2025-11-04 23:11:33 -03:00
state.rs refactor: simplify UI panels, use pooled DB, add --noui flag 2025-11-11 09:42:52 -03:00
utils.rs feat(bootstrap): add secure password generation and env setup 2025-11-11 11:12:54 -03:00