sam-4screen-desktop 2026-9-16:17:18:7
This commit is contained in:
78
100 Table of Contents/Projects.md
Normal file
78
100 Table of Contents/Projects.md
Normal file
@@ -0,0 +1,78 @@
|
||||
---
|
||||
title: "Projects"
|
||||
type: index
|
||||
status: active
|
||||
areas: []
|
||||
tags: [index, projects]
|
||||
created: {{date:YYYY-MM-DD}}
|
||||
updated: {{date:YYYY-MM-DD}}
|
||||
---
|
||||
|
||||
# Projects
|
||||
|
||||
> Auto-updated list of all project-type notes in the vault.
|
||||
|
||||
## Active Projects
|
||||
|
||||
```datavield
|
||||
TABLE status, areas
|
||||
FROM ""
|
||||
WHERE type = "project" AND status = "active"
|
||||
SORT title ASC
|
||||
```
|
||||
|
||||
## On Hold / Archived
|
||||
|
||||
```datavield
|
||||
TABLE status, areas
|
||||
FROM ""
|
||||
WHERE type = "project" AND status != "active"
|
||||
SORT title ASC
|
||||
```
|
||||
|
||||
## Project Groups
|
||||
|
||||
### AI Resume
|
||||
- [[Resume Ideas]]
|
||||
- [[Where Woof]]
|
||||
- [[AI Resume - Content Organization Plan]]
|
||||
- [[Local Hybrid Vector + Graph RAG Setup]]
|
||||
|
||||
### Web Host Migration
|
||||
- [[Migration Plan — InMotion to Local + AWS Offsite]]
|
||||
- [[Backup Architecture — Offsite to AWS S3]]
|
||||
- [[Backup Action Plan — Close the Gaps + Restore]]
|
||||
- [[Phase 0 — Pre-flight]]
|
||||
- [[Phase 1 — AWS Offsite Backup]]
|
||||
- [[Phase 2 — Email]]
|
||||
- [[Phase 3 — Local Infra Prep]]
|
||||
- [[Phase 5 — Decommission InMotion]]
|
||||
- [[Restore Runbook]]
|
||||
- [[audasmedia.com.au — DNS Baseline]]
|
||||
|
||||
### Tools & Software
|
||||
- [[Pi Dashboard]]
|
||||
- [[Family Console]]
|
||||
- [[Paseo Pi GUI Tool]]
|
||||
- [[Google Cloud Images Immich]]
|
||||
- [[Photo Consolidation Plan]]
|
||||
|
||||
### Web Sites
|
||||
- [[Kontra Day]]
|
||||
- [[Where Woof]]
|
||||
- [[Web Pages]]
|
||||
|
||||
### Ideas
|
||||
- [[Digital Binoculars]]
|
||||
- [[Toyota Prado Kill switch chat]]
|
||||
|
||||
### Other Projects
|
||||
- [[AWS Cloud Emulator Floci]]
|
||||
- [[Email Backup off site hosting]]
|
||||
- [[Family Home Lab]]
|
||||
- [[Project Ops — Build Plan (Vikunja+Outline+Obsidian)]]
|
||||
- [[Trigger.Dev]]
|
||||
- [[Understand Anything]]
|
||||
- [[TencentCloud TencentDB Agent Memory]]
|
||||
- [[The Modern Web Architecture Landscape Beyond the React Monopoly]]
|
||||
- [[multica-ai]]
|
||||
Reference in New Issue
Block a user