- Full Obsidian vault content - Host configs (ice, grizzley, ubuntu, proxmox, truenas, panda, hyte) - Media stack documentation - Traefik HA setup - Automation scripts - Bachelor party planning
48 lines
675 B
Markdown
48 lines
675 B
Markdown
---
|
|
project:
|
|
name: ""
|
|
status: planning|active|completed|archived
|
|
category: infrastructure|application|automation|configuration
|
|
source: ""
|
|
created: 2026-01-06
|
|
updated: 2026-01-06
|
|
description: ""
|
|
goals: []
|
|
priority: high|medium|low
|
|
tags: []
|
|
---
|
|
|
|
# Project:
|
|
|
|
## Overview
|
|
|
|
## Goals
|
|
-
|
|
|
|
## Components
|
|
|
|
### Key Files
|
|
|
|
### Documentation
|
|
|
|
## Related Projects
|
|
|
|
## Tasks
|
|
```dataview
|
|
TASK
|
|
FROM "<project-folder>/tasks"
|
|
WHERE !completed
|
|
SORT priority ASC, file.name ASC
|
|
```
|
|
|
|
## Recent Changes
|
|
```dataview
|
|
TABLE file.mtime AS Modified, file.link AS File
|
|
FROM "<project-folder>/"
|
|
WHERE file.mtime >= date(today) - dur(7 days)
|
|
SORT file.mtime DESC
|
|
LIMIT 10
|
|
```
|
|
|
|
## Notes
|