ProxmoxVault: Unterschied zwischen den Versionen

Aus Nicki Wiki
Zur Navigation springen Zur Suche springen
Zeile 33: Zeile 33:
=== LXC vault (Ubuntu 24.04.) ===
=== LXC vault (Ubuntu 24.04.) ===
====  Konsole ====  
====  Konsole ====  
** apt update && apt upgrade -y && apt install vim  
* apt update && apt upgrade -y && apt install vim  
** apt install --no-install-recommends cockpit -y
* 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-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-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
====  Cockpit UI ====  
====  Cockpit UI ====  
** Greate Group: data-share
* Greate Group: data-share
** Create User: DeinName
* Create User: DeinName
*** ADD Groups zu DeinName: data-share, sudo, users
** ADD Groups zu DeinName: data-share, sudo, users
** Set Samba Password
* Set Samba Password
    
    
=== Cockpit -> File Sharing ===
=== Cockpit -> File Sharing ===
==== Global Configuration ====  
==== Global Configuration ====  
** Server Description: Vault
* Server Description: Vault
** Workgroup: WORKGROUP
* Workgroup: WORKGROUP
** Apply
* Apply
====  Share Configuration ====  
====  Share Configuration ====  
** Share Name: data
* Share Name: data
** Share Description: Media files
* Share Description: Media files
** Path: /data
* Path: /data
** Apply
* Apply

Version vom 22. August 2025, 16:25 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: data
  • CPU: Kerne: 2
  • Speicher: 2x 1024
  • Netzwerk: DHCP

LXC vault (Ubuntu 24.04.)

Konsole

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