feat: add MariaDB support, admin API + admin UI persistence, image generation caching and missing menu images; move credentials to .env and add .env.example

This commit is contained in:
Alex Polo
2025-10-29 10:26:00 +01:00
parent cc2fb207eb
commit c982bafee4
31 changed files with 1651 additions and 160 deletions

12
.env.example Normal file
View File

@@ -0,0 +1,12 @@
# OpenAI API key
OPENAI_KEY=your-openai-key-here
# Database credentials
DB_HOST=localhost
DB_USER=your-db-user
DB_PASSWORD=your-db-password
DB_NAME=your-db-name
# Admin credentials
ADMIN_USER=your-admin-username
ADMIN_PASSWORD=your-admin-password