Fix wiki-links to use filename-based resolution
Quartz's "shortest" path mode resolves wiki-links by filename, not frontmatter title. This fixes the broken links from the previous title-based approach. Changes: - Rename zk duplicate files with -log suffix to avoid conflicts - Rename reference/storage/postgresql.md to postgresql-storage.md - Convert all wiki-links from [[Title]] to [[filename|Title]] format - Rename doc-card-titles task to doc-filenames (checks filename uniqueness) - Update pre-commit hook for renamed task Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
8f427beeab
commit
7983677da2
46 changed files with 349 additions and 340 deletions
|
|
@ -25,20 +25,20 @@ DNS points to indri's Tailscale IP (100.98.163.89). TLS via Let's Encrypt (ACME
|
|||
| Service | URL | Description |
|
||||
|---------|-----|-------------|
|
||||
| Homepage | https://go.ops.eblu.me | Service dashboard |
|
||||
| [[Forgejo]] | https://forge.ops.eblu.me | Git hosting (SSH: 2222) |
|
||||
| [[Zot]] | https://registry.ops.eblu.me | Container registry |
|
||||
| [[Grafana]] | https://grafana.ops.eblu.me | Dashboards |
|
||||
| [[ArgoCD]] | https://argocd.ops.eblu.me | GitOps CD |
|
||||
| [[Prometheus]] | https://prometheus.ops.eblu.me | Metrics |
|
||||
| [[Loki]] | https://loki.ops.eblu.me | Logs |
|
||||
| [[Miniflux]] | https://feed.ops.eblu.me | RSS reader |
|
||||
| [[Kiwix]] | https://kiwix.ops.eblu.me | Offline Wikipedia |
|
||||
| [[Transmission]] | https://torrent.ops.eblu.me | BitTorrent |
|
||||
| [[TeslaMate]] | https://tesla.ops.eblu.me | Tesla logger |
|
||||
| [[Navidrome]] | https://dj.ops.eblu.me | Music streaming |
|
||||
| [[Jellyfin]] | https://jellyfin.ops.eblu.me | Media server |
|
||||
| [[PostgreSQL]] | pg.ops.eblu.me:5432 | Database |
|
||||
| [[Sifaka NAS|Sifaka]] | https://nas.ops.eblu.me | NAS dashboard |
|
||||
| [[forgejo|Forgejo]] | https://forge.ops.eblu.me | Git hosting (SSH: 2222) |
|
||||
| [[zot|Zot]] | https://registry.ops.eblu.me | Container registry |
|
||||
| [[grafana|Grafana]] | https://grafana.ops.eblu.me | Dashboards |
|
||||
| [[argocd|ArgoCD]] | https://argocd.ops.eblu.me | GitOps CD |
|
||||
| [[prometheus|Prometheus]] | https://prometheus.ops.eblu.me | Metrics |
|
||||
| [[loki|Loki]] | https://loki.ops.eblu.me | Logs |
|
||||
| [[miniflux|Miniflux]] | https://feed.ops.eblu.me | RSS reader |
|
||||
| [[kiwix|Kiwix]] | https://kiwix.ops.eblu.me | Offline Wikipedia |
|
||||
| [[transmission|Transmission]] | https://torrent.ops.eblu.me | BitTorrent |
|
||||
| [[teslamate|TeslaMate]] | https://tesla.ops.eblu.me | Tesla logger |
|
||||
| [[navidrome|Navidrome]] | https://dj.ops.eblu.me | Music streaming |
|
||||
| [[jellyfin|Jellyfin]] | https://jellyfin.ops.eblu.me | Media server |
|
||||
| [[postgresql|PostgreSQL]] | pg.ops.eblu.me:5432 | Database |
|
||||
| [[sifaka|Sifaka]] | https://nas.ops.eblu.me | NAS dashboard |
|
||||
|
||||
## Tailscale-Only Services
|
||||
|
||||
|
|
@ -61,5 +61,5 @@ DNS points to indri's Tailscale IP (100.98.163.89). TLS via Let's Encrypt (ACME
|
|||
|
||||
## Related
|
||||
|
||||
- [[Tailscale]] - ACL configuration
|
||||
- [[Indri]] - Where services run
|
||||
- [[tailscale|Tailscale]] - ACL configuration
|
||||
- [[indri|Indri]] - Where services run
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue