ProxmoxVault: Unterschied zwischen den Versionen

Aus Nicki Wiki
Zur Navigation springen Zur Suche springen
Zeile 45: Zeile 45:
  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-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
  wget https://github.com/45Drives/cockpit-navigator/releases/download/v0.5.10/cockpit-navigator_0.5.10-1focal_all.deb
  apt install ./*.deb
  apt install ./*.deb -y
  vim /etc/cockpit/disallowed-users # delete root (ab Ubuntu 24.04.)
  vim /etc/cockpit/disallowed-users # delete root (ab Ubuntu 24.04.)
  apt install wsdd
  apt install wsdd

Version vom 24. August 2025, 16:30 Uhr

Storage

Nur änderungen werden beschrieben sonst bleibt die Voreinstellung!

Proxmox Server

  • ZFS -> erstellen
    • Name: vault
    • Storage hinzufügen: disable!
    • RAID: mirror
    • Kopression: lz4

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

Proxmox Server -> local

  • Templates -> Ubuntu 24.04. -> download

Erstelle CT

  • CT ID: gewünschte eingeben
  • Hostname: vault
  • Template: ubuntu 24.04.
  • Disks: Storage: local-lvm
  • CPU: Kerne: 2
  • Speicher: 2x 1024
  • Netzwerk: DHCP

Proxmox -> vault

  • Ressourcen -> Hinzufügen
    • Storage data-ssd
    • Disk-Größe: 400
    • Pfad: /data
    • Backup: disable

LXC vault (Ubuntu 24.04.)

Konsole

apt update && apt upgrade -y && apt install vim -y
apt install --no-install-recommends cockpit -y
wget https://github.com/45Drives/cockpit-file-sharing/releases/download/v4.3.1/cockpit-file-sharing_4.3.1-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
apt install ./*.deb -y
vim /etc/cockpit/disallowed-users # delete root (ab Ubuntu 24.04.)
apt install wsdd

Cockpit UI

  • Greate Group: data-share
  • Create User: DeinName
    • ADD Groups zu DeinName: data-share, sudo, users
  • Set Samba Password

Cockpit -> File Sharing

Global Configuration

  • Server Description: Vault
  • Workgroup: WORKGROUP
  • Apply

Share Configuration

  • Share Name: data
  • Share Description: Media files
  • Path: /data
  • Apply