25766959f1
A PHP-based family photo album portal featuring: - Public gallery with year/month filtering and search - Mobile-responsive design with Tailwind CSS - Comment system for family members - Admin interface for album management - Flat-file JSON database (no MySQL needed) - CSRF protection and XSS prevention - Rate limiting and honeypot spam protection
15 lines
437 B
JSON
15 lines
437 B
JSON
{
|
|
"albums": [
|
|
{
|
|
"id": "demo-001",
|
|
"title": "Weihnachten 2024",
|
|
"url": "https://nextcloud.example.com/apps/photos/public/demo",
|
|
"date": "2024-12-25",
|
|
"tags": ["weihnachten", "familie", "2024"],
|
|
"description": "Bescherung und Festessen bei der Familie",
|
|
"thumbnail": "",
|
|
"created_at": "2024-12-26T10:00:00+01:00"
|
|
}
|
|
]
|
|
}
|