Skip Navigation

Search

#proxmox

0

Et déjà l'Antispam ZMail v2 arrive :

Et déjà l'Antispam ZMail v2 arrive :

\- Mail rapport de mises en quarantaine : tout beau et surtout bien expliqué en français (on ne se demande plus si c'est un spam :blobcatgiggle: ) \- Plus de message inquiétant qui ferait rebrousser chemin à l'ouverture \- Et paiement de notre contribution à cet excellent outil libre et open source développé par @proxmox :ablobcatheart:

C'est le moment de faire la pub de ZMail autour de vous les ami.e.s !

\#mail #antispam #proxmox #proxmox\_mail\_gateway

2

#SAP #ABAP trial 2022 running on two virtual machines in 😎

\#SAP #ABAP trial 2022 running on two virtual machines in @proxmox 😎

Let's see how far I'll get with this setup. Maybe even cloning the VM and giving access to students shoul be possible...

5

Guess it's also update time.

Guess it's also @proxmox update time.

\#proxmox \#homelab \#selfhosting \#selfhosted

5

New post up on the Proxmox 8 to 8.1 update! https://www.saltyoldgeek.com/posts/proxmox-minor-update/?ref=hachyderm #proxmox

1

playing with this tonight!

playing with this tonight!

@proxmox

0

I've setup a (https://fosstodon.org/tags/homelab) with (https://fosstodon.org/tags/ddwrt), (https://fosstodon.org/tags/proxmox), and (https://fosstodon.org/tags/

I've setup a #homelab with #ddwrt, #proxmox, and #yunohost. All behind #cloudflare proxi... Now trying to see what the best configuration may be. Any great resources out there? @proxmox @yunohost #homeserver

0

Need help installing Proxmox with automatic decryption and multiple drives

I'm trying to install Proxmox on a server that is going to be running Home Assistant, a security camera NVR setup and other sensitive data, I need to have the drives be encrypted with automatic decryption of drives so the VMs can automatically resume after a power failure.

My desired setup:

  • 2 Sata SSDs boot drives in a ZFS mirror
  • 1 NVME SSD for L2ARC and VM storage
  • 3 HDDs in a RAIDz1 for backups and general large storage
  • 1 (maybe more added later) HDD for Camera NVR VM.

I'd prefer every drive encrypted with native ZFS encryption automatically decrypted by either TPM 2.0 or manually by a passphrase if needed as a backup.

Guide I found:

I found a general guide on how to do something similar but it honestly went over my head (I'm still learning) and didn't include much information about additional drives: Proxmox with Secure Boot and Native ZFS Encryption

If someone could adapt that post into a more noob friendly guide for the latest Proxmox version, with directions for decryption of multiple drives, that would be amazing and I'm sure it would make an excellent addition to the Proxmox wiki ;)

My 2nd preferred setup:

  • 2 Sata SSDs boot drives in a ZFS mirror with LUKS encryption and automatic decryption with clevis.
  • All other drives encrypted using ZFS native encryption with ZFS key (keys?) stored on LUKS boot drive partition.

With this arrangement, every drive could be encrypted at rest and decrypted on boot with native ZFS encryption on most drives but has the downsides of using LUKS on ZFS for the boot drives.

Is storing the ZFS keys in a LUKS partition insecure in some way? Would this result in undecryptable drives if something happened to ZFS keys on the boot drive or can they be also decrypted with a passphrase as a backup?

As it stands right now, I'm really stuck trying to figure this out so any help or well written guides are heavily appreciated. Thanks for reading!

0

Updating (https://lemmy.ml/c/proxmox) to version 8 broke something (I can't still put a finger on what) for me. Cloning VMs using Terraform now takes forever, even when I can see the machine

Updating @proxmox to version 8 broke something (I can't still put a finger on what) for me. Cloning VMs using Terraform now takes forever, even when I can see the machines already created and configured. 😕

0
Et déjà l'Antispam ZMail v2 arrive :
  • @theflomax @proxmox Oui la première version pouvait déconcerter quelque peu. Nous sommes ravis d'avoir pu personnaliser ça rapidement.

  • Et déjà l'Antispam ZMail v2 arrive :
  • @zaclys
    @proxmox

    Oh, c'est pour ça je me suis surpris a recevoir un mail du service qui avait bloqué un message type Spam publicitaire de OTOTOY MUSIC STORE

  • #SAP #ABAP trial 2022 running on two virtual machines in 😎
  • @ceedee666 for someone who's mainly dealing with ERP and S/4 systems , it's hard to imagine HANA running on that tiny amount of RAM.
    On the other hand, the ABAP Developer Trial probably comes with an absolute elementary code base only, without all the ERP stuff.

    @proxmox

  • #SAP #ABAP trial 2022 running on two virtual machines in 😎
  • @treuss @proxmox Yes it's the HANA-DB and the applicaion server both in a VM with 32 GB. Windows is runnign in a VM with 4GB. An everythin hosted on a tiny Lenovo M910q.

  • #SAP #ABAP trial 2022 running on two virtual machines in 😎
  • @ceedee666 nice ^^
    What does running SAP HANA DB and the Application Sever on 32 GB of RAM feel like?

    @proxmox

  • Guess it's also update time.
  • @prettybunnys Yes un update is available. I just run: sudo apt update && sudo apt upgrade -y

  • Guess it's also update time.
  • @prettybunnys Yes, update to #proxmox 8.1.5 run smooth on my single node.

  • New post up on the Proxmox 8 to 8.1 update! https://www.saltyoldgeek.com/posts/proxmox-minor-update/?ref=hachyderm #proxmox
  • @saltyoldgeek @proxmox
    Be aware that your command is not kosher with what Proxmox support recommend.

    apt update && apt -y upgrade
    ...should *always* be:
    apt update && apt -y dist-upgrade