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:
Hermes Agent
2026-05-24 16:08:40 -07:00
parent d132442429
commit e4d91aadf9
285 changed files with 30018 additions and 0 deletions

View File

@@ -0,0 +1,44 @@
---
project:
name: AI Applications
status: active
category: application
source: live-verification
created: 2026-04-19
updated: 2026-04-19
description: AI application services running on ubuntu including job pipeline, alert aggregation, and media intelligence
tags: [ai, applications, infrastructure]
---
# AI Application Services
AI-powered application services running on ubuntu (192.168.50.61).
## Services
| Service | Status | Purpose |
|---------|--------|---------|
| **AI Job Pipeline** | Backend restarting | AI-driven job orchestration (frontend + backend + postgres) |
| **AI Alert Aggregator** | Backend restarting | AI-powered alert aggregation (frontend + backend + postgres) |
| **AI Media Intelligence** | Backend restarting | AI media analysis and intelligence |
| **AI Subscriptions** | Healthy | AI subscription management |
| **Homelab Inventory** | Backend restarting | Automated infrastructure inventory |
## Other Application Services
| Service | Purpose | Status |
|---------|---------|--------|
| **Docker Registry** | Private container image registry | Running |
| **Docker OSX** | macOS VM in Docker for testing | Running |
| **Faster Whisper Server** | Local speech-to-text (CUDA) | Healthy |
## Notes
- Several AI application backends are in a restart loop — may need investigation
- All services are Docker containers on ubuntu
- Docker Registry provides private image hosting at `registry:5000`
## Related
- [[../architecture.md|Homelab Architecture]]
- [[../../homelab/raw/articles/ai-assistant/project.md|AI Assistant Configuration]]