bdcfa8f3c5
Next.js 14 + node:sqlite memorial site with: - Hero section, photo slideshow & gallery - Memory/thoughts editor (admin) - Music player with upload - Video gallery - Docker Compose deployment - Responsive warm earth tone design
6 lines
122 B
Bash
6 lines
122 B
Bash
# Passwort für den Adminbereich
|
|
ADMIN_PASSWORD=change-me-please
|
|
|
|
# Datenverzeichnis (Uploads & Datenbank)
|
|
DATA_DIR=/data
|