aboutsummaryrefslogtreecommitdiffstats
path: root/docker/nginx
Commit message (Collapse)AuthorAgeFilesLines
* Add session cookie hardening and Nginx security headersThomas Vanbesien2026-03-221-0/+8
| | | | | | Set httponly, samesite=Lax, and auto-detected secure flag on session cookies. Add X-Content-Type-Options, X-Frame-Options, and Content-Security-Policy headers in Nginx. Document both in README.
* Add editor with webcam/upload capture, overlay compositing, and gallery feedThomas Vanbesien2026-03-211-0/+4
|
* Initial project scaffoldThomas Vanbesien2026-03-212-0/+23
Set up MVC architecture with front controller, router, autoloader, database singleton, and Docker Compose stack (Nginx + PHP-FPM + MariaDB). Includes DB schema, responsive layout, dev tooling (php-cs-fixer, parallel-lint), and documentation.