Add admin panel, gallery, and security hardening.

Replace forgeable cookie auth with signed JWT sessions, protect admin APIs, add input validation, and improve Docker deployment config.
This commit is contained in:
Atakan Doğan Özban
2026-07-12 00:34:46 +02:00
parent 91dbfa7d77
commit d74c422de6
31 changed files with 2749 additions and 153 deletions
+12
View File
@@ -0,0 +1,12 @@
Dockerfile
.dockerignore
node_modules
npm-debug.log
README.md
.next
.git
.env*
*.db
dev.db
prisma/*.db
build_log.txt