Remove backslash escaping from pipe characters in wiki-links. Correct: [[services/forgejo|Forgejo]] Wrong: [[services/forgejo\|Forgejo]] Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
71 lines
1.9 KiB
Markdown
71 lines
1.9 KiB
Markdown
---
|
|
title: Host Inventory
|
|
tags:
|
|
- infrastructure
|
|
---
|
|
|
|
# Host Inventory
|
|
|
|
All devices connected via [Tailscale](https://login.tailscale.com/) tailnet `tail8d86e.ts.net`.
|
|
|
|
## Devices
|
|
|
|
| Host | Description | Notes |
|
|
|------|-------------|-------|
|
|
| **Indri** | Mac Mini M1, 2020 | Primary server, 2TB internal disk |
|
|
| **[[storage/sifaka|Sifaka]]** | Synology NAS | 10.9TB RAID 5, backup target |
|
|
| **Gilbert** | 13" MacBook Air M4, 2025 | Primary workstation |
|
|
| **Mouse** | 13" MacBook Air M2 | Allison's laptop |
|
|
| **UniFi** | UniFi Express 7 | Home WiFi network |
|
|
| **Dwarf** | iPad Air | Employer-provided, off tailnet |
|
|
|
|
## Indri Details
|
|
|
|
| Property | Value |
|
|
|----------|-------|
|
|
| **Model** | Mac mini M1, 2020 (Macmini9,1) |
|
|
| **Storage** | 2TB internal SSD |
|
|
| **macOS** | 15.7.3 (Sequoia) |
|
|
| **Role** | Primary server |
|
|
| **Tailscale IP** | 100.98.163.89 |
|
|
|
|
### Services Hosted
|
|
|
|
**Native (via Ansible):**
|
|
- [[services/forgejo|Forgejo]] - Git forge
|
|
- [[services/zot|Zot]] - Container registry
|
|
- [[services/jellyfin|Jellyfin]] - Media server
|
|
- [[services/borgmatic|Borgmatic]] - Backup system
|
|
- [[services/alloy|Alloy]] - Metrics/logs collector
|
|
- Caddy - Reverse proxy
|
|
|
|
**Kubernetes (via minikube):**
|
|
- [[kubernetes/apps|All k8s applications]]
|
|
|
|
### Sleep Prevention
|
|
|
|
Indri uses Amphetamine (App Store) to prevent sleep. Configuration:
|
|
- Start Session At Launch: enabled
|
|
- Default Duration: indefinite
|
|
- Allow Closed-Display Sleep: enabled
|
|
|
|
## Gilbert Details
|
|
|
|
| Property | Value |
|
|
|----------|-------|
|
|
| **Model** | 13" MacBook Air M4, 2025 |
|
|
| **Role** | Development workstation |
|
|
| **User** | eblume |
|
|
|
|
### Development Tools
|
|
|
|
Managed via `Brewfile` and `mise.toml`.
|
|
|
|
Fish abbreviations:
|
|
- `ki` -> `kubectl --context=minikube-indri`
|
|
- `k9i` -> `k9s --context=minikube-indri`
|
|
|
|
## Related
|
|
|
|
- [[infrastructure/tailscale|Tailscale]] - Network configuration
|
|
- [[storage/sifaka|Sifaka]] - NAS details
|