mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-07-22 23:31:12 +02:00
Critical security fix - replaced hardcoded credentials with environment variable approach: - ADMIN_EMAIL and ADMIN_NEW_PASSWORD now read from env vars - Added validation and security warnings - No sensitive data in version control Usage: export ADMIN_EMAIL="admin@example.com" export ADMIN_NEW_PASSWORD="secure-password" python scripts/update_admin_user.py |
||
|---|---|---|
| .. | ||
| alembic | ||
| app | ||
| scripts | ||
| .dockerignore | ||
| .env.example | ||
| .gitignore | ||
| .python-version | ||
| alembic.ini | ||
| celery_worker.py | ||
| Dockerfile | ||
| main.py | ||
| OLLAMA_MEMORY_OPTIMIZATION.md | ||
| pyproject.toml | ||
| uv.lock | ||