Umstrukturierung: index.md und log.md auf PI-Ebene verschoben

This commit is contained in:
2026-06-19 23:39:51 +02:00
parent 1bb79dc5a5
commit 98fbaea768
6 changed files with 107 additions and 105 deletions
-68
View File
@@ -1,68 +0,0 @@
# Konfigurationsindex Raspberry PI5
**Zusammenfassung**: Inhaltsverzeichnis aller Konfigurationsseiten des Raspberry-PI5-Systems `da-server-pi5`.
**Quellen**: Systemkonfiguration, Docker-Compose-Stacks, Chat-Dokumentation
**Zuletzt aktualisiert**: 2026-06-18
---
## System & Hardware
| Seite | Quelle |
|---|---|
| [systemuebersicht](./systemuebersicht.md) OS, Kernel, RAM, Docker-Status, Systemd-Dienste | 🖥️ Script + 🔌 SSH |
| [laufwerke-und-speicher](./laufwerke-und-speicher.md) Laufwerke, Partitionen, LUKS, Speicherbelegung | 🖥️ Script + 🔌 SSH |
| [hardware](../Allgemein/hardware.md) PI5-Hardware: CPU, USB, Temperatur, Boot-Config | 🔌 SSH |
| [netzwerk](../Allgemein/netzwerk.md) Interfaces, DNS, Ports, öffentliche Dienste | 🔌 SSH |
| [sicherheit](../Allgemein/sicherheit.md) SSH, Benutzer, LUKS, bekannte Lücken | 🔌 SSH |
## Systemkonfiguration (`/etc/`)
- [fstab](./etc/fstab.md) Dateisystemtabelle: Mountpunkte, Optionen, persistente Referenzen
- [crypttab](./etc/crypttab.md) LUKS-Entschlüsselungstabelle: automatisierte Container-Öffnung beim Boot
- [cryptsetup](./etc/cryptsetup.md) cryptsetup-Befehle: LUKS-Container öffnen, schließen, Schlüssel verwalten
- [systemd-cryptsetup](./etc/systemd-cryptsetup.md) systemd-Integration: Boot-Reihenfolge und Abhängigkeiten
### Laufwerke & Verschlüsselung
- [persistente-blockgeraete](./persistente-blockgeraete.md) UUID, PARTUUID, `/dev/disk/by-*`: Stabile Geräte-Referenzen
- [sdx-vertauschung](./sdx-vertauschung.md) sdX-Vertauschungsproblem: Ursachen und Lösung
- [luks-verschluesselung](./luks-verschluesselung.md) LUKS-Verschlüsselung: Konzepte und Arbeitsweise
- [swap-zram](./swap-zram.md) Swap via zram und loop
## Docker
| Seite | Quelle |
|---|---|
| [docker-grundlagen](./docker-grundlagen.md) Docker-Version, Netzwerke, Volumes, Image-Aufräumpotential | 🖥️ Script + 🔌 SSH (18.06., Update 20:00) |
| [docker-services](./docker-services.md) Alle 31 Container (30 laufend) im Überblick | 🔌 SSH Live (18.06., Update 20:00) |
| [opt-compose](./opt-compose.md) Struktur von `/opt/compose/` | 🖥️ Script |
| [traefik](./docker/traefik.md) Reverse Proxy mit File Provider (vollständige Routing-Tabelle) | 🖥️ Script + 🔌 SSH |
| [nextcloud](./docker/nextcloud.md) Cloud-Speicher mit MariaDB, Redis | 🖥️ Script |
| [immich](./docker/immich.md) Foto-Management mit ML-Suche | 🖥️ Script |
| [paperless](./docker/paperless.md) Dokumentenmanagement mit OCR | 🖥️ Script |
| [plex](./docker/plex.md) Media Server | 🖥️ Script |
| [gitea](./docker/gitea.md) Git-Service mit MariaDB (seit 17.06.: `restart: unless-stopped`, läuft wieder) | 🖥️ Script + 🔌 SSH |
| [jenkins](./docker/jenkins.md) CI/CD mit Docker-Socket-Zugriff | 🖥️ Script |
| [collabora](./docker/collabora.md) Online Office (WOPI-Integration in Nextcloud) | 🖥️ Script |
| [wikijs](./docker/wikijs.md) Wissensdatenbank mit PostgreSQL | 🖥️ Script |
| [stirling-pdf](./docker/stirling-pdf.md) PDF-Bearbeitung | 🖥️ Script |
| [nginx](./docker/nginx.md) Static Webserver | 🖥️ Script |
| [authelia](./docker/authelia.md) SSO mit Passkey (aktiv seit 18.06.) | 🔌 SSH Live (18.06.) |
| [monitoring](./docker/monitoring.md) Prometheus/Grafana-Stack (wieder aktiv seit 17.06.) | 🔌 SSH Live (18.06.) |
## Netzwerk & Zugriff
| Seite | Quelle |
|---|---|
| [domain-und-ssl](./domain-und-ssl.md) Domain `da.home-webserver.de`, Let's Encrypt, DNS | 🖥️ Script + 🔌 SSH |
---
## Quelldokumente (unveränderlich)
- `chats/fstab und crypttab.md` Chat-Verlauf zur LUKS-Mount-Einrichtung
- `konfigurationsdateien/fstab` Aktive fstab des Systems
- `konfigurationsdateien/crypttab` Aktive crypttab des Systems
- `raw/Systemdaten Raspberry PI5.md` Systemdaten-Ausgabe vom 17.06.2026
- `raw/Systemdaten Raspberry PI5 2026-06-18.md` Live-Systemdaten via SSH vom 18.06.2026
-107
View File
@@ -1,107 +0,0 @@
# Änderungslog Systemkonfiguration Raspberry PI5
<style>
.markdown-reading-view .markdown-preview-view table,
.markdown-source-view table {
width: 100% !important;
table-layout: auto !important;
font-size: 0.9em;
}
.markdown-reading-view .markdown-preview-view th,
.markdown-reading-view .markdown-preview-view td,
.markdown-source-view th,
.markdown-source-view td {
white-space: normal !important;
word-wrap: break-word !important;
}
.markdown-reading-view .markdown-preview-view th:nth-child(6),
.markdown-reading-view .markdown-preview-view td:nth-child(6) {
min-width: 250px;
}
</style>
**Zusammenfassung**: Chronologische Übersicht aller Änderungen an der Systemkonfiguration.
**Quellen**: Eigene Aufzeichnungen
**Zuletzt aktualisiert**: 2026-06-19 (Update 21:45)
**Legende**:
- 🖥️ `sammle-systemdaten.sh` Daten per Script-Ausführung auf dem PI5 erfasst
- 🔌 SSH Daten per direktem SSH-Zugriff auf den PI5 erhoben (lesend)
- 🧑 Benutzer manuelle Änderung auf dem PI5 durch den Benutzer
- 🧭 Konzept Planungsdokument (noch nicht umgesetzt)
---
| Datum | Typ | Uhrzeit | Quelle | Zugriff | Änderung |
| ---------- | ------------ | ---------- | ------------------------------------------------- | ----------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| 2026-06-19 | Aktualisiert | 21:45 | Alle Docker-Dokumente | 🔌 SSH | Live-Daten neu eingelesen: 188 Images/174,1 GB, Uptimes 13h, WebAuthn-Config, consent_mode dokumentiert |
| 2026-06-19 | Aktualisiert | ~21:31 | `authelia configuration.yml` | 🧑 Benutzer | WebAuthn-Block überarbeitet: direct attestation, metadata validation, enable_passkey_login, filtering |
| 2026-06-19 | Aktualisiert | ~21:31 | `authelia configuration.yml` | 🧑 Benutzer | OIDC-Gitea-Client: consent_mode pre-configured + 3 Monate Dauer |
| 2026-06-18 | Aktualisiert | 21:30 | `Konfiguration/log.md` | 🔌 SSH | Struktur auf flache Tabelle mit Datums-Spalte umgestellt |
| 2026-06-18 | Aktualisiert | 21:15 | Alle Docker-Dokumente | 🔌 SSH | Live-Daten neu eingelesen: 30 laufend, authelia & gitea Uptimes, Image-Statistik 187/173,9 GB, Routing-Tabelle aktualisiert, authelia-Status auf ✅ aktiv |
| 2026-06-18 | Aktualisiert | 21:15 | `Konfiguration/log.md` | 🔌 SSH | Uhrzeit-Spalte ergänzt |
| 2026-06-18 | ✅ | 21:10 | Gitea OIDC | 🧑 Benutzer | Gitea-Login via Authelia OIDC funktioniert |
| 2026-06-18 | Korrektur | 21:10 | `authelia configuration.yml` | 🧑 Benutzer | Zweite redirect_uri mit `Authelia` (groß A) ergänzt |
| 2026-06-18 | Fehler | ~20:08 | Gitea OIDC | 🧑 Benutzer | redirect_uri `authelia/callback` vs `Authelia/callback` (Case-Sensitivity) |
| 2026-06-18 | Aktualisiert | 20:07 | `0150-stirling.yml` (Traefik) | 🧑 Benutzer | Stirling PDF auf `chain-authelia` umgestellt erster Dienst mit ForwardAuth |
| 2026-06-18 | Korrektur | 20:07 | `authelia configuration.yml` | 🧑 Benutzer | PEM-Footer korrigiert, Authelia startet mit OIDC |
| 2026-06-18 | Fehler | 20:01 | Authelia OIDC | 🔌 SSH | PEM-Footer `----` (4 Striche) statt `-----` (5) Authelia stürzt ab |
| 2026-06-18 | Korrektur | 20:01 | `authelia configuration.yml` | 🧑 Benutzer | `issuer_private_keys``jwks` umbenannt |
| 2026-06-18 | Fehler | 17:50 | Authelia OIDC | 🔌 SSH | `issuer_private_keys` ist in v4.39 deprecated, OIDC startet nicht (`jwks` erforderlich) |
| 2026-06-18 | Korrektur | ~17:50 | `authelia configuration.yml` | 🧑 Benutzer | RSA-Key eingesetzt (Platzhalter ersetzt), `encryption_key`, `session.secret`, `jwt_secret` gesetzt |
| 2026-06-18 | Korrektur | 17:33 | `authelia configuration.yml` | 🧑 Benutzer | User-Key `dial``Dial` (case-sensitive) |
| 2026-06-18 | Aktualisiert | ~Vormittag | `Konfiguration/log.md` | 🔌 SSH | Dieser Eintrag |
| 2026-06-18 | Aktualisiert | ~Vormittag | `Konfiguration/index.md` | 🔌 SSH | Datenstände aktualisiert, neuer Raw-Dump verlinkt |
| 2026-06-18 | Aktualisiert | ~Vormittag | `Konfiguration/opt-compose.md` | 🔌 SSH | authelia/ im Verzeichnisbaum ergänzt |
| 2026-06-18 | Aktualisiert | ~Vormittag | `Konfiguration/docker/traefik.md` | 🔌 SSH | Verweis auf Authelia ergänzt, Routing-Tabelle um `auth.*` erweitert |
| 2026-06-18 | Aktualisiert | ~Vormittag | `Konfiguration/docker-grundlagen.md` | 🔌 SSH | 29 laufend (statt 28), Monitoring läuft wieder, Valkey-Notiz (immich), dangling Images, anonyme Volumes 152→~151 |
| 2026-06-18 | Aktualisiert | ~Vormittag | `Konfiguration/docker-services.md` | 🔌 SSH | Container-Statistik von 28→29 laufend, Monitoring läuft (war exited), Gitea (alt) entfernt, alle Image-Versionen & Ports live korrigiert, Uptimes aktualisiert |
| 2026-06-18 | Neu | ~Vormittag | `Konfiguration/docker/authelia.md` | 🧭 Konzept | SSO-Planungsseite: Authelia mit ForwardAuth, Passkey-Unterstützung, Migrationsplan |
| 2026-06-18 | Daten | ~Vormittag | `raw/Systemdaten Raspberry PI5 2026-06-18.md` | 🔌 SSH | Live-Dump via SSH (docker ps, stats, images, networks, volumes, df) |
| 2026-06-17 | Aktualisiert | | `Konfiguration/log.md` | 🔌 SSH | Legende mit Zugriffs-Markern ergänzt |
| 2026-06-17 | Aktualisiert | | `Konfiguration/index.md` | 🔌 SSH | Quellen-Marker (🖥️ Script / 🔌 SSH) pro Seite ergänzt |
| 2026-06-17 | Aktualisiert | | `Konfiguration/docker-grundlagen.md` | 🔌 SSH | Container-Statistik 30/28/2, 133 GB reclaimable Images, 152 anonyme Volumes, `.env`-Dateien dokumentiert |
| 2026-06-17 | Aktualisiert | | `Konfiguration/docker/traefik.md` | 🔌 SSH | Vollständige Routing-Tabelle aus File-Provider-YAMLs (14 Dienste), Middleware-Chains, Auth-Status pro Dienst |
| 2026-06-17 | Aktualisiert | | `Konfiguration/laufwerke-und-speicher.md` | 🔌 SSH | Detail-Belegung per Verzeichnis; Erkenntnis: `/mnt/data` und `/media/piadmin/data` haben identische Daten zwei getrennte Partitionen mit 1:1-Kopie |
| 2026-06-17 | Aktualisiert | | `Konfiguration/systemuebersicht.md` | 🔌 SSH | Docker-Statistik (30 Container, 28 laufend), Systemd-Dienste & Timer, Load Average, Image-Aufräumpotential |
| 2026-06-17 | Neu | | `Allgemein/sicherheit.md` | 🔌 SSH | Sicherheits-Seite: SSH-Key-only, piadmin-Gruppen (docker!), LUKS, bekannte Lücken (Grafana-PW, Collabora) |
| 2026-06-17 | Neu | | `Allgemein/netzwerk.md` | 🔌 SSH | Netzwerk-Seite: Interfaces, DNS (FritzBox), 14 Subdomains mit Diensten, Ports, HTTP-Weiterleitung auskommentiert |
| 2026-06-17 | Neu | | `Allgemein/hardware.md` | 🔌 SSH | PI5-Hardware-Seite: CPU, USB-Geräte (Chipsbank-Key, SanDisk, WD), PCI, Boot-Config, Temperatur |
| 2026-06-17 | Aktualisiert | | `Konfiguration/docker/gitea.md` | 🔌 SSH | `restart: unless-stopped` vom Benutzer ergänzt; Container läuft jetzt; Status von "exited" auf "running" geändert |
| 2026-06-17 | Aktualisiert | | `Konfiguration/docker/monitoring.md` | 🔌 SSH | Status von "gestoppt" auf "laufend" geändert; Erkenntnis: `restart: unless-stopped` war bereits gesetzt, aber manueller Stop verhinderte Autostart nach Reboot |
| 2026-06-17 | Korrektur | | `sammle-systemdaten.sh` | | Standard-Ausgabe von `/dev/stdout` auf `/tmp/sammle-systemdaten-<datum>.md` geändert (behob doppelte Ausgabe bei Aufruf ohne Argument) |
| 2026-06-17 | Aktualisiert | | `Konfiguration/log.md` | 🔌 SSH | Dieser Eintrag |
| 2026-06-17 | Aktualisiert | | `Konfiguration/index.md` | 🔌 SSH | Inhaltsverzeichnis mit allen neuen Seiten aktualisiert |
| 2026-06-17 | Neu | | `Konfiguration/domain-und-ssl.md` | 🔌 SSH | Domain/SSL-Seite erstellt |
| 2026-06-17 | Neu | | `Konfiguration/docker/monitoring.md` | 🔌 SSH | Monitoring-Stack-Seite erstellt (gestoppt) |
| 2026-06-17 | Neu | | `Konfiguration/docker/nginx.md` | 🔌 SSH | Nginx-Seite erstellt |
| 2026-06-17 | Neu | | `Konfiguration/docker/stirling-pdf.md` | 🔌 SSH | Stirling-PDF-Seite erstellt |
| 2026-06-17 | Neu | | `Konfiguration/docker/wikijs.md` | 🔌 SSH | Wiki.js-Seite erstellt |
| 2026-06-17 | Neu | | `Konfiguration/docker/collabora.md` | 🔌 SSH | Collabora-Seite erstellt |
| 2026-06-17 | Neu | | `Konfiguration/docker/jenkins.md` | 🔌 SSH | Jenkins-Seite erstellt |
| 2026-06-17 | Neu | | `Konfiguration/docker/gitea.md` | 🔌 SSH | Gitea-Stack-Seite erstellt |
| 2026-06-17 | Neu | | `Konfiguration/docker/plex.md` | 🔌 SSH | Plex-Seite erstellt |
| 2026-06-17 | Neu | | `Konfiguration/docker/paperless.md` | 🔌 SSH | Paperless-Stack-Seite erstellt |
| 2026-06-17 | Neu | | `Konfiguration/docker/immich.md` | 🔌 SSH | Immich-Stack-Seite erstellt |
| 2026-06-17 | Neu | | `Konfiguration/docker/nextcloud.md` | 🔌 SSH | Nextcloud-Stack-Seite erstellt |
| 2026-06-17 | Neu | | `Konfiguration/docker/traefik.md` | 🔌 SSH | Traefik-Reverse-Proxy-Seite erstellt |
| 2026-06-17 | Neu | | `Konfiguration/opt-compose.md` | 🔌 SSH | Compose-Verzeichnisstruktur-Seite erstellt |
| 2026-06-17 | Neu | | `Konfiguration/docker-services.md` | 🔌 SSH | Docker-Dienstübersicht erstellt |
| 2026-06-17 | Neu | | `Konfiguration/docker-grundlagen.md` | 🔌 SSH | Docker-Grundlagenseite erstellt |
| 2026-06-17 | Neu | | `Konfiguration/laufwerke-und-speicher.md` | 🔌 SSH | Laufwerks- und Speicherseite erstellt |
| 2026-06-17 | Neu | | `Konfiguration/systemuebersicht.md` | 🔌 SSH | Systemübersichtsseite erstellt |
| 2026-06-17 | Daten | | `raw/Systemdaten Raspberry PI5.md` | 🖥️ Script | Systemdaten-Sammler (`sammle-systemdaten.sh`) auf dem PI ausgeführt |
| 2026-06-16 | Aktualisiert | | `Systemkonfiguration Raspi PI5.md` | | Übersicht und Link zum Inhaltsverzeichnis hinzugefügt |
| 2026-06-16 | Korrektur | | `OPENWORK.md` | | Tippfehler behoben und Format aktualisiert |
| 2026-06-16 | Neu | | `sammle-systemdaten.sh` | | Systemdaten-Sammler-Skript erstellt |
| 2026-06-16 | Neu | | `Konfiguration/swap-zram.md` | | Swap/zram-Konzeptseite erstellt |
| 2026-06-16 | Neu | | `Konfiguration/sdx-vertauschung.md` | | sdX-Vertauschungsseite erstellt |
| 2026-06-16 | Neu | | `Konfiguration/persistente-blockgeraete.md` | | UUID/PARTUUID-Konzeptseite erstellt |
| 2026-06-16 | Neu | | `Konfiguration/luks-verschluesselung.md` | | LUKS-Konzeptseite erstellt |
| 2026-06-16 | Neu | | `Konfiguration/etc/systemd-cryptsetup.md` | | systemd-Boot-Reihenfolge-Seite erstellt |
| 2026-06-16 | Neu | | `Konfiguration/etc/cryptsetup.md` | | cryptsetup-Befehlsseite erstellt |
| 2026-06-16 | Neu | | `Konfiguration/etc/crypttab.md` | | crypttab-Konfigurationsseite erstellt |
| 2026-06-16 | Neu | | `Konfiguration/etc/fstab.md` | | fstab-Konfigurationsseite erstellt |
| 2026-06-16 | Neu | | `Konfiguration/log.md` | | Änderungslog begonnen |
| 2026-06-16 | Neu | | `Konfiguration/index.md` | | Inhaltsverzeichnis für die Systemkonfiguration erstellt |
| 2026-06-16 | Neu | | `chats/fstab und crypttab.md` | | Quelle aufgenommen (Duck.ai / GPT-5 mini-Konversation) |