feat: switch panel database to sqlite

This commit is contained in:
JetSprow
2026-04-30 09:18:05 +10:00
parent 513d821414
commit 153e3954c6
21 changed files with 516 additions and 277 deletions

View File

@@ -2,9 +2,8 @@
APP_PORT="3000"
SITE_NAME="J-Board"
# PostgreSQL for local tools; Docker Compose overrides host to db
POSTGRES_PASSWORD="jboard123"
DATABASE_URL="postgresql://jboard:jboard123@localhost:5432/jboard"
# SQLite for local tools and Docker
DATABASE_URL="file:./storage/jboard.db"
# NextAuth
# Use the public domain you will reverse proxy to this panel, for example https://panel.example.com