Skip to content

Commit

Permalink
init Doku
Browse files Browse the repository at this point in the history
  • Loading branch information
tt-tom17 committed Dec 28, 2024
1 parent 54ecfbe commit 2ed0bd2
Show file tree
Hide file tree
Showing 8 changed files with 88 additions and 1 deletion.
89 changes: 88 additions & 1 deletion docs/de/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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. den Servernamen.

### 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 Auswahl werden in den Objekten diese Datenpunkte angelegt, diese können 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"
},
```

Binary file added docs/pictures/backupJSON.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/pictures/disk_info.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/pictures/new_object_structure.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/pictures/object_structure.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/pictures/option.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/pictures/proxmox_login.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/pictures/storage.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2ed0bd2

Please sign in to comment.