update admin email configuration to support multiple addresses and update documentation

This commit is contained in:
maxDorninger
2025-06-01 19:30:56 +02:00
parent e22c16dc28
commit 31874aeb31
12 changed files with 62 additions and 28 deletions

View File

@@ -27,19 +27,16 @@ This section is for those who want to contribute to Media Manager or understand
### Backend
- **Framework:** Python with FastAPI
- **Database ORM:** SQLAlchemy
- **Database Migrations:** Alembic
- **Dependency Management:** uv
- Python with FastAPI
- SQLAlchemy
- Pydantic and Pydantic-Settings
### Frontend
- **Framework:** SvelteKit
- **Language:** TypeScript
- **Styling:** Tailwind CSS
- **Components:** shadcn-svelte for UI components
- TypeScript with SvelteKit
- Tailwind CSS
- shadcn-svelte
### Deployment & CI/CD
### CI/CD
- Docker & Docker Compose
- GitHub Actions