Initial commit: homelab infrastructure wiki
- Full Obsidian vault content - Host configs (ice, grizzley, ubuntu, proxmox, truenas, panda, hyte) - Media stack documentation - Traefik HA setup - Automation scripts - Bachelor party planning
This commit is contained in:
41
homelab/raw/articles/platform-config/project.md
Normal file
41
homelab/raw/articles/platform-config/project.md
Normal file
@@ -0,0 +1,41 @@
|
||||
---
|
||||
project:
|
||||
name: Platform Configuration
|
||||
status: active
|
||||
category: configuration
|
||||
source: live-verification
|
||||
created: 2026-01-06
|
||||
updated: 2026-04-19
|
||||
description: Docker, Traefik, and container orchestration configuration
|
||||
tags: [configuration, docker, traefik]
|
||||
---
|
||||
|
||||
# Platform Configuration
|
||||
|
||||
## Overview
|
||||
|
||||
Docker, Traefik, and container orchestration configuration files.
|
||||
|
||||
## Components
|
||||
|
||||
### Traefik
|
||||
- Two instances: ubuntu (primary) + grizzley (edge ACME)
|
||||
- 15+ dynamic route files
|
||||
- Cloudflare DNS challenge for wildcard certs
|
||||
|
||||
### Docker Networks
|
||||
- `proxy-net` — Traefik-routed services
|
||||
- `app-net` — Internal backend communication
|
||||
- `monitoring-internal` — Metrics isolation
|
||||
|
||||
## Related Documentation
|
||||
|
||||
- [[overview.md|Configuration Overview]] — Detailed config documentation
|
||||
|
||||
## Tasks
|
||||
```dataview
|
||||
TASK
|
||||
FROM "platform-config/tasks"
|
||||
WHERE !completed
|
||||
SORT file.name ASC
|
||||
```
|
||||
Reference in New Issue
Block a user