fix: resolve issues #194, #195, #196, #197

- #194: Send full date format object instead of just format string to prevent JSON parse errors
- #195: Remove non-functional forgot password link, fix README port 3005 -> 3000
- #196: Use ADMIN_PASSWORD env var in migration, update existing user in create-admin script instead of failing
- #197: Convert camelCase filter keys to snake_case in photo export to match backend PhotoFilterBuilder
This commit is contained in:
Paul Nothaft
2026-02-22 22:34:44 +01:00
parent 26ec9666b9
commit 33483cf32d
6 changed files with 48 additions and 31 deletions
+1 -1
View File
@@ -85,7 +85,7 @@ nano .env
# Start with Docker Compose
docker compose up -d
# Access at http://localhost:3005
# Access at http://localhost:3000
```
Note on Docker file permissions (PUID/PGID)