Quartz's CreatedModifiedDate plugin recognizes `modified`, `lastmod`, `updated`, and `last-modified` — but not `date-modified`. The wrong field name caused Quartz to fall through to filesystem timestamps (UTC in Dagger), showing incorrect dates on the rendered site. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
38 lines
791 B
Markdown
38 lines
791 B
Markdown
---
|
|
title: Devpi
|
|
modified: 2026-02-07
|
|
tags:
|
|
- service
|
|
- python
|
|
---
|
|
|
|
# devpi (PyPI Proxy)
|
|
|
|
PyPI caching proxy and private package index.
|
|
|
|
## Quick Reference
|
|
|
|
| Property | Value |
|
|
|----------|-------|
|
|
| **URL** | https://pypi.ops.eblu.me |
|
|
| **Namespace** | `devpi` |
|
|
| **ArgoCD App** | `devpi` |
|
|
| **Storage** | 50Gi PVC |
|
|
| **Image** | `registry.ops.eblu.me/blumeops/devpi:latest` |
|
|
|
|
## Indices
|
|
|
|
| Index | Purpose |
|
|
|-------|---------|
|
|
| `root/pypi` | PyPI mirror/cache (auto-created) |
|
|
| `eblume/dev` | Private packages (inherits from root/pypi) |
|
|
|
|
## Credentials
|
|
|
|
Root password stored in 1Password (blumeops vault), injected via ExternalSecret.
|
|
|
|
## Related
|
|
|
|
- [[use-pypi-proxy]] - Client configuration and package uploads
|
|
- [[argocd]] - Deployment
|
|
- [[1password]] - Secrets management
|