Files
da-HomeNetDocumentation/home.md
T

87 lines
4.9 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: Home
description:
published: true
date: 2026-06-28T14:38:53.843Z
tags:
editor: markdown
dateCreated: 2026-06-28T14:29:11.359Z
---
# da-Heim-Netz Zentrale Dokumentation
**Zusammenfassung**: Übersicht über alle dokumentierten Geräte im Heimnetz `192.168.178.0/24`.
**Quellen**: 🔌 SSH, 🔌 Lokal, Systemabfragen
**Zuletzt aktualisiert**: 2026-06-28 (MacBook Pro aufgenommen)
---
## Geräte
| Gerät | Hostname | IP | OS | Zweck |
| --------------------------------------------------- | --------------- | ---------------- | -------------------------------------- | ------------------------------------------------- |
| [PI5 (Raspberry Pi 5)](./PI5/index.md) | `da-server-pi5` | `192.168.178.77` | Debian 13 "trixie" (arm64) | Docker-Host, Traefik, SSO, Webservices |
| [PI2 (Raspberry Pi 2)](./PI2/index.md) | `hoobs` | `192.168.178.44` | Raspbian 11 "bullseye" (armv7l) | HOOBS/Homebridge, Pi-hole, Apache, Dateifreigaben |
| [da-desktop (HP Pavilion)](./da-desktop/Konfiguration/index.md) | `da-Desktop` | `192.168.178.54` | Linux Mint 22.3 "Zena" (x86_64) | Arbeitsplatzrechner |
| [da-MacMini (Mac Mini)](./da-MacMini/index.md) | `da-MacMini` | `192.168.178.74` | macOS 26.5.1 "Tahoe" (arm64) | Arbeitsplatzrechner, OpenWork-Host |
| [da-MacBook (MacBook Pro)](./da-MacBook/index.md) | `da_macbook_13_inch` | `192.168.178.37` | macOS 26.5.1 "Tahoe" (arm64) | Mobiler Arbeitsplatzrechner, OpenWork-Host |
## Netzwerk-Architektur
```
Internet
├── FritzBox (192.168.178.1)
│ ├── PI5 (192.168.178.77) ─── Docker ─── Traefik (Proxy)
│ ├── PI2 (192.168.178.44) ─── HOOBS, Pi-hole, Apache, Samba
│ ├── da-Desktop (192.168.178.54) ─── Linux Mint (Arbeitsplatz)
│ ├── da-MacMini (192.168.178.74) ─── macOS (Arbeitsplatz, OpenWork)
│ └── da-MacBook (192.168.178.37) ─── macOS (Mobiler Arbeitsplatz, OpenWork)
└── Domain: da.home-webserver.de → PI5 (Ports 80/443)
```
## Sicherheits-Posture (Überblick)
| Bereich | PI5 | PI2 | da-desktop | da-MacMini | da-MacBook |
|---|---|---|---|---|---|---|---|
| **SSH-Zugang** | ✅ Passwort + Key | ✅ Key-only | ⚠️ Nur Passwort (lokal) | ⚠️ Aktiv (nur LAN) | ❌ Nicht aktiv (sshd aus) |
| **Firewall** | ✅ iptables (Docker) + ufw | ❌ Nicht aktiv | ✅ ufw (Port 22) | ✅ macOS-Firewall | ✅ macOS-Firewall (Stealth ❌) |
| **Plattenverschlüsselung** | ✅ LUKS (System + Daten) | ⚠️ SD-Karte unverschlüsselt | ❌ **Keine** (SSD + HDD offen) | ✅ FileVault (System) | ✅ FileVault (System) |
| **Remote-Zugriff** | ✅ Über Domain + Cloudflare Tunnel | ❌ Nur LAN | ❌ Nur lokal | ❌ Nur lokal | ❌ Nur lokal |
| **Letzter Security-Check** | 28.06.2026 | 19.06.2026 | 28.06.2026 | 28.06.2026 | 28.06.2026 |
> **⚠ Kritisch**: Der **da-desktop** hat keine Festplattenverschlüsselung siehe [Sicherheitshinweise](./da-desktop/Allgemein/sicherheit.md). Die externe Samsung-SSD am **da-MacMini** ist ebenfalls unverschlüsselt siehe [Sicherheitshinweise](./da-MacMini/Allgemein/sicherheit.md).
## Repository
- Dieses Verzeichnis (`da-Heim-Netz/`) ist ein **Git-Repository**
- 13 Commits (nach MacBook-Aufnahme)
- **Remote**: `git.da.home-webserver.de/devDiAl/da-HomeNetDocumentation.git`
- Änderungen werden vor Commit vom Benutzer abgenommen
### Verwandte Dokumente außerhalb des Repos
- `../OPENWORK.md` Arbeitsregeln für die Zusammenarbeit
- `../chats/` Chat-Verläufe (unveränderlich)
- `../raw/` Rohdaten (unveränderlich)
## Schnelllinks
- [PI5: Alle Docker-Container](./PI5/Konfiguration/docker-services.md)
- [PI5: Authelia SSO-Konfiguration](./PI5/Konfiguration/docker/authelia.md)
- [PI5: Traefik-Routing-Tabelle](./PI5/Konfiguration/docker/traefik.md)
- [PI2: Systemübersicht](./PI2/Konfiguration/systemuebersicht.md)
- [PI2: Pi-hole](./PI2/Konfiguration/dienste/pihole.md)
- [PI2: HOOBS](./PI2/Konfiguration/dienste/hoobs.md)
- [da-desktop: Systemübersicht](./da-desktop/Konfiguration/systemuebersicht.md)
- [da-desktop: Sicherheitslücken](./da-desktop/Allgemein/sicherheit.md)
- [da-MacMini: Systemübersicht](./da-MacMini/Konfiguration/systemuebersicht.md)
- [da-MacMini: Hardware](./da-MacMini/Allgemein/hardware.md)
- [da-MacMini: Software](./da-MacMini/Allgemein/software.md)
- [da-MacBook: Systemübersicht](./da-MacBook/Konfiguration/systemuebersicht.md)
- [da-MacBook: Hardware](./da-MacBook/Allgemein/hardware.md)
- [da-MacBook: Software](./da-MacBook/Allgemein/software.md)
- [da-MacBook: Netzwerk](./da-MacBook/Allgemein/netzwerk.md)
- [da-MacBook: Sicherheit](./da-MacBook/Allgemein/sicherheit.md)