Wissenswertes zu Proxmox VE 8.2.2
In meinem Homelab implementiere ich nun Proxmox. Hier möchte ich paar wissenswerte Punkte festhalten…
Solltet ihr beim Installieren feststellen, dass euer System mit einem schwarzen Bildschirm einfriert, dann müsst ihr „nomodeset“ setzen.
Im Bootmenü drückt ihr „e“. Die Zeile, die mit Linux startet, dort hängt ihr am Ende ein nomodeset hinten dran.
Meldung "Keine gültige Subskription" entfernen
sed -i.bak "s/NotFound/Active/g" /usr/share/perl5/PVE/API2/Subscription.pm
sed -Ezi.bak "s/(Ext.Msg.show\(\{\s+title: gettext\('No valid sub)/void\(\{ \/\/\1/g" /usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js
systemctl restart pveproxy.service
Templates:
Traefik (LXC)
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/traefik.sh)"
Alpine-Nextcloud (LXC)
bash -c "$(wget -qO - https://github.com/tteck/Proxmox/raw/main/ct/alpine-nextcloud.sh)"
RaspberryMatic (LXC)
wget -qO - https://raspberrymatic.de/install-proxmox.sh | bash
Tandoor (LXC)
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/tandoor.sh)"
Plex (LXC)
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/plex.sh)"