based on https://tteck.github.io/Proxmox/ Scripts
Click on Datacenter, go to Storage and remove local-lvm
Go into console and run the following commands:
- Remove data logical volume
lvremove /dev/pve/data
- resize root logical volume
lvresize -l 100%FREE /dev/pve/root
- resize root mapper
resize2fs /dev/mapper/pve-root
The script will give options to Disable the Enterprise Repo, Add/Correct PVE7 Sources, Enable the No-Subscription Repo, Add Test Repo, Disable Subscription Nag and Update Proxmox VE.
Run the following in the Proxmox Shell.
bash -c "$(wget -qLO - https://github.com/atlas34/proxmox/raw/main/proxmox-post-install.sh)"
Dark theme for the Proxmox Web UI is a custom theme created by Weilbyte that changes the look and feel of the Proxmox web-based interface to a dark color scheme.
bash <(curl -s https://raw.githubusercontent.com/Weilbyte/PVEDiscordDark/master/PVEDiscordDark.sh ) install
To uninstall the theme, simply run the script with the uninstall
command.
To create a new Proxmox Jellyfin Media Server LXC, run the following in the Proxmox Shell.
bash -c "$(wget -qLO - https://github.com/atlas34/proxmox/raw/main/proxmox-lxc-jellyfin.sh)"
⚡ Default Settings: 2GB RAM - 8GB Storage - 2vCPU ⚡
Jellyfin Media Server Interface - IP:8096
FFmpeg path: /usr/lib/jellyfin-ffmpeg/ffmpeg
⚙️ To Update Jellyfin Media Server
Run in the LXC console
apt update && apt upgrade -y
To create a new Proxmox Docker LXC, run the following in the Proxmox Shell.
bash -c "$(wget -qLO - https://github.com/atlas34/proxmox/raw/main/proxmox-lxc-docker.sh)"
⚡ Default Settings: 2GB RAM - 8GB Storage - 2vCPU ⚡
Portainer Interface - IP:9000
⚙️ To Update
Run in the LXC console
apt update && apt upgrade -y
To add a new docker Home Assistant Container, run the following command in the Proxmox Shell.
bash -c "$(wget -qLO - https://github.com/atlas34/proxmox/raw/main/proxmox-lxc-homeassistant.sh)"
After install, reboot Home Assistant and clear browser cache then Add HACS integration.