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>
59 lines
1.9 KiB
Markdown
59 lines
1.9 KiB
Markdown
---
|
|
title: Sifaka NAS
|
|
tags:
|
|
- storage
|
|
---
|
|
|
|
# Sifaka NAS
|
|
|
|
Synology NAS providing network storage and backup target.
|
|
|
|
## Quick Reference
|
|
|
|
| Property | Value |
|
|
|----------|-------|
|
|
| **Dashboard** | https://nas.ops.eblu.me |
|
|
| **Model** | Synology |
|
|
| **Storage** | 10.9TB RAID 5 |
|
|
| **Role** | Backup target, media storage |
|
|
|
|
## Network Shares
|
|
|
|
| Share | Path | Purpose | Consumers |
|
|
|-------|------|---------|-----------|
|
|
| backups | `/volume1/backups` | Borg backup repository | [[borgmatic|Borgmatic]] |
|
|
| torrents | `/volume1/torrents` | ZIM downloads | [[kiwix|Kiwix]], [[transmission|Transmission]] |
|
|
| music | `/volume1/music` | Music library | [[navidrome|Navidrome]] |
|
|
| allisonflix | `/volume1/allisonflix` | Video library | [[jellyfin|Jellyfin]] |
|
|
| photos | `/volume1/photos` | Photo library | [[immich|Immich]] |
|
|
|
|
## NFS Exports
|
|
|
|
| Export | Allowed Clients | Purpose |
|
|
|--------|-----------------|---------|
|
|
| `/volume1/torrents` | 192.168.1.0/24, 100.64.0.0/10 | k8s pods via Docker NAT |
|
|
| `/volume1/music` | 192.168.1.0/24, 100.64.0.0/10 | k8s pods via Docker NAT |
|
|
| `/volume1/photos` | 192.168.1.0/24, 100.64.0.0/10 | k8s pods via Docker NAT |
|
|
|
|
## Monitoring
|
|
|
|
Node exporter running in Docker container, scraped by [[prometheus|Prometheus]] at `sifaka:9100`.
|
|
|
|
## Tailscale
|
|
|
|
- Tag: `tag:nas`
|
|
- ACL: `tag:homelab` can access for backups
|
|
|
|
## Backup
|
|
|
|
Sifaka is the **target** for [[backup|backups]], not a backup source. [[borgmatic|Borgmatic]] sends backups TO sifaka, not OF sifaka.
|
|
|
|
Data protection for sifaka itself currently relies on the Synology RAID 5 configuration, which provides single-disk fault tolerance. Future plans include offsite duplication for additional resiliency.
|
|
|
|
## Related
|
|
|
|
- [[backups|Backups]] - Backup policy
|
|
- [[borgmatic|Borgmatic]] - Backup system
|
|
- [[immich|Immich]] - Photo consumer
|
|
- [[jellyfin|Jellyfin]] - Media consumer
|
|
- [[navidrome|Navidrome]] - Music consumer
|