add dropzone for releases page

This commit is contained in:
2025-06-21 13:03:42 +02:00
parent 7a455d6767
commit c06f8cce04
7 changed files with 406 additions and 9 deletions

View File

@@ -21,3 +21,10 @@ AUTH_DISCORD_SECRET=""
# Drizzle
DATABASE_URL="postgresql://postgres:password@localhost:5432/balatro-stats-next"
# MinIO (for file uploads)
MINIO_ENDPOINT="localhost"
MINIO_ACCESS_KEY="minioadmin"
MINIO_SECRET_KEY="minioadmin"
MINIO_BUCKET_NAME="releases"
MINIO_USE_SSL="true"