Initial commit: LisiLou Photography Portfolio

Features:
- Immich integration with automatic album image carousel
- Dynamic configuration via JSON files
- Nginx proxy for Immich API access
- Docker deployment ready
- Gitea Actions CI/CD workflow

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-01-17 10:35:55 -07:00
commit 4420dd51ac
13 changed files with 1625 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
{
"permissions": {
"allow": [
"Bash(docker compose:*)",
"Bash(curl:*)",
"WebFetch(domain:photography.lisilou.com)",
"WebFetch(domain:immich.app)",
"WebFetch(domain:docs.immich.app)",
"WebFetch(domain:api.immich.app)"
]
}
}