## Summary - Rename `date-modified` -> `modified` in all 80 docs and the `docs-check-frontmatter` task Quartz's `CreatedModifiedDate` plugin recognizes `modified`, `lastmod`, `updated`, and `last-modified` — but not `date-modified`. The wrong field name caused Quartz to ignore frontmatter dates entirely and fall through to filesystem timestamps (UTC inside Dagger), showing Feb 12 on pages built late on Feb 11 PST. ## Test plan - [x] `mise run docs-check-frontmatter` passes - [ ] Kick off docs release after merge — verify rendered dates match frontmatter values Reviewed-on: https://forge.ops.eblu.me/eblume/blumeops/pulls/158
27 lines
521 B
Markdown
27 lines
521 B
Markdown
---
|
|
title: Immich
|
|
modified: 2026-02-07
|
|
tags:
|
|
- service
|
|
- media
|
|
---
|
|
|
|
# Immich
|
|
|
|
Self-hosted photo and video management.
|
|
|
|
## Quick Reference
|
|
|
|
| Property | Value |
|
|
|----------|-------|
|
|
| **URL** | https://photos.ops.eblu.me |
|
|
| **Namespace** | `immich` |
|
|
| **Deployment** | Helm chart (k8s) |
|
|
| **Database** | [[postgresql]] (CNPG) |
|
|
| **Storage** | [[sifaka|Sifaka]] photos volume |
|
|
|
|
## Related
|
|
|
|
- [[postgresql]] - Database backend
|
|
- [[sifaka|Sifaka]] - Photo storage
|
|
- [[jellyfin]] - Video streaming (separate service)
|