diff --git a/docs/de/README.md b/docs/de/README.md index cfc4cd1..6a58a36 100644 --- a/docs/de/README.md +++ b/docs/de/README.md @@ -5,4 +5,91 @@ ## Anforderungen - Node.js 18 (oder neuer) - js-controller 5.0.19 (oder neuer) -- Admin Adapter 6.13.16 (oder neuer) +- Admin Adapter 6.13.16 (oder neuer) + +*** +## Einstellungen +![Option](../pictures/option.png) + +### IP Adresse +Die IP Adresse des Proxmox Server bzw. der Servername. + +### Port +Standard ist der Port 8006, wenn bei der Installation ein anderer Port eingestell wurde, muss dieser hier auch geändert. + +### Anfrage-Intervall +Standard sind 30 Sekunden. Der kleinste Wert sind 5 Sekunden. + +### Nutzername +Bei der Installation wird root als Standard eingestellt. Wenn ein neuer User für den Abruf der Daten in Proxmox erstellt wird, kommt hier sein Loginname rein. + +### Passwort +Passwort vom root bzw. vom neu erstellten User. + +### Realm +Auswahl zwischen `Standard Authentifizierung` und dem `Proxmox Authentifizierungsserver`. +Als Standard sollte hier der selbe Dienst gewählt werden, wie im Login auf der Weboberfläche. +![proxmox login](../pictures/proxmox_login.png) + +### Festplatten Informationen +Bei der Auswahl werden in den Objekten diese Datenpunkte angelegt, diese können sich je nach Festplattentyp unterscheiden. +![disk info](../pictures/disk_info.png) + +### HA informationen +in Arbeit + +### Ceph Informationen +in Arbeit + +### neue Baumstruktur +Bei der neuen Baumstruktur werden `LXC Container` und `VM` unter einen Hauptordner gesammelt. + +alte Struktur +![object strcture](<../pictures/object_structure.png>) + +neue Struktur +![new object structure](../pictures/new_object_structure.png) + +### Speicher Informationen / storage information +Hiermit werden die Informationen zu den verwendeten Speichertypen hinterlegt. +![storage](../pictures/storage.png) + +### Backup Informationen +Es wird der Datenpunkt `backupJSON` unter den einzelnen Speicher / Storage angelegt. +Hier im Beispiel des Backup-Speichers werden in dem JSON die Backups gelistet, welche in Proxmox konfiguriert wurden. +![backupJSON](../pictures/backupJSON.png) + +zum Beispiel +```json + "backup_pve:backup/vzdump-lxc-100-2024_12_24-03_00_03.tar.zst": { + "subtype": "lxc", + "format": "tar.zst", + "volid": "backup_pve:backup/vzdump-lxc-100-2024_12_24-03_00_03.tar.zst", + "ctime": 1735005603, + "notes": "iobDev, 100", + "vmid": 100, + "content": "backup", + "size": 3486489024 + }, + "backup_pve:backup/vzdump-lxc-100-2024_12_25-03_00_00.tar.zst": { + "size": 3487399986, + "notes": "iobDev, 100", + "content": "backup", + "vmid": 100, + "format": "tar.zst", + "volid": "backup_pve:backup/vzdump-lxc-100-2024_12_25-03_00_00.tar.zst", + "ctime": 1735092000, + "subtype": "lxc" + }, + "backup_pve:backup/vzdump-lxc-100-2024_12_26-03_00_02.tar.zst": { + "size": 3486595678, + "content": "backup", + "vmid": 100, + "notes": "iobDev, 100", + "ctime": 1735178402, + "volid": "backup_pve:backup/vzdump-lxc-100-2024_12_26-03_00_02.tar.zst", + "format": "tar.zst", + "subtype": "lxc" + }, +``` + diff --git a/docs/pictures/backupJSON.png b/docs/pictures/backupJSON.png new file mode 100644 index 0000000..8aaf25f Binary files /dev/null and b/docs/pictures/backupJSON.png differ diff --git a/docs/pictures/disk_info.png b/docs/pictures/disk_info.png new file mode 100644 index 0000000..09de50e Binary files /dev/null and b/docs/pictures/disk_info.png differ diff --git a/docs/pictures/new_object_structure.png b/docs/pictures/new_object_structure.png new file mode 100644 index 0000000..485d0c2 Binary files /dev/null and b/docs/pictures/new_object_structure.png differ diff --git a/docs/pictures/object_structure.png b/docs/pictures/object_structure.png new file mode 100644 index 0000000..a68c4eb Binary files /dev/null and b/docs/pictures/object_structure.png differ diff --git a/docs/pictures/option.png b/docs/pictures/option.png new file mode 100644 index 0000000..1115a62 Binary files /dev/null and b/docs/pictures/option.png differ diff --git a/docs/pictures/proxmox_login.png b/docs/pictures/proxmox_login.png new file mode 100644 index 0000000..40cf578 Binary files /dev/null and b/docs/pictures/proxmox_login.png differ diff --git a/docs/pictures/storage.png b/docs/pictures/storage.png new file mode 100644 index 0000000..3735e1a Binary files /dev/null and b/docs/pictures/storage.png differ