open-webui/backend
Adam M. Smith c9a4bc18f4 feat: Implement SQLCipher support for database encryption
- Added sqlcipher3 dependency to requirements.txt for SQLCipher integration.
- Modified database connection handling in wrappers.py to support encrypted SQLite databases using the new sqlite+sqlcipher:// URL protocol.
- Updated db.py to handle SQLCipher URLs for SQLAlchemy connections.
- Enhanced Alembic migration environment to support SQLCipher URLs.
2025-07-31 23:21:35 +00:00
..
data
open_webui feat: Implement SQLCipher support for database encryption 2025-07-31 23:21:35 +00:00
.dockerignore
.gitignore
dev.sh feat: S3 vector support tested 2025-07-22 21:36:35 -06:00
requirements.txt feat: Implement SQLCipher support for database encryption 2025-07-31 23:21:35 +00:00
start.sh feat: add support for WEBUI_SECRET_KEY_FILE 2025-06-07 23:14:21 +08:00
start_windows.bat fix: windows start script 2025-06-27 15:46:38 +04:00