doku(diversese):update

This commit is contained in:
2026-03-12 19:17:41 +01:00
parent ee8a96f0cf
commit 84ee914bea
13 changed files with 83 additions and 13 deletions

View File

@@ -14,4 +14,4 @@ services:
environment:
- TZ=Europe/Berlin
- WATCHDOG_FORCE_POLLING=true
# - WATCHDOG_FORCE_POLLING=true

View File

@@ -1,3 +1,4 @@
# Docker Backup
Docker läuft als VM unter Proxmox und wird dort täglich vollständig auf der Qnap gesichert [Proxmox_Backup:](/docs/backup_restore/proxmox/proxmox_backup.md)
Docker läuft als VM unter Proxmox und wird dort täglich vollständig auf der Qnap gesichert
[=> Proxmox_Backup:](../../backup_restore/proxmox/proxmox_backup.md)

View File

@@ -1 +1,18 @@
# Homeassistent
# Homeassistent
## läuft als VM unter Proxmox und wird dort täglich vollständig auf der Qnap gesichert
[=> Proxmox_Backup:](../../backup_restore/proxmox/proxmox_backup.md)
## aus HA heraus
=> Einstellungen => System => Speicher
- Netzwerkspeicher
- Verwendung: Backup
- Server: 192.168.178.254 (Qnap)
- Protokoll: NFS
- Remote Freigabepfad: Backups_homeassistant
=> Einstellungen => System => Backups
- Täglich und 7 Backups aufbewahren
- zu sichernde Daten: HA Einstellungen, Verlauf
- Speicherorte: Backups_homeassistant

View File

@@ -29,7 +29,4 @@ Backupsystem läuft auf 2 Ebenen:
## Restore
- Gezielt Dateien: Archiv einhängen (Mountpunkt: /home/christina/borgbackupHetzner), Dateien kopierne
- allgemeines Restore: ausgewähltes Archiv -> exctract
- allgemeines Restore: ausgewähltes Archiv -> exctract

View File

@@ -0,0 +1,13 @@
# Backup Konfiguration Workstations
## christian-linux-mint
=> [christian-linux-mint](../workstations/christian-linux_backup.md)
## Christians Handy
=> [christian-handy_backup.md](../workstations/christian-handy_backup.md)
## Dorotheas Labtop
=> [dorothea-laptop_backup.md](../workstations/dorothea-laptop_backup.md)
## Opis PC
=> [opi-pc_backup.md](../workstations/opi-pc_backup.md)

View File

@@ -0,0 +1,31 @@
# Mkdocs
## Zweck:
Dokumentation des Systems in Markdown
## /ssrv/docker/docker-compose.yml
-> liegt nicht in gesondertem Container.
-> erwartet Verzeichnis docs und mkdocs.yml (diese Datei)
``` yaml
services:
bruchtal-docs:
image: squidfunk/mkdocs-material:latest
container_name: bruchtal-docs
restart: unless-stopped
ports:
- "8005:8000"
volumes:
- /docker/Bruchtal:/docs
command: serve --dev-addr=0.0.0.0:8000
environment:
- TZ=Europe/Berlin
- WATCHDOG_FORCE_POLLING=true
```
## Backup & Restore
kein spezielles Backup notwendig.

View File

@@ -9,6 +9,9 @@
- Docker-VM
- Backup: tägliche Snapshots
## Root-Zugriff
derzeit noch möglich: das übliche PW
## Crontab
```snippet
0 1 * * * /root/backup-pve-configs.sh

View File

@@ -0,0 +1,3 @@
siehe [Backups Workstaions](../backup_restore/workstations/workstation:backup.md)

View File

@@ -110,7 +110,11 @@ Bruchtal/
│ └── <Containername>/
│ └── docker-compose.yml
└── docs/
└── docker/
└── <Containername>/
└── <Containername>.md
└── docker/
└── <Containername>/
└── <Containername>.md
│ └── docker-compose.yml
└── scripts/
│ └──<.sh>
```

View File

@@ -7,7 +7,7 @@ theme:
language: de
nav:
- Übersichttest2: index.md
- Übersicht: index.md
- Workflows:
- Docker-workflow: workflows/docker-workflow.md
- Adguardhome-Kea-Caddy: workflows/adguard-kea-caddy.md
@@ -24,6 +24,7 @@ nav:
- Docker:
- Architektur: docker/architecture.md
- Adguardhome: docker/adguardhome/adguardhome.md
- Dokumentation: docker/mkdocs/documentation.md
- Wikijs: docker/wikijs/wikijs.md
- Heimdall: docker/heimdall/heimdall.md
- It-Tools: docker/it-tools/it-tools.md
@@ -34,12 +35,12 @@ nav:
- Backup:
- Docker: backup_restore/docker/docker_backup.md
- christian-linux: backup_restore/workstations/christian-linux_backup.md
- Hetzner: backup_restore/hetzner/hetzner_backup.md
- Homeassistant: backup_restore/proxmox/homeassistant/homeassistant_backup.md
- Paperless: backup_restore/proxmox/paperless/paperless_backup.md
- Proxmox: backup_restore/proxmox/proxmox_backup.md
- Workstation: backup_restore/workstation/workstation_backup.md
markdown_extensions:
- admonition