ProxmoxVault
Storage
Nur änderungen werden beschrieben sonst bleibt die Voreinstellung!
1. Proxmox Server
- ZFS -> erstellen
- Name: vault
- Storage hinzufügen: disable!
- RAID: mirror
- Kopression: lz4
2. Rechenzentrum
- Hinzufügen -> Verzeichnis
- ID: data
- Verzeichnis: /vault/data
- Inhalt: Disk-Image, Container
- Hinzufügen: -> Verzeíchnis
- ID: backup
- Verzeichnis: /vault/backup
- Inhalt: VZDump backup file, Snippets
3. Proxmox Server -> local
- Templates -> Ubuntu 24.04. -> download
4. Erstelle CT
- CT ID: gewünschte eingeben
- Hostname: vault
- Template: ubuntu 24.04.
- Disks: Storage: data
- CPU: Kerne: 2
- Speicher: 2x 1024
- Netzwerk: DHCP
5. LXC vault (Ubuntu 24.04.)
- Konsole:
- apt update && apt upgrade -y && apt install vim
- apt install --no-install-recommends cockpit -y
- wget https://github.com/45Drives/cockpit-file-sharing/releases/download/v4.3.0/cockpit-file-sharing_4.3.0-1jammy_all.deb
- wget https://github.com/45Drives/cockpit-identities/releases/download/v0.1.12/cockpit-identities_0.1.12-1focal_all.deb
- wget https://github.com/45Drives/cockpit-navigator/releases/download/v0.5.10/cockpit-navigator_0.5.10-1focal_all.deb
- Cockpit UI
- Greate Group: data-share
- Create User: DeinName
- ADD Groups zu DeinName: data-share, sudo, users
- Set Samba Password
6. Cockpit -> File Sharing
- Global Configuration
- Server Description: Vault
- Workgroup: WORKGROUP
- Apply
- Share Configuration
- Share Name: data
- Share Description: Media files
- Path: /data
- Apply